-
Notifications
You must be signed in to change notification settings - Fork 10
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
Backend: Error: VM call panic: unexpected object with id c00e762742cf910938141c9647849974ef56ce9d:30 #97
Comments
I believe this was related to 7da3a8d, as the panic seems to be an issue with realm storage and this panic seemed to occur in relation to that. If nobody has seen this anymore I think we can close this |
Nope, confirming this still happens. (always with the same hash.) I don't precise steps to follow, though this seems to happen on LobbyJoin from time to time. Some more information:
This is the stacktrace I get:
Since the GnoVM state seems to point to the execution of NewBoard, it seems to me there's a problem resolving I'm going to make a PR to make it create a new value of Board, instead of attempting to re-use Board. |
culprit testdir |
Found a way to consistently reproduce: 2023-09-25_08-43-40.mp4Steps:
As I suspected, this is because we're reusing PR fixing this incoming. |
Signed-off-by: moul <[email protected]>
Co-authored-by: Manfred Touron <[email protected]>
From #1172, pushed to current codebase. Co-authored-by: Manfred Touron <[email protected]>
From gnolang#1172, pushed to current codebase. Co-authored-by: Manfred Touron <[email protected]>
I got that error after having a match stuck, trying to refresh the browsers to start over.
The text was updated successfully, but these errors were encountered: