RE: Cygwin / pthreads / stdio problem

2004-01-06 Thread Dave Korn
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arash Partow > > > Hi, > > You gotta download the latest cygwin1.dll snapshot, that has > fixes for a lot of those threading problems. There are still > heaps of other problems but these things you

Re: Cygwin / pthreads / stdio problem

2004-01-06 Thread Arash Partow
Hi, You gotta download the latest cygwin1.dll snapshot, that has fixes for a lot of those threading problems. There are still heaps of other problems but these things you are describing have been previously encountered and resolved. http://cygwin.com/snapshots/cygwin1-20040103.dll.bz2 Regards

Cygwin / pthreads / stdio problem

2004-01-05 Thread Dave Korn
Hi all, I've been having massive trouble getting the simplest of multithreaded code to run successfully under cygwin without crashing and memory corruption. I've now got a cut down testcase that as far as I can see shows the problem to be in cygwin / stdlib / libpthread rather than in my c