-
Notifications
You must be signed in to change notification settings - Fork 10
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
Illegal instruction error #5
Comments
What Linux distribution/version are you using? Is this an x86_64 or ARM machine? Please also attach the output of the following two commands:
|
NAME="Ubuntu" Linux wenyu1 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux processor : 0 |
Thank you. Please also attach the last few lines of standard output, and the last few lines of |
Does the same crash occur without |
I would like to know the opcode of the offending instruction. Can you see if any error messages are generated on |
Does the last line of |
I attached here a test executable with a tentative fix that eliminated the crash for me. Please let me know if this works for you. If it does, I will create soon a new Shasta release with the fix.The attached executable is gzipped - you will have to The Shasta 0.11.0 executable uses some processor instructions that are missing in older processors such as yours, and my old laptop. This was due to an error in the Shasta build process which was recently introduced, and which I now fixed. If this executable does not fix the problem for you, please provide the information I requested in my last few posts, and we can continue from there. |
This should be fixed by commit 055636a. Awaiting confirmation from @WenyuLiang. |
Hi Paolo, sorry for the late reply. The shasta.gz works on my machine! Thanks for your help. |
Thank you for confirming this, and for reporting the problem in the first place. I also fixed another bug (issue #4), so I will probably create a new release with these two fixes. |
This fixed in Shasta 0.11.1. |
Hi Paolo,
After I upgraded Shasta to 0.11.0, it always gives me the same error even if I use exactly same parameters as Shasta 0.10.0.
New configurations also give the same error.
The text was updated successfully, but these errors were encountered: