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: systemtap on fc6, syscall.open failes


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


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