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: Help with a common FAQ...


Hi, Steve -

> I'm experiencing the "missing kernel debuginfo" problem that's
> mentioned in the FAQ. I'm running on Red Hat and have installed the
> debugsyms packages. [...]

Sounds good - you're probably just missing the right one! :-)

> [...]
> semantic error: missing x86_64 kernel/module debuginfo [man
> warning::debuginfo] under
> '/lib/modules/2.6.32-504.3.3.el6.x86_64/build'
> [...]
> Exactly what file contains the DWARF debug symbols for the kernel - my
> /boot contains a vmlinuz-${VERSION} [...]

vmlinuz is very much stripped & compressed.

The file we're after is .../vmlinux, and should be contained in
the kernel-debuginfo-2.6.32-504.3.3.el6.x86_64.rpm package.
You should be able to get hold of it with the 'stap-prep'
or 'debuginfo-install kernel' programs, or by downloading
it by hand from RHN.

- FChE


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