-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
SIGSEGV: Illegal storage access. (Attempt to read from nil?) #227
Comments
I just got the exact same error on Arch using |
I downgraded some deps: nim = 1.6.0 No more error - a prologue downgrade didn't fix the issue, so I'm thinking it's something in the nim 2.0 (I'll try the last non 2.0 version for comparison with the latest prologue possible). |
I also noticed the (per request) DEBUG log does not show on nim 2.0 either - only the boot up message does. |
These versions do not produce the issue:
|
https://github.com/nim-lang/Nim/issues?q=is%3Aissue+is%3Aopen+sigsegv+ - looks like a lot of this in 2.0 release usage. |
Maybe helpful to prologue, httpbeast is having a similar issue: nim-lang/Nim#21422 |
One stack trace mentioned httpx for me - and if I use |
I updated httpx issue here: ringabout/httpx#33 with a link to the httpbeast solution - I think httpx needs to incorporate it from httpbeast HEAD, add a new tag, then include the new tag on prologue. |
Another workaround is to use |
WSL2 Debian 12
The text was updated successfully, but these errors were encountered: