-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Repeated unexpected traps (M1) #142
Comments
Apparently, on M1, docker falls back to opts="--platform linux/amd64" Btw, you can download the latest run-mtgo script and you won't need the PATH trick anymore (in theory). |
Thank you for the advice on downloading. I downloaded it, edited the command as per your recommendation and am running into something else (and the shorthand issue from before seemed to return). Here is the log file: |
Sorry, the fix was buggy, please download |
I downloaded and made the suggested change, but got the following error:
So i replaced the amd64 with 386 in the opts command of the
|
Issue moved to #188 |
This is moving the issue I brought up in another thread to this one. To see original:
Originally posted by @mbenzvi in #138 (comment)
I ran the command:
PATH=/opt/homebrew/Cellar/gnu-getopt/2.37.2/bin/:$PATH ./run-mtgo
I have included the log for the issue:
output-current-version.log
There seems to be a point where things break and I repeatedly get the issue
Got unexpected trap -1
I also tried the older version using per recommendation:
`PATH=/opt/homebrew/Cellar/gnu-getopt/2.37.2/bin/:$PATH ./run-mtgo panard/mtgo:2021-07-24'
This got stuck on
uncaught target signal 11 (Segmentation fault) - core dumped
although also had the same error as the current version multiple times in the running.output-old-version.log
I have an M1 chip on OS big sur. Let me know if more information is needed.
The text was updated successfully, but these errors were encountered: