[Support] On Windows, ensure abort() can be catched several times in a row...
[Support] On Windows, ensure abort() can be catched several times in a row with CrashRecoveryContext Before this patch, the CrashRecoveryContext would only catch the first abort(). Any further calls to abort() inside subsquent CrashRecoveryContexts would not be catched. This is because the Windows CRT removes the abort() handler before calling it. This is part of https://reviews.llvm.org/D70378
Loading
Please sign in to comment