-
Notifications
You must be signed in to change notification settings - Fork 350
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
Demo crashing in release mode [using GCC 13] #233
Comments
I can confirm that, the demo computes fine until the I just built the (BTW: As far as I can tell this seems to be the only proper physics library written in pure C, which makes it quite unique and wonderful.) here is my output:
|
Hmm. It seems to stuck in recursion in |
I don't have a fix for this yet, and haven't had much time to work on it. As a workaround you can do |
@slembcke Check the new pull request please. |
I tried the workaround, but still get the freeze. |
not sure about this but does this have a baring ?
|
by adding |
The demos work fine in debug mode but just pause and crash in release mode.
I am on fedora 38 and using the newest version of chipmunk and I am compiling with gcc 13.1.1.
The text was updated successfully, but these errors were encountered: