From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32611 invoked by alias); 30 Jul 2014 06:36:42 -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 32526 invoked by uid 48); 30 Jul 2014 06:36:35 -0000 From: "ubizjak at gmail dot com" 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 06:36: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: ubizjak at gmail dot com 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: 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/msg00687.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17165 --- Comment #4 from Uros Bizjak --- (In reply to Richard Henderson from comment #3) > Can you please re-verify mainline? We're going to cut 2.20 soon. 2.20 seems OK: 0000000000040820 <__sigsetjmp>: 40820: 19 00 bb 27 ldah gp,25(t12) 40824: d8 8e bd 23 lda gp,-28968(gp) 40828: 00 00 30 b5 stq s0,0(a0) 4082c: 08 00 50 b5 stq s1,8(a0) 40830: 10 00 70 b5 stq s2,16(a0) 40834: 18 00 90 b5 stq s3,24(a0) 40838: 20 00 b0 b5 stq s4,32(a0) 4083c: 28 00 d0 b5 stq s5,40(a0) 40840: 70 81 3d a4 ldq t0,-32400(gp) 40844: 00 00 21 a4 ldq t0,0(t0) 40848: 02 08 41 47 xor ra,t0,t1 4084c: 30 00 50 b4 stq t1,48(a0) 40850: 02 08 c1 47 xor sp,t0,t1 40854: 40 00 50 b4 stq t1,64(a0) 40858: 02 08 e1 45 xor fp,t0,t1 4085c: 38 00 50 b4 stq t1,56(a0) I configured only with --prefix=/opt, default host/build was detected as alphaev68. -- You are receiving this mail because: You are on the CC list for the bug.