Fixed server not stopping after a special crash

This commit is contained in:
Shoghi Cervantes
2014-11-04 17:15:20 +01:00
parent cc7f12739d
commit 79bc1d6c85
4 changed files with 28 additions and 20 deletions

View File

@ -137,7 +137,7 @@ class CrashDump{
$error = $lastExceptionError;
}else{
$error = (array) error_get_last();
$error["trace"] = getTrace(4);
$error["trace"] = @getTrace(4);
$errorConversion = [
E_ERROR => "E_ERROR",
E_WARNING => "E_WARNING",