From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17838 invoked by alias); 13 Oct 2009 17:51:22 -0000 Received: (qmail 17824 invoked by uid 48); 13 Oct 2009 17:51:22 -0000 Date: Tue, 13 Oct 2009 17:51:00 -0000 From: "jan dot kratochvil at redhat dot com" To: gdb-prs@sourceware.org Message-ID: <20091013175121.10770.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug backtrace/10770] New: Hang on some CFI programs X-Bugzilla-Reason: CC 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 X-SW-Source: 2009-q4/txt/msg00089.txt.bz2 The attached testcase contains all the known CFI OP_*s, written by Jakub Jelinek. (gdb) b force_unwind Breakpoint 1 at 0x400690: file cleanup-13.c, line 285. (gdb) r Starting program: .../cleanup-13 Breakpoint 1, force_unwind () at cleanup-13.c:285 285 struct _Unwind_Exception *exc = malloc (sizeof (*exc)); (gdb) bt #0 force_unwind () at cleanup-13.c:285 #1 0x00000000004006ff in callme () at cleanup-13.c:306 -- Summary: Hang on some CFI programs Product: gdb Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: backtrace AssignedTo: unassigned at sourceware dot org ReportedBy: jan dot kratochvil at redhat dot com CC: gdb-prs at sourceware dot org GCC target triplet: x86_64-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=10770 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.