mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 991039: Disable IOInterposer in FPEFilter; r=ted
This commit is contained in:
parent
a169d71bf3
commit
f3062d618d
@ -872,6 +872,7 @@ static bool FPEFilter(void* context, EXCEPTION_POINTERS* exinfo,
|
||||
MDRawAssertionInfo* assertion)
|
||||
{
|
||||
if (!exinfo) {
|
||||
mozilla::IOInterposer::Disable();
|
||||
FreeBreakpadVM();
|
||||
return true;
|
||||
}
|
||||
@ -889,6 +890,7 @@ static bool FPEFilter(void* context, EXCEPTION_POINTERS* exinfo,
|
||||
case STATUS_FLOAT_MULTIPLE_TRAPS:
|
||||
return false; // Don't write minidump, continue exception search
|
||||
}
|
||||
mozilla::IOInterposer::Disable();
|
||||
FreeBreakpadVM();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user