mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Merge pull request #468 from sherief/exception-handler-fix
Windows exception handler allows other handlers to be called.
This commit is contained in:
commit
aa017e6a76
@ -843,8 +843,6 @@ LONG WINAPI CrashFilter( PEXCEPTION_POINTERS pExp )
|
||||
GetProfiler().RequestShutdown();
|
||||
while( !GetProfiler().HasShutdownFinished() ) { std::this_thread::sleep_for( std::chrono::milliseconds( 10 ) ); };
|
||||
|
||||
TerminateProcess( GetCurrentProcess(), 1 );
|
||||
|
||||
return EXCEPTION_CONTINUE_SEARCH;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user