[gentoo-user] Re: What does it take to get debug symbols from /lib/ld-2.9.so?

2009-09-06 Thread Nikos Chantziaras
On 09/06/2009 09:43 AM, Erik wrote: I have emerged glibc with debug -glibc-omitfp and restarted the system. But when I execute valgrind /usr/lib/mozilla-firefox/firefox I only see things like this: Invalid read of size 4 at 0x4018620: (within /lib/ld-2.9.so) No filename:linenumber here.

Re: [gentoo-user] Re: What does it take to get debug symbols from /lib/ld-2.9.so?

2009-09-06 Thread Graham Murray
Nikos Chantziaras rea...@arcor.de writes: Don't emerge with debug -glibc-omitfp. Emerge with splitdebug in FEATURES. And make sure you include a -g option (eg -ggdb) in CFLAGS

Re: [gentoo-user] Re: What does it take to get debug symbols from /lib/ld-2.9.so?

2009-09-06 Thread Erik
Nikos Chantziaras skrev: On 09/06/2009 09:43 AM, Erik wrote: I have emerged glibc with debug -glibc-omitfp and restarted the system. But when I execute valgrind /usr/lib/mozilla-firefox/firefox I only see things like this: Invalid read of size 4 at 0x4018620: (within /lib/ld-2.9.so) No

[gentoo-user] Re: What does it take to get debug symbols from /lib/ld-2.9.so?

2009-09-06 Thread Nikos Chantziaras
On 09/06/2009 11:22 AM, Erik wrote: Nikos Chantziaras skrev: On 09/06/2009 09:43 AM, Erik wrote: I have emerged glibc with debug -glibc-omitfp and restarted the system. But when I execute valgrind /usr/lib/mozilla-firefox/firefox I only see things like this: Invalid read of size 4 at

Re: [gentoo-user] Re: What does it take to get debug symbols from /lib/ld-2.9.so?

2009-09-06 Thread Erik
Nikos Chantziaras skrev: On 09/06/2009 11:22 AM, Erik wrote: Nikos Chantziaras skrev: On 09/06/2009 09:43 AM, Erik wrote: I have emerged glibc with debug -glibc-omitfp and restarted the system. But when I execute valgrind /usr/lib/mozilla-firefox/firefox I only see things like this: