-
Notifications
You must be signed in to change notification settings - Fork 486
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
Simple GUIPlugin causes Segfault when closing gzclient #2301
Comments
Original comment by MarcZofka (Bitbucket: GzMRZ).
|
1 similar comment
Original comment by MarcZofka (Bitbucket: GzMRZ).
|
Original comment by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero). could it be related to issue #2133? Can you verify if the problem is also present in gazebo8? Please note that there is a new parameter called |
Original comment by MarcZofka (Bitbucket: GzMRZ). Hi, your assumption seems possible: In the minimalistic version (see above) of my gui plugin i had several gzclient runs, where i have not seen the black widget, which typically should appear when no exact size of the widget is defined in the plugin. In the full version of my plugin, where i have a complex layout with text fields, checkboxes and so on i cannot confirm the behavior. Unfortunately i have no possibility to validate the repeatability of this bug in gz8. Is the parameter, mentioned before, also necessary in gz7? Best regards! |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). You state that the plugin causes a seg-fault in I'll see if I can find time to try to reproduce this. |
Original comment by MarcZofka (Bitbucket: GzMRZ). Hi, yeah you are right: the segfault appears in the gzclient. Could anyone reproduce the error? best regards! |
Original report (archived issue) by MarcZofka (Bitbucket: GzMRZ).
Dear colleagues,
i have noticed a strange bug in a GUIPlugin, i have implemented. When starting gzserver and gzclient separately, the plugin causes a segfault in the gzserver process during closing the client:
I have trimmed my plugin down to a very minimalistic version, but the segfault still appears in some cases (about 50%):
and the definition in:
My exemplary world file is as follows:
I tried to find some evidences on google, but i merely found an entry on the gazebo answers list, where somebody seems to have the same problem: Gazebo Anwers
It seems to be a problem with GUI plugins in general, so I would be happy if anybody has an idea, why this strange segfault appears.
Best regards!
The text was updated successfully, but these errors were encountered: