mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
only emit a crash dump for access violations
This commit is contained in:
parent
42622d0d25
commit
062f6968a1
@ -873,10 +873,10 @@ handleException(LPEXCEPTION_POINTERS e)
|
||||
if (jump) {
|
||||
return EXCEPTION_CONTINUE_EXECUTION;
|
||||
}
|
||||
}
|
||||
|
||||
if (system->crashDumpDirectory) {
|
||||
dump(e, system->crashDumpDirectory);
|
||||
if (system->crashDumpDirectory) {
|
||||
dump(e, system->crashDumpDirectory);
|
||||
}
|
||||
}
|
||||
|
||||
return EXCEPTION_CONTINUE_SEARCH;
|
||||
|
Loading…
Reference in New Issue
Block a user