-
Notifications
You must be signed in to change notification settings - Fork 53
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
Selection buffer crash when resizing window #362
Comments
Can you upload a video (e.g. OBS, or even capturing from a phone works) of how you're reproducing the error? 'dragging the top-right corner' can be interpreted in several ways.
But the previous one |
Ahh thanks! It probably reproduces when you move the mouse much faster, so that the cursor ends up in the 3D area to force a selectionbuffer, and resizing on the next frame (or viceversa, anyway, fast mouse movement to touch the center of the 3D area) Probably getting rid of the right pane helps in reproducibility |
I can't repro the bug in this environment:
I suspect reproducibility has to do with the Qt version bundled by the distro, since I've seen the threading changes within Qt mess with code very close to the crash that has caused issues in the past. I'll try to repro the bug in Ubuntu 20.04 at another time. |
Fixed in gazebosim/gz-sim#969 |
Environment
main
(ac1ab2c)ogre2
Rendering system info
~/.ignition/rendering
~/.ignition/rendering/ogre2.log
Description
Ignition Gazebo crashed while resizing the window by dragging the top-right corner.
Steps to reproduce
It's a flaky crash, it doesn't happen often.
Output
Backtrace:
The offending line, according to the backtrace, doesn't seem to have anything suspicious to me:
https://github.com/ignitionrobotics/ign-rendering/blob/f3f75a58cddf150ec96d8ba1ad1e880069bdc2e7/ogre2/src/Ogre2SelectionBuffer.cc#L221
The text was updated successfully, but these errors were encountered: