-
Notifications
You must be signed in to change notification settings - Fork 45
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
Free in death_handler.cpp:93 enless loop? #18
Comments
Fair enough, it crashes inside the first attempt to load the original free(). I need to have a flag to break the crash loop in that case. Thanks for the report. |
But why does this happen in the first place? ASAN? CUDA? Everything seems fine when I just comment out the constructor:
This is on Archlinux with |
You see, |
How about now? The current code does not support ASLR, so you'll probably not see the line numbers. I will eventually fix that, too. |
My program is rather complex, so I'm not sure this is caused by deathhandler exclusively. I'm also using asan. Any ideas why this might happen?
What's good info to provide?
The text was updated successfully, but these errors were encountered: