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/10345] malloc_printerr calls into malloc and then crashes again


http://sourceware.org/bugzilla/show_bug.cgi?id=10345

OndrejBilka <ondra at iuuk dot mff.cuni.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ondra at iuuk dot mff.cuni.cz

--- Comment #3 from OndrejBilka <ondra at iuuk dot mff.cuni.cz> ---

> This commit adds assert/fatal messages into the core file. So, reverting this 
> means it will be missing in the core file, however messages printed by libc on 
> stdout will continue to happen. Is this correct?

When looking to sysdeps/posix/libc_fatal.c there is no longer malloc present. 
Running git blame shows it was changed in commit f8a3b5bf from 2011-05-15 which
is after Colin's message.

Did you tested with libc that contain commit f8a3b5bf ?

-- 
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]