RE: handle_threadlist_exception called with threadlist_ix -1

2005-12-16 Thread Dave Korn
ubik wrote: Hello, i'm using cygwin release version is 1.5.18-1 and my program compiles and work perfectly on linux. It compiles also on cygwin but after 15-20 sec it segfault. I think that the problem is in pthread implementation on cygwin. The cygwin pthread implementation is

RE: handle_threadlist_exception called with threadlist_ix -1

2005-12-16 Thread Pavel Tsekov
i'm using cygwin release version is 1.5.18-1 and my program compiles and work perfectly on linux. It compiles also on cygwin but after 15-20 sec it segfault. I think that the problem is in pthread implementation on cygwin. The cygwin pthread implementation is guaranteed safe when used

Re: handle_threadlist_exception called with threadlist_ix -1

2005-12-16 Thread Christopher Faylor
On Fri, Dec 16, 2005 at 02:10:31PM +0100, Pavel Tsekov wrote: i'm using cygwin release version is 1.5.18-1 and my program compiles and work perfectly on linux. It compiles also on cygwin but after 15-20 sec it segfault. I think that the problem is in pthread implementation on cygwin. The cygwin

Re: handle_threadlist_exception called with threadlist_ix -1

2005-12-16 Thread Pavel Tsekov
On Fri, 16 Dec 2005, Christopher Faylor wrote: On Fri, Dec 16, 2005 at 02:10:31PM +0100, Pavel Tsekov wrote: i'm using cygwin release version is 1.5.18-1 and my program compiles and work perfectly on linux. It compiles also on cygwin but after 15-20 sec it segfault. I think that the

Re: handle_threadlist_exception called with threadlist_ix -1

2005-12-16 Thread Chris Taylor
Pavel Tsekov wrote: On Fri, 16 Dec 2005, Christopher Faylor wrote: On Fri, Dec 16, 2005 at 02:10:31PM +0100, Pavel Tsekov wrote: i'm using cygwin release version is 1.5.18-1 and my program compiles and work perfectly on linux. It compiles also on cygwin but after 15-20 sec it segfault. I

Re: handle_threadlist_exception called with threadlist_ix -1

2005-12-16 Thread ubik
I cannot reproduce a simple testcase because the app is really big. I'll try to find the problem but it is really hard. Is there a way to simple use pthreadwin32 with cygwin? I found no info about that and there are a lot of conflicts when compiling using pthreadwin32. Giuseppe If you can