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: Problem with modules


Hi -

Ranieri Romera <rromera@terra.com.br> wrote:

> [...] focused on module 'nfs' =3D [f8ac7000-f8afa329, bias 0]
> semantic error: cannot find module nfs debuginfo: invalid section index
> semantic error: no match for probe point
>          while: resolving probe point module("nfs").function("nfs_readdir")
> [...]

> Name        : systemtap                    Relocations: (not relocatable)
> Version     : 0.5.4                             Vendor: Terra
> Release     : 0.EL4                         Build=20
> [...]

This is a rather old snapshot, and upgrading system elfutils won't do
anything for systemtap (since it contains its own copy internally).
This may help: try "LD_LIBRARY_PATH=/usr/lib/systemtap".
If it does not, you may need strace the I/O attempted by the
stap process, to see if it is finding the debugging information,
and whether it's finding the elfutils auxiliary shared libraries.

If these all fail, you may wish to try with a newer snapshot.  You may
find a usable .src.rpm in fedora someplace, or build your own directly
from CVS sources.


> gcc (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
> [...]
> Linux alcala.hst.terra.com.br 2.6.9-34.EL.tlxsmp=20
> [...]

Ah, this appears to be an RHEL rebuild with good taste in
compilers/kernels.  These should not be a problem.

- FChE

Attachment: pgp00000.pgp
Description: PGP signature


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