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: "idealities at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 13 Nov 2018 05:35:15 +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
--- Comment #4 from Shang Yuanchun <idealities at gmail dot com> ---
I find out which really matters is the version of compiler (maybe different
version of gcc turn on different default options or enable new default
functions) and the executable file it generate.
Because if I compile a program on another host with gcc 6.3.0, and copy it to
current host and running stap again, print_ubacktrace() works as expected.
--
You are receiving this mail because:
You are the assignee for the bug.