Your message dated Fri, 13 Nov 2009 21:14:18 +0100
with message-id <[email protected]>
has caused the   report #555549,
regarding libdw1: should not require .debug extension for kernel modules debug 
info
to be marked as having been forwarded to the upstream software
author(s) [email protected]

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
555549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555549
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Hi,

It seems that find_debuginfo_in_path() in find-debuginfo.c
can return a file that does not contain debug information.
It calls validate() to see if the build id is the same,
but does not check that the file actually has debug info or
not.

We're seeing this problem on Debian systems using systemtap
because:
- systemtap sets the search path to "+:.debug:/usr/lib/debug:build"
- The name of the files with debug info is the same as original
  file itself.  On redhat systems it seems ".debug" is appeneded.

So the first file it looks at is actually the same file as
the one we're trying to find the debug info for.  It has
the same build id, so it thinks it found it.

For more info about this, see:
http://bugs.debian.org/555549


Kurt
 


--- End Message ---

Reply via email to