From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9107 invoked by alias); 6 Feb 2008 18:29:52 -0000 Received: (qmail 9002 invoked by uid 48); 6 Feb 2008 18:29:09 -0000 Date: Wed, 06 Feb 2008 18:29:00 -0000 Message-ID: <20080206182909.9001.qmail@sourceware.org> From: "swagiaal at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20080205201316.5730.tromey@redhat.com> References: <20080205201316.5730.tromey@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5730] stack trace does not show location information 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: 2008-q1/txt/msg00295.txt.bz2 List-Id: ------- Additional Comments From swagiaal at redhat dot com 2008-02-06 18:29 ------- looks like this was broken by this commit: bbf660ad5f803e000274503ad878040f4d604fef I am still running git bisect to prove it patch snippit: @@ -92,13 +91,7 @@ class LibunwindFrame extends Frame * Returns the current program counter of this Frame. */ public long getAddress() { - ProcInfo myInfo = cursor.getProcInfo(); - ProcName myName = cursor.getProcName(0); - - if (myInfo.getError() != 0 || myName.getError() != 0) - return 0; - - return myInfo.getStartIP() + myName.getOffset(); + return cursor.getIP(); } -- What |Removed |Added ---------------------------------------------------------------------------- CC| |mwielaard at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5730 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.