[vlc-devel] VLC hangs if "control=notify" is set in vlcrc on debian and ubuntu

Sandeep Ruhil sandeep.kumar.ruhil at gmail.com
Fri Jun 15 21:45:46 CEST 2012


Hey all,

This is in reference to ticket #4461 
<https://trac.videolan.org/vlc/ticket/6641>. I debugged the problem and 
need some help in resolving it.

Reason of hang :
     A thread (playlist's thread, maybe) locks the playlist-mutex at 
src/playlist/thread.c line 573 and makes call to LoopRequest() at
line 589. This eventually results in calling playlist_CurrentInput() at 
modules/notify/notify.c line 166. playlist_CurrentInput()
tries to lock the playlist-mutex , which causes deadlock.

What can be done in this case to resolve the deadlock?

--
Regards,
Sandeep Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120616/fb08d76f/attachment.html>


More information about the vlc-devel mailing list