-
Notifications
You must be signed in to change notification settings - Fork 79
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
Tests Failing on Apple Silicon #523
Comments
Hi, unfortunately, there are some issues when using Storm with Sylvan (MTBDD library for symbolic model building/checking) on Apple Silicon.
|
Hey, After I recently updated my Macbook M1, I get a different bug that I think is related: In particular, when running the tests on DtmcPrctlModelCheckerTest/24, where TypeParam = (anonymous namespace)::DdSylvanRationalSearchEnvironment I either get segfaults (sometimes) or infinite run time (mostly). If I run things with LLDB, then I do not get any errors. Potentially importantly, after updating, my compiler version is AppleClang 15.0.0.15000309, i.e., up to date. All other tests seem to run fine. |
I think this issue is currently circumvented and is tracked in #600. |
Hi,
Thanks for developing Storm! I'm compiling the master branch on an Apple Silicon (M1) Mac as I was having issues compiling the stable version. When running
make check
after building, the following two tests are failing for me:I haven't installed Spot, in case it matters. My goal is to benchmark MDP symbolic model building. I figured I didn't need to install Spot for that. Are these two test failures expected?
Thanks for your help!
Best,
Ramneet
The text was updated successfully, but these errors were encountered: