[vlc-devel] Segfault when closing "Toolbars Editor" while media is open

Francois Cartegnie fcvlcdev at free.fr
Tue Jun 26 14:04:48 CEST 2012


Le 25/06/2012 14:44, Fabian Keil a écrit :
>> Bisecting is probably the way to go as debugging the event strack trace
>> itself is useless.
> 
> The culprit seems to be 126679799c39ee3fec9af2fe52c1287e974b91ee.
> 

Seems closing the dialog fires a mousemove->mousebuttonreleased event
related to the previous popup. That event is sent to a no longer
existing (popup's parent) widget, deleted when recreating toolbars.
That's why closing a dialog opened by the regular menu doesn't crash as
this parent widget is untouched.

Francois.



More information about the vlc-devel mailing list