-
Notifications
You must be signed in to change notification settings - Fork 4
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
musl SIGABRT #724
Comments
This one looks "prettier" :P
EDIT: nevermind, same details 🤦 |
To make it easier you could add another DEBUG_EXCEPTION_HANDLER inside server try block https://github.com/minetest/minetest/blob/9fc018ded10225589d2559d24a5db739e891fb31/src/server.cpp#L119-L124
|
I grepped the last actions just before each crash, not sure if there's a pattern though:
|
I read here that a |
https://en.cppreference.com/w/cpp/memory/new/bad_alloc Also (didn't read through it but seems to be okay and good generic knowledge): |
(just dumping this here, didn't look into details yet)
The text was updated successfully, but these errors were encountered: