From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16481 invoked by alias); 8 Aug 2009 01:10:56 -0000 Received: (qmail 16455 invoked by uid 48); 8 Aug 2009 01:10:46 -0000 Date: Sat, 08 Aug 2009 01:10:00 -0000 Message-ID: <20090808011046.16454.qmail@sourceware.org> From: "jistone at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090808010453.10499.jistone@redhat.com> References: <20090808010453.10499.jistone@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug tapsets/10499] Missing @file:line info from resolved probes X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00328.txt.bz2 ------- Additional Comments From jistone at redhat dot com 2009-08-08 01:10 ------- My debugging so far shows that dwarf_decl_file is returning NULL, because its call to dwarf_attr(...DW_AT_decl_file...) returns NULL. With readelf I can see that the function does have DW_AT_decl_file/line. I tried manually calling dwarf_attr_integrate instead, and that found the file and line#. It would probably be best if elfutils started using dwarf_attr_integrate in dwarf_decl_file/line, but I'll see if there's a workaround possible in stap. -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|systemtap at sources dot |jistone at redhat dot com |redhat dot com | Status|NEW |ASSIGNED http://sourceware.org/bugzilla/show_bug.cgi?id=10499 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.