Many pthread failures in the test suite, one setgroup failure

Robert Collins rbcollins@cygwin.com
Fri Sep 27 08:45:00 GMT 2002


Gah! Confused myself but good.

The pthread::create routine *is* a int returning static method. Sigh.
Ok, from the top again..

pthread_create - won't error itself
static pthread::create - will EAGAIN if pthread creation fails, and ONLY
if pthread creation fails. This uses
new pthread()
and pthread->create (create params).
and a check on object validity after the creation.

So my prior email about the logic *is* correct, just not the bit about
there being a mistake :].

So, you need to strace the api test to see what's failing.

Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://cygwin.com/pipermail/cygwin-developers/attachments/20020927/611e1706/attachment.sig>


More information about the Cygwin-developers mailing list