-
Notifications
You must be signed in to change notification settings - Fork 47
open-rmf/rmf_site freezes when updating from 1.5.1 to 1.5.3 #57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Some bevy users have reported hanging here also. bevyengine/bevy#10032. It's probably related to running nested executors, but I haven't have time to dig into it yet. |
There is a busy loop mentioned; if you use a debugger to stop in the middle of this loop, what backtrack do you see? This would help us identify what part of the program is stuck in a loop. |
There's a backtrace in the issue I linked above. |
Nested executors have been a rough sticking point for a while now. I'd like to implement some code to simplify it so that nested executors aren't as much of a problem. The best solution would be to use the |
This was added in #37 as an optimization, but has since lead to many bugs. See the issues #53, #57 and #60 for more information. I do not have the bandwidth to address all of these bugs, so I'm taking the path of least resistance by just removing the problematic code. CLoses #53, #57 and #60 Signed-off-by: John Nunley <dev@notgull.net>
This was added in #37 as an optimization, but has since lead to many bugs. See the issues #53, #57 and #60 for more information. I do not have the bandwidth to address all of these bugs, so I'm taking the path of least resistance by just removing the problematic code. CLoses #53, #57 and #60 Signed-off-by: John Nunley <dev@notgull.net>
Uh oh!
There was an error while loading. Please reload this page.
Originally posted by @luca-della-vedova in #53 (comment)
The text was updated successfully, but these errors were encountered: