-
Notifications
You must be signed in to change notification settings - Fork 81
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 MacOS 12.7.6 #1027
Comments
I've got unblob working: If there's anything else you'd like me to do or provide, just ask, however at this point as I do have it working under Linux, it's probably of benefit to other MacOS users in the longer term. |
@ruckusman thanks for the detailed report and follow up. I think it is an hardware limitation, but it shows up on MacOS because the We're already disabling If you could share the coredump file with us, we can have a look and check what exact instruction it's failing on. |
What I've posted above is the full output from python, it doesn't take the entire OS down (if I am understanding coredump correctly to be an OS crash, it doesn't) I've just checked and the /cores folder on that system is empty. I can replicate the python crash again easily and capture more output if you can point me in the right direction as to anything else that may be of assistance. If there's a switch that I can pass to python for instance to give a more detailed output of the error, I'm happy to do it. There is more than one way to 'run' unblob. I can also run unblob via python using: I don't see any distinct differences between the two, but will post the other output from the other machine shortly. Thank you for giving this your time and attention it is very much appreciated. |
coredump are generated on process crash.
You probably need to enable coredumping by typing this command in your terminal before running unblob:
|
I'm getting the same error as this thread
#613
On a mid-2012 Macbook Pro - 9,1, Monterey 12.7,.6 - I've moved to this machine from an even older Core 2 duo Macbook Pro (virtually a Museum piece) as I was also getting the illegal instruction on that machine.
Fortunately I've captured the full output this time.
I used the install from source instructions from https://unblob.org/installation/
Git, poetry etc - seemed to go smoothly
running this however
poetry run unblob --show-external-dependencies
Generates this error
zsh: illegal hardware instruction poetry run unblob --show-external-dependencies: full output below
I've also tried to install unblob from source on Linux MX however there's something simple and fundamental missing from the installation instructions it seems.
The text was updated successfully, but these errors were encountered: