-
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
SIGILL on latest OSX #80
Comments
Does it happen with any other shells (e.g. regular bash)? |
Latest zsh:
|
Hm, and this happens immediately? |
Yep. As soon as I try to run the binary.
|
Hey, I get the same thing! Someone must have screwed up :P I'll see if I can figure out what went wrong, as it obviously was not doing this before. |
Maybe one of the dependencies. Thanks!
|
Its probably a problem in gapbuffer's indexing introduced with the new changes to slicing. @gchp and I discussed it yesterday Sent from my android device. -----Original Message----- Maybe one of the dependencies. Thanks!
Reply to this email directly or view it on GitHub: |
Sorry for late response. As @dlaronson said, this is something to do with the |
Happens on |
Submitted a PR which once merged will fix the issue. |
git pull-ed today and the issue was fixed. |
git pull
cargo build --release
./target/release/iota
and then
fish: Job 1, './target/release/iota ' terminated by signal SIGILL (Illegal instruction)
(I'm using the fish shell)
The text was updated successfully, but these errors were encountered: