Displaying 3 results from an estimated 3 matches for "694c687".
Did you mean:
694968c
2004 Aug 06
1
Icecast deadlock with 1.3.12 (fixed)
...gt; < sourcecon = relay_pull_stream (req, &err);
> < thread_mutex_lock (&info.double_mutex);
> < thread_mutex_lock (&info.mount_mutex);
> < thread_mutex_lock (&info.source_mutex);
> 694c687
> < if (sourcecon)
> > if ((sourcecon = relay_pull_stream (req, &err)))
>
> Enjoy
>
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to...
2004 Aug 06
5
Icecast deadlock with 1.3.12 (fixed)
Folks-
First, let me submit a disclaimer... I know 1.3.12 is unsupported.
However, since icecast2 isn't officially released, I'm abit SOL anyways,
so I'm currently trying to debug it and will release a patch when I'm
done. (Which I'm doing since the code is GPL and I want to
contribute... if no one cares, let me know and I'll stop updating the
list with what i find)
2004 Aug 06
0
Icecast deadlock with 1.3.12 (fixed)
...amp;info.double_mutex);
< sourcecon = relay_pull_stream (req, &err);
< thread_mutex_lock (&info.double_mutex);
< thread_mutex_lock (&info.mount_mutex);
< thread_mutex_lock (&info.source_mutex);
694c687
< if (sourcecon)
---
> if ((sourcecon = relay_pull_stream (req, &err)))
Enjoy
--
Virtually,
Ned Wolpert <ned.wolpert at knowledgenet.com>
D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45
"An idea is something you have; an i...