This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 sanitizer/59302] tsan: Unexpected mmap in InternalAllocator!


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59302

--- Comment #1 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
This isn't expected to happen and so we did not write a better warning message.
We may be able to fix it, but the underlying problem is in your tests: 
it has a race that tsan is trying to report and which is suppressed
(probably because a similar races was reported before).

How many race reports do you see before tsan crashes? 
Did you suppress any of those?


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