This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Missing unwind data for module
Hi -
> You're a genius. Copying the module into /lib/modules/`uname -r`/
> and rerunning stap without the .ko at the end did the trick: [...]
Haha, nah, more like insane. This -d interpretation heuristic is
trickier than it should be. It relates to other bugs too, like the
inability to say
probe module("/path/to/your/module.ko").SOMETHING { }
If you happened to hit this and were annoyed, we'd appreciate a bug
report in bugzilla.
- FChE