Comment #6 on issue 273 by [email protected]: remove the limit of the number of ever existed threads in asan
https://code.google.com/p/address-sanitizer/issues/detail?id=273

I reproduced it with verbosity=1, attaching the log.

==61871==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed: 0x7f2192ae7010 in thread T16777215 ==61871==AddressSanitizer CHECK failed: /local/mar_/llvm-3.4/projects/compiler-rt/lib/asan/asan_report.cc:595 "((free_stack->size))
((0))" (0x0, 0x0)


Unfortunately this is a complex test, so no reproducer yet. Let me know if I should enable some other trace. The error happens when a server is shutting down, and the process crashes with signal 11 (after the ASan report).

Attachments:
        AddressSanitizer_Crashdump.61871.trc  16.4 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to