-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[BUG]: User getting illegal instructions after upgrading from 0.3.1 to 0.4.0 #1002
Comments
Could be an installer issue |
Perhaps related to: #993 |
I wouldn't know how to do that. I believe there's some process by which the symbols are stripped, but that's a release process thing |
Another user with same issue here: #1057 triple = x86_64-unknown-linux adx |
With no readable stack trace or way to reproduce this on one of our machines, this is impossible to debug. We cannot even use the user's machine for debugging for obvious reasons. |
Update from the discussion: subsequent releases will include a way to symbolicate the stack traces. For now, the suspected issue is a mis-install from the CLI. |
Another user with this issue on Discord here Leaving here as a reminder to respond to user when the issue is closed. |
Will close this in favor of a symbolication issue. |
Users have reported in other tickets that this fixes the above problem: removed ~/.modular directory and installed python3.10-venv, then used "modular auth XXXX && modular install mojo" |
Bug description
After a user upgraded from 0.3.1 to 0.4.0, trying to run a hello world seg faults:
Tried installing from scratch didn't fix it, also checked all system libraries being linked are the same as a working instance.
System information:
ldd mojo
Might be something to do with the CPU.
lscpu
From discord: https://discord.com/channels/1087530497313357884/1159586707415502999/1159681161094766597
The text was updated successfully, but these errors were encountered: