On Friday 08 April 2005 11:22 pm, Jason Gillis wrote:
> I've worked up a possible fix for the "Mutex destroy failure" problem on
> the master backend that comes up when a slave backend disconnects at the
> wrong time.

I think there's a couple subtle threading issues with this patch due to the 
fact that signals are going to be sent/handled in the same thread that's 
sending them.  The destroyConnect signal will then possibly be sent from one 
of the worker pool threads, but the endConnect function handler is written 
assuming that it will only be called from the main qt event loop.

Isaac
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to