QUIT now ends the process brutally. C++ static exit routines from unloaded shared libraries are not called anymore, avoiding the crash.
[INTERPRETER] * BUG: QUIT now ends the process brutally. C++ static exit routines from unloaded shared libraries are not called anymore, avoiding the crash.
This commit is contained in:
parent
8342f9e8bd
commit
c771d1d316
1 changed files with 1 additions and 0 deletions
|
@ -525,6 +525,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
ret = EXEC_quit_value;
|
||||
do_exit(ret, TRUE);
|
||||
}
|
||||
END_TRY
|
||||
|
||||
|
|
Loading…
Reference in a new issue