This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/16159] malloc_printerr() deadlock, when calling malloc_printerr() again


https://sourceware.org/bugzilla/show_bug.cgi?id=16159

--- Comment #18 from Rich Felker <bugdal at aerifal dot cx> ---
Ondrej, did you even check your results with readelf or ldd? -lgcc is a static
library and is always linked, so of course it won't make any difference. You
need to test with -lgcc_s (and double-check to make sure the dependency really
got added).

BTW, I'm not sure how well your test will do measuring exec time versus other
overhead. If you'd like, I have a test I can post that execs itself and
measures the actual time from just before the execve syscall to the start of
main.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]