This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/23879] print_ubacktrace can not print function name
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 12 Nov 2018 08:58:14 +0000
- Subject: [Bug tapsets/23879] print_ubacktrace can not print function name
- Auto-submitted: auto-generated
- References: <bug-23879-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23879
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
--- Comment #2 from Frank Ch. Eigler <fche at redhat dot com> ---
It depends how the two versions of the target program were compiled. Perhaps
the second one was stripped (including symbol info), so stap (and tools like
gdb) would have no chance to resolve addresses to names. Perhaps the unwind
data was not generated the same way (possibly CFLAGS without
-fasynchronous-unwind-tables?).
A comparison with "readelf -S" between the two binaries could help clear this
up.
Also, that advice re. rerunning with -DDEBUG_UNWIND is a good one, the data
would help.
--
You are receiving this mail because:
You are the assignee for the bug.