Skip to content
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

Rhubarb crashes on MacOs x86_64 #140

Open
furroy opened this issue Feb 26, 2024 · 0 comments
Open

Rhubarb crashes on MacOs x86_64 #140

furroy opened this issue Feb 26, 2024 · 0 comments

Comments

@furroy
Copy link

furroy commented Feb 26, 2024

It builds and runs fine on arm64, but our use case requires x86_64 so it will run on Intel machines as well. I edited the appInfo.cmake and added set(CMAKE_OSX_ARCHITECTURES x86_64) and rebuilt. All seems fine. Running it on the command line with no arguments works fine with the expected message, but as soon as I give it a file to process and it has to make some threads to do the work, it gets about 6% into processing and crashes. Here is the Mac IPS, Git wouldn't let me upload with the .ips extention, so I renamed it to .json

rhubarb-2024-02-26-091641_ips.json

(Note: I did also add some cmake lines to make it use our codesign, but I doubt that makes a difference)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant