-
Notifications
You must be signed in to change notification settings - Fork 0
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
CT: Assertion failed: countingObject already removed from sum #25
Comments
I see this same failure in CT a couple of times today for number-compare, in LabScreenView:
|
@chrisklus FYI... Adding blocks-sim-publication label to this issue. While its true that this issue is rare and does not need to be resolved before publication, we do need to ensure that the sim does not crash when the assertion condition is violated. |
In the above commit, I added a workaround to ensure that the sim does not crash if this assertion is violated. If the assertion is violated, then the body of CountingPlayArea @chrisklus please review. If this is acceptable, then please remove label "ready-for-review", add "status:deferred", and unassign. We will consider looking at the root cause of the assertion failure in a future release. |
Thanks @pixelzoom, workaround looks good to me. Adding status:deferred label. |
For #72 |
Possibly similar to #14 ...
While trying to reproduce #14 on 1/5/2023, I hit this assertion failure in master with http://localhost:8080/number-play/number-play_en.html?brand=phet&screens=4&ea&fuzz&fuzzPointers=2&supportsPanAndZoom=false:
Related code in DraggableTenFrameNode.ts, failure at line 97:
Related code in CountingPlayArea.ts, failure at line 273:
The text was updated successfully, but these errors were encountered: