From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30637 invoked by alias); 12 Feb 2014 02:00:01 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 30517 invoked by uid 48); 12 Feb 2014 02:00:00 -0000 From: "teawater at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug backtrace/16558] New: GDB Aarch64 signal frame unwinder issue Date: Wed, 12 Feb 2014 02:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: backtrace X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: teawater at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: 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-q1/txt/msg00159.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16558 Bug ID: 16558 Summary: GDB Aarch64 signal frame unwinder issue Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: backtrace Assignee: unassigned at sourceware dot org Reporter: teawater at gmail dot com The signal frame unwinder in GDB on Aarch64 seems to have troubles, e.g. the frame where the signal was triggered is skipped. Seen in: (gdb) PASS: gdb.base/relativedebug.exp: continue bt #0 0x0000007fb7e1d5dc in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x0000007fb7e20aac in __GI_abort () at abort.c:89 #2 0x0000000000400850 in handler (signo=14) at /scratch/macro/aarch64-linux-wrs/src/gdb-7.6-yocto/gdb/testsuite/gdb.base/relativedebug.c:25 #3 #4 main () at /scratch/macro/aarch64-linux-wrs/src/gdb-7.6-yocto/gdb/testsuite/gdb.base/relativedebug.c:33 FAIL: gdb.base/relativedebug.exp: pause found in backtrace where pause's frame is missing between #3 and #4 and also in other test cases where also other frame data is incorrect. -- You are receiving this mail because: You are on the CC list for the bug.