Re: Usage of _exit(0) closes fd's of parent process

2010-04-13 Thread gothrog
I'm just taking a wild stab at this, but maybe the fork isn't working like you think it should. I know that when I use pthreads you have to specify exactly how you expect it to split off and close. I've heard of this type of behavior before and it all came down to how that thread was spawned off

Re: cygwin1.dll

2010-04-13 Thread gothrog
> But then what is "julius-3.5.2-quickstart-windows"? It's not the usual >place for a Cygwin installation... it does sound like you have two of them, >one shipped as part of whatever julius is (presumably a port of something from >linux)? julius is an open source speech recognition tool. If yo