Changes between Initial Version and Version 1 of Ticket #13408, comment 4


Ignore:
Timestamp:
Apr 13, 2018, 11:05:42 PM (5 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13408, comment 4

    initial v1  
    44Could you check if the program is calling to `tls_destructor` before/after doing the report?
    55
    6 ```
     6
     7
     8{{{
    79extern "C"
    810            {
    911                static void tls_destructor(void* data)
    10 ```
     12}}}
     13
     14
    1115
    1216Wondering if this isn't associated to some DLL issues.