On Monday 24 May 2010 23:44:03 Ritesh Raj Sarraf wrote: > I think this is an elfutils bug.
Hello Kurt, --- elfutils-0.146.orig/libdwfl/linux-kernel-modules.c +++ elfutils-0.146/libdwfl/linux-kernel-modules.c @@ -128,7 +128,8 @@ find_kernel_elf (Dwfl *dwfl, const char { if ((release[0] == '/' ? asprintf (fname, "%s/vmlinux", release) - : asprintf (fname, "/boot/vmlinux-%s", release)) < 0) + : asprintf (fname, "/usr/lib/debug/vmlinux-%s", release)) < 0) return -1; This change fixes the problem. Should it be okay ? Regards, Ritesh -- Ritesh Raj Sarraf | http://people.debian.org/~rrs
signature.asc
Description: This is a digitally signed message part.