Skip to content
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

Island.Add gets called when it clearly shouldn't (r59) #16

Open
GoogleCodeExporter opened this issue Feb 6, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. I'm not entirely sure; it occurs in r59 (the last "stable" revision of 
the code), but not in r72. It happens spontaneously, without visible 
provocation.


What is the expected output? What do you see instead?

Island.Add tries to add a Body to _bodies beyond the bounds of the array. 
More bizarre than that, the Assertion at the beginning of the method 
doesn't trigger, even though the condition is Clearly false (3 is not less 
than 2...).


What version of the product are you using? On what operating system?

I'm using r59 on Windows XP SP2.


Please provide any additional information below.

None that I know of.

Original issue reported on code.google.com by mcacrylamide@gmail.com on 22 Sep 2009 at 12:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant