From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1761 invoked by alias); 30 Jul 2014 05:21:39 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 1606 invoked by uid 48); 30 Jul 2014 05:21:26 -0000 From: "rth at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/17165] [alpha] Saved stack pointer is not mangled in unwind_stop jumpbuffer Date: Wed, 30 Jul 2014 05:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rth at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg00686.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17165 Richard Henderson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |rth at gcc dot gnu.org --- Comment #3 from Richard Henderson --- I don't see this problem with mainline glibc, although I admit I compiled for ev67, not ev4. I just wouldn't have thought that would make any difference. $ ./elf/ld.so --library-path .:elf:math:nptl ~/a.out unwind 0000000000000000 <__sigsetjmp>: 0: 00 00 bb 27 ldah gp,0(t12) 0: GPDISP .text+0x4 4: 00 00 bd 23 lda gp,0(gp) 8: 00 00 30 b5 stq s0,0(a0) c: 08 00 50 b5 stq s1,8(a0) 10: 10 00 70 b5 stq s2,16(a0) 14: 18 00 90 b5 stq s3,24(a0) 18: 20 00 b0 b5 stq s4,32(a0) 1c: 28 00 d0 b5 stq s5,40(a0) 20: 00 00 3d a4 ldq t0,0(gp) 20: ELF_LITERAL __pointer_chk_guard 24: 00 00 21 a4 ldq t0,0(t0) 24: LITUSE .text+0x1 28: 02 08 41 47 xor ra,t0,t1 2c: 30 00 50 b4 stq t1,48(a0) 30: 02 08 c1 47 xor sp,t0,t1 34: 40 00 50 b4 stq t1,64(a0) 38: 02 08 e1 45 xor fp,t0,t1 3c: 38 00 50 b4 stq t1,56(a0) Can you please re-verify mainline? We're going to cut 2.20 soon. -- You are receiving this mail because: You are on the CC list for the bug.