[vlc-devel] Re: Fix for "_Next_" wxwidgets "Playlist" Crash bug

Clément Stenac zorglub at diwi.org
Wed Jan 17 13:22:21 CET 2007


With AddPendingEvent, the event is added in a queue in the wx thread, 
but there is a deadlock between the global WX lock that is required to 
add in the queue and the playlist lock, probably.

With ProcessEvent, the event is processed synchronously, but this will 
crash because you are not allowed to process an event that will touch 
the GUI from outside the wx thread.

-- 
Zorglub

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list