|
From: | Adam Fedor |
Subject: | Re: Unable to detach thread |
Date: | Thu, 14 Nov 2002 21:08:16 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 |
Sébastien Pierre wrote:
Hi all, I'd like to know how to determine the cause of the following error:2002-11-14 20:12:57.793 Piranhas[6960] Unable to detach thread (unknown error)I create this thread with: [NSThread detachNewThreadSelector:@selector(liveHelper:) toTarget:self withObject:nil].Is there a test suite for GNUstep threading ?
Well there's really only two possibilities. Either the runtime wasn't compiled with threads, or there's a problem with the lower-level thread library.
You could check in gnustep-make, the config.make file, 'objc_threaded' should have a thread library to link to.
-- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff.
[Prev in Thread] | Current Thread | [Next in Thread] |