-
Notifications
You must be signed in to change notification settings - Fork 192
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?) on Ubuntu 14.10 #68
Comments
Here's also a stacktrace taken from gdb:
|
Seems like error is the same like in ticket #65, but the fix does not apply in my case. |
Can you compile nimble manually (without As you say, it does seem like the issue in #65. Have you tried removing |
I seem to have the same issue as @SSPkrolik and the fix for #65 also does not work for me. I tried deleting everything and starting from scratch, but nothing seems to work. However, if I delete the ~/.nimble/nimbledata.json file, I can successfully call OS: Ubuntu 14.04 Is there a command I can run that will give you some helpful output? |
This issue isn't related to nimble itself, but to nimrod's implementation of the json module in the current stable release. It was apparently fixed in the devel branch, so installing nimrod using the devel branch should hopefully fix this issue. |
I will close on the basis of what @jyapayne said. |
This error appears while trying to run any of the available commands, while all "Options" work just fine.
The text was updated successfully, but these errors were encountered: