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:
Benoît Minisini 2022-04-28 23:39:42 +02:00
parent 8342f9e8bd
commit c771d1d316

View file

@ -525,6 +525,7 @@ int main(int argc, char *argv[])
}
ret = EXEC_quit_value;
do_exit(ret, TRUE);
}
END_TRY