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: libdwfl failure?


Michael K. Dolan Jr. wrote:
> I get the following errors when trying to execute a tap script... this
> happens with just about any tap file I use...

Likely you are missing the debuginfo for your kernel.  From the README:

Tips :
------
- Systemtap looks for the debug info in these locations
  /boot/vmlinux-`uname -r`
  /usr/lib/debug/lib/modules/`uname -r`/vmlinux
  /lib/modules/`uname -r`/vmlinux

So make sure that you have vmlinux in one of those locations.


All- would it be hard to output a better error message, instead of "No
such file or directory"?


Josh


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