builtin: ignore C++ 0xE06D7363 exception errors on windows (#14225)
parent
f8ed4ab9d0
commit
735817374e
|
@ -243,7 +243,7 @@ fn unhandled_exception_handler(e &ExceptionPointers) int {
|
|||
match e.exception_record.code {
|
||||
// These are 'used' by the backtrace printer
|
||||
// so we dont want to catch them...
|
||||
0x4001000A, 0x40010006 {
|
||||
0x4001000A, 0x40010006, 0xE06D7363 {
|
||||
return 0
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue