-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release-built hoice sometimes crashes while learning on macOS Monterey #57
Comments
Wow. Thank you for this detailed issue! This looks like a bug far underneath hoice itself. I'll try my best to find time to investigate, feel free to ping me if I don't get back to you "soon". |
The last frame of the stack trace is |
@khei4 I could not reproduce the bug 😢 I pushed a new version of hoice though, totally unrelated to this issue. I tested your clauses with it running z3 4.8.17 and nothing went wrong on Monterey 12.3.1. Let me know if updating hoice + z3 fixes the problem, just in case. In the mean time I'm going to close this issue as I cannot reproduce it. Do feel free to re-open it if new clues come up. |
@AdrienChampion Thank you! I can reproduce this error with HoIce(commit hash: 90d348933) for the same input on my MacBookPro (2018 model with Intel Core i5) with the same version z3 as you write. I guess this bug is related to the concurrency and happens non deterministically(sometimes nothing happens on this). Could you reproduce this by executing repeatedly? If nothing happens, maybe some of my dependencies are the cause of this... |
I did a Hmm, I wrote hoice quite a while ago and I thought I did not use I still find it weird that I cannot reproduce this behavior. I will investigate further but I need some time, probably a few days. Please ping me in this thread if this issue is time-sensitive for you 🐱 (Re-opening the issue.) |
This comment was marked as abuse.
This comment was marked as abuse.
Now you really shouldn't say that, I'm going to pretend I did not see anything otherwise it will take centuries 🐱 |
Input
Output (sometimes)
Version
macOS Monterey 12.2.1
hoice 1.8.1 (manually built(1c9a5d110 2021-01-29)
z3 4.8.13
rustc 1.60.0
This error doesn't happen on Debian 11, z3 4.8.13, rustc 1.57.0
Stack Trace
The text was updated successfully, but these errors were encountered: