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/770] possible deadlock on double-free logging


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

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |siddhesh at redhat dot com

--- Comment #12 from Siddhesh Poyarekar <siddhesh at redhat dot com> 2012-04-16 13:48:38 UTC ---
Ian, what you're hitting should have been fixed with commit id f8a3b5bf. The X
backtrace is waiting on a lock in a malloc within __libc_message. The commit I
mentioned replaces these malloc calls with mmap() calls to avoid getting
tangled up in the arena locks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]