public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* semantic error: libdwfl failure (dwfl_linux_kernel_report_modules):  Exec format error
@ 2008-01-30 16:38 Esther Horbert
  2008-01-30 17:21 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: Esther Horbert @ 2008-01-30 16:38 UTC (permalink / raw)
  To: systemtap

Hi!

I got the following problem after installing systemtap while trying out 
the example from the webpage 
(http://sourceware.org/systemtap/wiki/SystemtapOnUbuntu).
We installed like described here: 
http://sourceware.org/systemtap/wiki/SystemtapOnDebian only installed 
the kernel manually (make install).
Does somebody know what this Exec format error means and how to fix it?


# stap -vvv -e 'probe kernel.function("sys_open") {log("hello world") 
exit()}'
Created temporary directory "/tmp/stapPOB94Z"
Searched '/usr/share/systemtap/tapset/2.6.20-oprofile/i686/*.stp', match 
count 0
Searched '/usr/share/systemtap/tapset/2.6.20-oprofile/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/2.6.20/i686/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/2.6.20/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/2.6/i686/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/2.6/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/i686/*.stp', match count 1
Searched '/usr/share/systemtap/tapset/*.stp', match count 33
Searched '/usr/share/systemtap/tapset/LKET/2.6.20-oprofile/i686/*.stp', 
match count 0
Searched '/usr/share/systemtap/tapset/LKET/2.6.20-oprofile/*.stp', match 
count 0
Searched '/usr/share/systemtap/tapset/LKET/2.6.20/i686/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/LKET/2.6.20/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/LKET/2.6/i686/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/LKET/2.6/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/LKET/i686/*.stp', match count 0
Searched '/usr/share/systemtap/tapset/LKET/*.stp', match count 19
Pass 1: parsed user script and 53 library script(s) in 
310usr/10sys/439real ms.
semantic error: libdwfl failure (dwfl_linux_kernel_report_modules): Exec 
format error
Ensure kernel debuginfo is installed
while: resolving probe point kernel.function("sys_open")
Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 global(s) in 
10usr/0sys/36real ms.
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
Running rm -rf /tmp/stapPOB94Z

# dpkg -l libdw-dev elfutils
ii  elfutils                          0.123-3                           
collection of utilities to handle ELF objects
ii  libdw-dev                         0.123-3                           
library that provides access to the DWARF debug information


# ls -l /boot/vmlinux-$(uname -r)
-rwxr-xr-x 1 root root 43252479 2008-01-30 16:21 
/boot/vmlinux-2.6.20-oprofile


# zcat /proc/config.gz 
CONFIG_KALLSYMS=y
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
...

Thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-30 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 16:38 semantic error: libdwfl failure (dwfl_linux_kernel_report_modules): Exec format error Esther Horbert
2008-01-30 17:21 ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).