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/14226] semantic error: missing x86_64 kernel/module debuginfo under '...' while resolving probe point kernel.function("vfs_read").return


https://sourceware.org/bugzilla/show_bug.cgi?id=14226

--- Comment #12 from snehal <snehal at linux dot vnet.ibm.com> ---
Tried following 

#strace -e open stap --vp 09 -e 'probe kernel.function("sys_open") {log("hello
world") exit()}' |& grep vmlinu


open("/boot/vmlinux-3.12.28-4-default", O_RDONLY) = 3
checking pattern '' vs. module 'kernel' file '/boot/vmlinux-3.12.28-4-default'
Attempting to extract kernel debuginfo build ID from
/lib/modules/3.12.28-4-default/build/vmlinux.id
open("/lib/modules/3.12.28-4-default/build/vmlinux.id", O_RDONLY) = -1 ENOENT
(No such file or directory)
focused on module 'kernel' = [0xc000000000000000-0xc000000001231eb4, bias 0
file /usr/lib/debug/boot/vmlinux-3.12.28-4-default.debug ELF machine powerpc|
(code 21)

After this system hangs and does not respond untill ctr+c

-- 
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]