Changes between Initial Version and Version 1 of Ticket #13408, comment 4
- Timestamp:
- Apr 13, 2018, 11:05:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13408, comment 4
initial v1 4 4 Could you check if the program is calling to `tls_destructor` before/after doing the report? 5 5 6 ``` 6 7 8 {{{ 7 9 extern "C" 8 10 { 9 11 static void tls_destructor(void* data) 10 ``` 12 }}} 13 14 11 15 12 16 Wondering if this isn't associated to some DLL issues.