This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/15671] systemtap (rpm version) can't find debuginfo for @var() use


http://sourceware.org/bugzilla/show_bug.cgi?id=15671

--- Comment #8 from Josh Stone <jistone at redhat dot com> ---
AFAICS the problem starts in query_addr(), which calls dwflpp::getscopes(addr)
and gets nothing back, so it returns without creating the probe.  Then
sdt_query::handle_probe_entry() takes that as a sign to create a
"debuginfoless" probe with a NULL scope_die, and without a scope the $var
expansion isn't even attempted.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]