-
Notifications
You must be signed in to change notification settings - Fork 276
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
Gazebo (Fortress) GUI crashes at exit when lto
is enabled
#2301
Comments
The backtrace indicates that this is related to #1443 which we solved in Garden by not deleting plugins from memory when they were unloaded, but it was considered a behavior change and was not backported to Fortress. Backtrace
So we have two solutions:
I'm leaning toward (1) to avoid behavior changes. Also note that |
Environment
Description
lto
is enabled, which is the case for our debs, Gazebo's GUI crashes at exit after runningshapes.sdf
.Steps to reproduce
cmake -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON .
ign gazebo -v4 shapes.sdf
ctrl-c
on the terminalOutput
The text was updated successfully, but these errors were encountered: