From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 655B13838CD1; Tue, 13 Dec 2022 21:12:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 655B13838CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670965932; bh=4gIxIAU+ia0N8awe6uH52ATLrQP9fRsawZffKzbIgCM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G3xZuqeGH2YVgNesJadtvfDDFbNT0p5494cenkTDbtSNcWeMJJNopSF67+ojGGMSa 13fPipsXSzBK5eul/LneyyJRscMyCouO7nJ1jbw3/Y4JeeBrYQbBd3NoAll9LSVp6A +ftmG4yBlVfeXezTNPnB59ZkAznoAFDujSUYp8q8= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/29899] Fix for bz#20305 broke glibc on alpha-linux-gnu Date: Tue, 13 Dec 2022 21:12:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.34 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29899 --- Comment #3 from H.J. Lu --- (In reply to John Paul Adrian Glaubitz from comment #2) > (In reply to H.J. Lu from comment #1) > > What are values of SIGSTKSZ and MINSIGSTKSZ before and after the commit? >=20 > I'm not sure how to read out those values as I tried it with small test > program which crashes after the commit. >=20 > Without commit, I get: >=20 > (sid-alpha-sbuild)glaubitz@z6:~/glibc-git/build$ /bz20305=20 > The value of SIGSTKSZ is 16384. > The value of MINSIGSTKSZ is 4096. > (sid-alpha-sbuild)glaubitz@z6:~/glibc-git/build$ >=20 > I used the following test program: >=20 > #include > #include >=20 > int main() { >=20 > printf("The value of SIGSTKSZ is %d.\n", SIGSTKSZ); > printf("The value of MINSIGSTKSZ is %d.\n", MINSIGSTKSZ); >=20 > return 0; > } >=20 > Do you have any other suggestion for dumping the values? Why does this program crash with the commit? --=20 You are receiving this mail because: You are on the CC list for the bug.=