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: Newb: Probe My Application


Hi -

On Tue, Oct 14, 2008 at 02:36:34PM -0400, Hassan Radwan wrote:
> # stap aprobe.stp -c ./a.out
> [...]
> ERROR: module release mismatch (2.6.18-92.1.13.el5 vs 2.6.18-92.el5)
> # uname -r
> 2.6.18-92.el5
> [...]

I wonder if this is a collision in our cache hashing.  It seems like
the module found was built for a different kernel, which is not
supposed to happen.  Have you up- or downgraded your kernel recently?

Clean out the cache (rm -rf $HOME/.systemtap/cache) and try again.

- FChE


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