Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quake3e hangs on exit #211

Open
Pan7 opened this issue Feb 21, 2023 · 1 comment
Open

Quake3e hangs on exit #211

Pan7 opened this issue Feb 21, 2023 · 1 comment

Comments

@Pan7
Copy link

Pan7 commented Feb 21, 2023

Quake3e is firing an Exception while running exit() because the qvm crashed what causes the program to hang. Should the Exception filter be unregistered first before quitting?

@ec-
Copy link
Owner

ec- commented Feb 22, 2023

Com_Error( ERR_DROP, ... ) inside exception handler should close all running qvms without issues, it seems like that you already have some memory corruption at exception point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants