-
Notifications
You must be signed in to change notification settings - Fork 14
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
Some examples segfault on MacOS #355
Comments
Update: I've found that if I install |
lamech
pushed a commit
to lamech/popeye
that referenced
this issue
Jul 24, 2023
lamech
pushed a commit
to lamech/popeye
that referenced
this issue
Jul 24, 2023
With #359 merged, this issue can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I built v4.87 from source on my MacBook Pro M2 using ideas suggested in #304. The resulting binary handles a lot of things quite well, but notably produces segmentation faults on the following inputs when I run
scripts/solveExamples.sh
:I see the same segmentation faults if I use the v4.85 build from #304.
If I load an Ubuntu Dockerfile and build a Linux v4.87 for aarch64 inside the container, everything works fine and I do not see these segmentation faults.
Full output and Dockerfile.txt attached (I can't use
Dockerfile
because Github won't let me attach a file with no extension). Assuming one has Docker installed, one can build and run the Dockerfile with:solveExamples-output.zip
Dockerfile.txt
The text was updated successfully, but these errors were encountered: