* Melchior FRANZ -- Monday 14 November 2005 22:29:
> The strange thing is, that the return value that triggers assert()
> is 35, or EAGAIN (Linux). This makes no sense. It's neither described
> on the pthread_join manpage, nor is it used in any implementation that
> I found on the net.

BS! I've no idea where I looked that up. 35 is EDEADLK (deadlock:
"Resource deadlock would occur"). Reason according to "man pthread_join":

  EDEADLK
         The th argument refers to the calling thread.

So this code is trying to join itself?

m.

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to