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]

Re: strange fail in examples/proc_snoop.stp


Wenji Huang <wenji.huang@oracle.com> writes:

>[...]
> probe handle_signal@arch/i386/kernel/signal.c:512 kernel section=.text
> pc=0xc01027db
> semantic error: failed to retrieve location attribute for local 'sig'
> (dieoffset: 0x60941): identifier '$sig' at
> /usr/local/share/systemtap/tapset/signal.stp:390:11
> [...]
> Couldn't find handle_signal in cat /proc/kallsyms or nm vmlinux. Seems
> no probe point match should be reported.

handle_signal appears to be inlined into do_signal / do_notify_resume.
It's another instance of bug #1155.


- FChE


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