-
Notifications
You must be signed in to change notification settings - Fork 9
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
segfault on nfsim 1.14.1 #37
Comments
Two CI failures have crept in with updates to BNG and NFsim. This first is an error simulating a hybrid particle-population model in our test suite. This looks like a bug in NFsim 1.14.1, which generates a segfault on the model which worked in 1.12.1. I've opened an issue with NFsim for this here: RuleWorld/nfsim#37 In the meantime, I've pinned the test suite GitHub Actions CI to NFsim 1.12.1. The other is a test failure in a BNG model import, which looks like it's just a consequence of the rule order parsing changing between BNG versions. I've updated the test to test for the presence of either of the two expected error messages, both regarding rate laws.
Hi Alex, We are aware of this issue in 1.14 and are actively working on a fix. I apologize that we had not created an issue for this already. It's a bug that cropped up in trying to identify the source of another problem (RuleWorld/PyBioNetGen#55). Please note also that the current BioNetGen release (2.9.1) includes version 1.12.1 of NFsim, and so does not display the bug reported here. |
Two CI failures have crept in with updates to BNG and NFsim. This first is an error simulating a hybrid particle-population model in our test suite. This looks like a bug in NFsim 1.14.1, which generates a segfault on the model which worked in 1.12.1. I've opened an issue with NFsim for this here: RuleWorld/nfsim#37 In the meantime, I've pinned the test suite GitHub Actions CI to NFsim 1.12.1. The other is a test failure in a BNG model import, which looks like it's just a consequence of the rule order parsing changing between BNG versions. I've updated the test to test for the presence of either of the two expected error messages, both regarding rate laws.
This bug was coming from new code supporting the |
This bug should be fixed with the release of v1.14.2! |
Hi,
I've experienced a segfault trying to run a hybrid particle-population model on NFsim 1.14.1. This model runs successfully on NFsim 1.12.1.
Here's a link to the model:
hpptest.bngl.txt
This looks like it might be a bug in NFsim, but please let me know if you have any suggestions or advice.
Thanks for your help.
The text was updated successfully, but these errors were encountered: