|
From: Josef W. <Jos...@gm...> - 2015-02-18 12:58:28
|
Am 18.02.2015 um 12:23 schrieb Azat Khuzhin: > On Wed, Feb 18, 2015 at 11:56:51AM +0100, Josef Weidendorfer wrote: >> Am 18.02.2015 um 11:02 schrieb Azat Khuzhin: >>>> Does it work if you remove "-static"? I have no idea if Ubuntu provides >>>> debug info for libc.a ... >>> >>> Debian do provides, so I guess that ubuntu too: >>> libc6-dev: /usr/lib/x86_64-linux-gnu/libc.a > > My mistake I misread previous mail, there are no debug symbols in > libc.a. > >>From glibc-deb-svn/trunk/debian/rules: > NOSTRIP_$(libc)-dbg = 1 Ah, ok. But does the -dbg package contain debug info for static libc? That's not the case on Ubuntu. Anyway, this issue seems not to be a problem with Valgrind. Josef |