odyaka341 / thread-sanitizer

Automatically exported from code.google.com/p/thread-sanitizer
0 stars 0 forks source link

dlclose call in atexit callback crashes #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See issue:
https://code.google.com/p/webrtc/issues/detail?id=3895

Revision that causes the assert crash is:
http://llvm.org/viewvc/llvm-project?view=revision&revision=216906

Original issue reported on code.google.com by dvyu...@google.com on 7 Oct 2014 at 9:56

GoogleCodeExporter commented 9 years ago
I was able to reproduce the dynamic linker crash on a small example.
Fixed by http://llvm.org/viewvc/llvm-project?view=revision&revision=219675

Original comment by dvyu...@google.com on 14 Oct 2014 at 9:44