> to wait when called. I commented out the line where it calls > thread_mutex_lock and it all seems to work now.Ick. What a hack :) It does seem to be a deadlock issue. But I wouldn't recommend anyone trust just removing that. Locks are there for a reason :) jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Well I think the mutex has previously been locked in the code, hence the > reason it just waits when it gets to that particular piece of code. I > just found the problem, it's up to you guys to fix it properly :)Don't hold your breath. Icecast 1.x is basically deprecated at this point. We fix bugs that are easy, and deadlocks are usually pretty difficult. Icecast 2.x has much more intelligent locking. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Mon, 2001-09-17 at 02:08, Jack Moffitt wrote:> > to wait when called. I commented out the line where it calls > > thread_mutex_lock and it all seems to work now. > > Ick. What a hack :) It does seem to be a deadlock issue. But I > wouldn't recommend anyone trust just removing that. Locks are there for > a reason :)Well I think the mutex has previously been locked in the code, hence the reason it just waits when it gets to that particular piece of code. I just found the problem, it's up to you guys to fix it properly :) Cheers, Alex <HR NOSHADE> <UL> <LI>application/pgp-signature attachment: stored </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/octet-stream Size: 233 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attachments/20010917/a59ad0eb/part.obj