-
Notifications
You must be signed in to change notification settings - Fork 2
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
Segmentation fault(s): various places in multithreading
branch
#30
Comments
I think this has to do with all of the threads using the same next state generator object. This can probably be fixed by creating unique generator objects. However, not quite sure the best way to do this, because:
Some ideas:
|
Commit 0bdaf9e should contribute to fixing this |
There is now an issue with the
|
This is fixed in aa5a3bc Now we're back to the old issue--even though there are unique next-state generators |
We may need to make a threadsafe ETA: |
Update on the update: The issue is in STORM--specifically, the STORM datastructures we are using were not designed to be threadsafe. In I am not sure how best to fix this without making changes to the STORM codebase, but I have a few ideas:
|
We may just need to override That looks to be where the variableInformation is getting changed--and I think this is only happening with new states |
Edit, nope. There are two:
|
Current stack trace of segfault:
(As of commit 036d155)
The text was updated successfully, but these errors were encountered: