[Bug runtime/15737] startup fails with vague message on missing symbols

fche at redhat dot com sourceware-bugzilla@sourceware.org
Sat Jul 13 02:01:00 GMT 2013


http://sourceware.org/bugzilla/show_bug.cgi?id=15737

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fche at redhat dot com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
The missing package is kernel-debuginfo{-common}-2.6.32-358.6.2.el6.x86_64.
The stap-prep scropt would help you install it.

Or for your specific script, this may be enough:

  probe kprobe.function("vfs_read") { printf("read performed\n"); exit() }

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list