Displaying 3 results from an estimated 3 matches for "c622".
Did you mean:
2622
2004 Aug 06
5
Icecast deadlock with 1.3.12 (fixed)
...e logic flow since it seems that the mutex
always gets locked through the source_func() function but never
unlocked. (Least not in the flows that I've followed) Any enlightenment?
<p><p>
--
Virtually,
Ned Wolpert <ned.wolpert@knowledgenet.com>
D08C2F45: 28E7 56CB 58AC C622 5A51 3C42 8B2B 2739 D08C 2F45
"An idea is something you have; an ideology is
something that has you." --Morris Berman
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this l...
2004 Aug 06
0
Icecast deadlock with 1.3.12 (fixed)
...tex);
< 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 ideology is
something that has you." --Morris Berman
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this l...
2004 Aug 06
1
Icecast deadlock with 1.3.12 (fixed)
This is in CVS, FWIW (that is, not much since the odds of 1.3.13 being
released are epsilon close to nil).
On Wednesday, 02 July 2003 at 11:38, Ned Wolpert wrote:
> Folks,
> I email abit ago about using 1.3.12 in my environment, and fixing a
> dead-lock problem. Since 1.3.12 is 'obsolete', not supported, and GPL
> I'm provided a patch to the mailing list of my