mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +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) {
|
if (jump) {
|
||||||
return EXCEPTION_CONTINUE_EXECUTION;
|
return EXCEPTION_CONTINUE_EXECUTION;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (system->crashDumpDirectory) {
|
if (system->crashDumpDirectory) {
|
||||||
dump(e, system->crashDumpDirectory);
|
dump(e, system->crashDumpDirectory);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return EXCEPTION_CONTINUE_SEARCH;
|
return EXCEPTION_CONTINUE_SEARCH;
|
||||||
|
Loading…
Reference in New Issue
Block a user