-
Notifications
You must be signed in to change notification settings - Fork 11
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
ASAN deadly signal #111
Comments
Can you share a bit more about your setup (distro and version) and what code triggers that? I'll try to reproduce it. ASAN shouldn't be required for normal usage, though, that was me being lazy with makefile. Please make do with |
Same under Clang though. I'm just running |
Oh actually now I get segfaults under Clang:
|
Couldn't reproduce with docker'ed Ubuntu 22.04:
Can you try GDB again with the following step?
|
Hi,
When I try to build on GitHub Actions, the project works fine. It can compile the C output of my compiler! Very cool.
When I try to build and bootstrap locally, I run into ASAN issues:
I tried to attach with GDB but ran into apparent signal handler recursion issues.
The text was updated successfully, but these errors were encountered: