This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pthread_create or STL problem?


On Thu, 2002-01-24 at 17:40, Haksun Li wrote:
> Dear all,
> 
> 
> 
> I am testing out the following piece of code using Cygwin.
> 
> It works as expected (exits when failing to create a new thread) under
> Solaris and Linux.
> 

AFAICT your crash is in your program. Possibly this is due to the C++
compiler being built without a threading model (Anyone recall if this
has been fixed or not?).

Cygwin itself doesn't seem to be causing the crash, although it's
strange that the program exits early with no warning :|... I'll look
into that aspect.

Rob


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]