Bug #29543 GCov information not written in case of crash.
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.
Showing
Please register or sign in to comment