GNURadio OSX Fixes in Truck

I’ve patched some nasty bugs in my OSX code, rare ones that took
quite a bit of effort to track down: improper use of mutex’es and
condition’s when protecting variables shared between multiple
threads. The fixes affect both audio and USB transport for OSX only,
and would cause the application to hang for no apparent reason
(requiring ^C to kill). Anyone using GNU Radio on a OSX (PCC or
Intel) should update to the latest SVN trunk to get these fixes. - MLD

Michael -
Your patches completely fixed the hangs that I had been having under
OS X.
Thanks!
Steve Franke

On Sat, Aug 18, 2007 at 09:17:17AM -0400, Michael D. wrote:

I’ve patched some nasty bugs in my OSX code, rare ones that took
quite a bit of effort to track down: improper use of mutex’es and
condition’s when protecting variables shared between multiple
threads. The fixes affect both audio and USB transport for OSX only,
and would cause the application to hang for no apparent reason
(requiring ^C to kill). Anyone using GNU Radio on a OSX (PCC or
Intel) should update to the latest SVN trunk to get these fixes. - MLD

Thanks Michael!

Eric