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/9792] probefunc() returns absolute address instead of the function name


------- Additional Comments From mjw at redhat dot com  2009-01-30 15:21 -------
Confirmed. A simpler reproducer is:
stap -e 'probe kernel.statement("resched_task") { log(probefunc()); exit(); }'

With elfutils 0.137 this will give:
resched_task
But with elfutils 0.138 this will give:
0xffffffff810310d1

Looking a bit more into this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|probefunc() returns absolute|probefunc() returns absolute
                   |address instead of the      |address instead of the
                   |function name               |function name


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

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


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