• unknown's avatar
    Bug #29543 GCov information not written in case of crash. · 87e1a302
    unknown authored
    For GCov builds, if the server crashes, the normal exit handler for writing
    coverage information is not executed due to the abnormal termination.
    
    Fix this by explicitly calling the __gcov_flush function in our crash handler.
    
    
    87e1a302
stacktrace.c 6.74 KB