You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
I ran into this using Gazebo 7, but looking at the code there isn't anything significantly different between the source for the version I have and what's on git. The problem, specifically, seems to be that in gazebo/gui/ModelListWidget.cc:656 that itemAt is returning NULL, which blows up in gazebo/gui/ModelListWidget.cc:678, where that item variable isn't checked for NULL before use.
The text was updated successfully, but these errors were encountered:
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Thanks for catching the problem and finding the cause! I can reproduce it by right-clicking a bit below the Lights item. Pull request #2809 should fix it for Gazebo 7 and we can port it forward afterwards.
Original report (archived issue) by Anonymous.
I ran into this using Gazebo 7, but looking at the code there isn't anything significantly different between the source for the version I have and what's on git. The problem, specifically, seems to be that in gazebo/gui/ModelListWidget.cc:656 that itemAt is returning NULL, which blows up in gazebo/gui/ModelListWidget.cc:678, where that item variable isn't checked for NULL before use.
The text was updated successfully, but these errors were encountered: