From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7159 invoked by alias); 20 Jun 2007 18:53:25 -0000 Received: (qmail 7111 invoked by uid 48); 20 Jun 2007 18:53:14 -0000 Date: Wed, 20 Jun 2007 18:53:00 -0000 Message-ID: <20070620185314.7110.qmail@sourceware.org> From: "swagiaal at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070620180727.4676.swagiaal@redhat.com> References: <20070620180727.4676.swagiaal@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4676] incorrect back trace produced by libunwind X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00380.txt.bz2 List-Id: ------- Additional Comments From swagiaal at redhat dot com 2007-06-20 18:53 ------- Test program: #include void fourth(){ exit(1); } void third(){ fourth(); } void second(){ third(); } void first(){ second(); } int main(){ first (); return 0; } -- http://sourceware.org/bugzilla/show_bug.cgi?id=4676 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.