Subject: Pth implementation
To: None <port-mac68k@netbsd.org>
From: Conrad Rehill <conrad@rehill.org>
List: port-mac68k
Date: 06/15/2005 10:52:26
Hi Everyone.

Does anyone have any experience with using Pth to build an application 
originally written using pthreads ?

Specifically, I have an application which compiles and works well when 
built against libpthread on a linux system.  The code compiles with no 
problem using the Pth pthreads compatibility flags on my 68040 Mac, but at 
runtime I get an error:

**Pth** scheduler internal error: no more threads available to schedule

It seems to choke at a 'pthread_create()' call in my code.

I'm using a 1.5.3 kernel.


Any help is much appreciated !

Thanks,
Conrad