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 running systemtap


Hi -

On Mon, Sep 08, 2008 at 11:45:54PM -0700, p v wrote:
> [...]
> [root@robot ~]# stap -v -k hello.stp
> [...]
> Pass 3: using cached /root/.systemtap/cache/2b/stap_2b11f1a63be8d5e9310e1f646ee698de_264.c
> Pass 4: using cached /root/.systemtap/cache/2b/stap_2b11f1a63be8d5e9310e1f646ee698de_264.ko
> Pass 5: starting run.
> Error inserting module '/tmp/stapvQz24y/stap_2b11f1a63be8d5e9310e1f646ee698de_264.ko': Invalid module format
> [...]

Here's the key hint.  Systemtap reused a prior compiled version of the
same script, which must have been built back when you had the .14-108
kernels set up.  It should not have done that - that's a bug.  You can
work around it by "rm -rf /root/.systemtap/cache".

- FChE


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