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
@ -525,6 +525,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
ret = EXEC_quit_value;
|
||||
do_exit(ret, TRUE);
|
||||
}
|
||||
END_TRY
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user