gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objective C threads on NetBSD 4.0 i386


From: Richard Frith-Macdonald
Subject: Re: Objective C threads on NetBSD 4.0 i386
Date: Sun, 6 Jan 2008 17:57:03 +0000


On 6 Jan 2008, at 17:19, David Wetzel wrote:

Hi,

 objc_thread_detach (@selector(hash), o, nil);

returns NULL on all boxes. Also on NetBSD 3.1 where NSThread is working with GNUstep.

Any Ideas?

I don't see how that's possible unless you are linking something wrong ... if objc_thread_detach() returns NULL then NSThread cannot work ... since it is based on objc_thread_detach() and will raise an exception if that returns NULL (since NULL is the error return from that function ... not a great piece of design, but it's what the objc runtime provides).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]