Source commit: 8aa669d542593891f8ee13e79e0ea45cae70f21f
@@ -1421,7 +1421,9 @@ void __fastcall TEditorForm::CheckFileSize()
}
+ // Those are actually nearly all internal exceptions we ever practically get
IgnoreException(typeid(EOutOfMemory));
+ IgnoreException(typeid(EAccessViolation));