-
Notifications
You must be signed in to change notification settings - Fork 277
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 on resize #1028
Fix crash on resize #1028
Conversation
Signed-off-by: Ian Chen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1028 +/- ##
==========================================
+ Coverage 63.26% 63.34% +0.08%
==========================================
Files 239 239
Lines 19465 19464 -1
==========================================
+ Hits 12314 12329 +15
+ Misses 7151 7135 -16
Continue to review full report at Codecov.
|
@osrf-jenkins retest this please |
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.
hooray! 🙌
Signed-off-by: Ian Chen <[email protected]> Signed-off-by: William Lew <[email protected]>
Signed-off-by: Ian Chen [email protected]
🦟 Bug fix
Fixes gazebosim/gz-rendering#408
Summary
Fix crash when resizing ign-gazebo gui window
ign-rendering6 enforces a strict order of render calls (prerender -> render -> postrender) in order to achieve efficient use of resources. If we run into more issues / crashes like this in the future, we should probably just print a warning (and auto recover from a bad state) instead of exiting on an assert.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge