systemtap on fc6, syscall.open failes
Frank Ch. Eigler
fche@redhat.com
Wed Feb 21 15:26:00 GMT 2007
Tomas Kouba <tomas@jikos.cz> writes:
> $ rpm -qf /boot/vmlinuz-2.6.19-1.2911.fc6debug
> kernel-debug-2.6.19-1.2911.fc6.i686
> $ rpm -q kernel-debuginfo
> kernel-debuginfo-2.6.19-1.2911.fc6.i686
> $ rpm -q kernel-debuginfo-common
> kernel-debuginfo-common-2.6.19-1.2911.fc6.i686
> $ uname -r
> 2.6.19-1.2911.fc6debug
Those don't all match. The -debug variant kernel has its own separate
debuginfo file, probably this one:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/i386/debug/kernel-debug-debuginfo-2.6.19-1.2911.fc6.i686.rpm
Another way to see this is to run stap under strace. Search through
the output for its search for "/...??.../vmlinux". The paths you see
will be informative.
- FChE
More information about the Systemtap
mailing list