gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/asobj/NetStreamFfmpeg.cp...


From: Sandro Santilli
Subject: Re: [Gnash-commit] gnash ChangeLog server/asobj/NetStreamFfmpeg.cp...
Date: Tue, 13 May 2008 08:40:08 +0200

On Mon, May 12, 2008 at 11:57:53PM +0200, Bastiaan Jacques wrote:
> 
> 
> On Mon, 12 May 2008, Sandro Santilli wrote:
> 
> >+                            ns->_qFillerResume.wait(lock);
> 
> video.swf now deadlocks the video (although the GUI is still accessible)
> on this line when you press play.


The condition will be signaled by threads holding a lock on the
queue, but not on the m_go, so it's possible to never get
the condition if it's signaled right after the check
for m_go which is unprotected.

Did I commit in branch too ?
If so feel free to revert all, I'm over-pessimist about it.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]