-
Notifications
You must be signed in to change notification settings - Fork 264
fix crash(segmentation fault) in propertyHiddenChanged #1587
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
fix crash(segmentation fault) in propertyHiddenChanged #1587
Conversation
ahcorde
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind to retarget this to rolling? then I can use mergify to backport this to other distros
335b038 to
c625d3f
Compare
done |
|
Pulls: #1587 |
|
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been created
|
(cherry picked from commit 9fc8054)
(cherry picked from commit 9fc8054)
(cherry picked from commit 9fc8054) # Conflicts: # rviz_common/src/rviz_common/properties/property_tree_widget.cpp
Description
RViz2 crashes with segmentation fault when reloading robot description (can be reproduce with rapidly toggling the RobotModel display on/off). The crash occurs in PropertyTreeWidget::propertyHiddenChanged()
This PR implements a two-part fix:
QueueConnectiontoDirectConnectionas suggested in call propertyHiddenChanged synchronously #1033Is this user-facing behavior change?
Did you use Generative AI?
No
Additional Information