-
Notifications
You must be signed in to change notification settings - Fork 63
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
Modal models with banks cause segmentation fault #1943
Comments
I was able to follow the error and it is not related to modes.
The segmentation fault occurs in
because
It looks like there may be a loop missing but I am not sure. Could someone help me with this? |
Could be related to #1953. |
This was fixed via #2011 and 275 in reactor-c. |
The following program segfaults when executed. Below is a second program that does the same thing without banks. The second program works fine.
The following variant does not segfault:
The text was updated successfully, but these errors were encountered: