I was trying to track down the "_waitq_remove: Not in queue" errors
that I and others get in xine.

Can someone who understands the pthreads code tell me where a
cancelled thread is removed from any condition queue it is on?

My theory is that the answer is "nowhere", and the error occurs
when the condition is signalled and the system attempts to take
the cancelled thread off the wait queue.

-- Richard

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to