-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
Segfault when changing view type with tf messages displayed #1455
Comments
Thanks for reporting this issue. I can reproduce the problem, but I cannot explain where it comes from: The program counter is reported to be zero in |
I found the reason for this issue: MoveableText was still accessing the old ViewController's camera, because |
I don't know the exact issue that commit was solving but crashing due to a typical user action seems like bad behavior, so I think that reverting the commit would be best for now. |
A colleague and myself are experiencing the same crashes with the same version of rviz. If so, I'll gladly open a PR to fix this. |
This is already fixed in 787c40d and part of release v1.13.7. |
I've recently encountered this issue and am wondering when the ROS rviz repo will have release v1.13.7. |
The released version is already available in the ROS testing repo. |
Changing view type (for example, from
Orbit
toThirdPersonFollower
) when tf messages are displayed in rviz causes a segfault. It seems to be related to recent changes in theMovableText
class (470fdc8).Here is the gdb backtrace:
Your environment
Not source build, this is the melodic binary release.
The text was updated successfully, but these errors were encountered: