Re: pthread problem with latest cygwin dll snapshot

2003-10-29 Thread Arash Partow
Hi Thomas, I'll try doing as you have suggested, I'll rebuild the dll and see how things turn out from there. One thing I forgot to mention in my previous e- mail, was that when you run multiple instances of ThreadTest, when they start crashing, the Error Windows that pop-up all have the same "ref

Re: pthread problem with latest cygwin dll snapshot

2003-10-29 Thread Thomas Pfaff
Hi Arash, i downloaded TaskInfo, installed it on a 2,5 GHz P4 W2000 box, tried free RAM (slow and fast) and your Test did not crash. I rebuilded the cygwin DLL while your test was running, still no crash. If you are interested to dig a little deeper download the snapshot source and build your

Re: pthread problem with latest cygwin dll snapshot

2003-10-28 Thread Arash Partow
Greetings to Thomas and all others involved in cygwin pthreads implementation, I made the changes that you advised, however the ThreadTest still crashes, I also put some text to standard out when the result of pthread_create is not equal to 0, the text does not show which leads to believe me the pr

Re: pthread problem with latest cygwin dll snapshot

2003-10-28 Thread Thomas Pfaff
Arash Partow wrote: Greetings to Thomas and all others involved in cygwin pthreads implementation, I've downloaded the snapshots of cygwin1.dll (cygwin1-20031025.dll.bz2 and cygwin1-20031027.dll.bz2), I think the prior is the one where Thomas made changes and in the latter Corinna made changes to s

pthread problem with latest cygwin dll snapshot

2003-10-27 Thread Arash Partow
Greetings to Thomas and all others involved in cygwin pthreads implementation, I've downloaded the snapshots of cygwin1.dll (cygwin1-20031025.dll.bz2 and cygwin1-20031027.dll.bz2), I think the prior is the one where Thomas made changes and in the latter Corinna made changes to semaphores which I do