-
Notifications
You must be signed in to change notification settings - Fork 6
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
It can happen that gazebosc can't restart anymore. #326
Comments
|
Here's another one:
|
So this usually happens when doing a wrong free() or writing beyond a pointer's buffer. I don't understand why the backtrace is called so often though. It errors during stage load and then stops the program. Then something goes wrong again (program never really started?) and calls backtrace again? and again and again? |
First thing to try is the latest version of gazebosc as this is an old version |
See this log. It fails to open a stage file. The stagefile is correct but it fails to load anyway searching for connections (parsing commas)
After that it seems gazebosc can't load anymore. Perhaps because the old process isn't freed or something like that?
The text was updated successfully, but these errors were encountered: