This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/28578] A most simple multithreaded program (practically any multithreaded one) causes mudflap violation
- From: "fche at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2006 16:04:53 -0000
- Subject: [Bug libmudflap/28578] A most simple multithreaded program (practically any multithreaded one) causes mudflap violation
- References: <bug-28578-13029@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from fche at redhat dot com 2006-11-10 16:04 -------
As shown by MUDFLAP_OPTIONS="-viol-gdb", the deallocation is occurring
during the pthread exit process, and relates to dlopen's thread-local
variables.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28578