From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8613 invoked by alias); 29 Aug 2007 20:27:10 -0000 Received: (qmail 8564 invoked by uid 48); 29 Aug 2007 20:27:00 -0000 Date: Wed, 29 Aug 2007 20:27:00 -0000 From: "swagiaal at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20070829202659.4981.swagiaal@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4981] New: libdwfl returns 0 scopes for static inlined functions 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-q3/txt/msg00362.txt.bz2 List-Id: for the following program: static void crash (){ char* a = 0; a[0] = 0; } int main (int argc, char **argv){ crash(); return 0; } crash is inlined by the compiler and scopes are not returned at the point of the sigfault. -- Summary: libdwfl returns 0 scopes for static inlined functions Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: swagiaal at redhat dot com OtherBugsDependingO 2785 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=4981 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.