Hello,

I'm trying to use NSOperationQueue to run a bunch of concurrent operations.  I 
used the bit of sample code from the Apple documentation for the basic 
structure, but the code prints some errors and hangs on GNUstep.  Does anybody 
know what the problem might be?

I get this from my program on GNUstep, it hangs after doing one operation.


2010-11-22 18:39:29.080 testOperation[3487] autorelease called without pool for 
object (0x199b060) of class GSKVOInfo in thread <NSThread: 0x191c4e0>
2010-11-22 18:39:29.082 testOperation[3487] autorelease called without pool for 
object (0x199b060) of class GSKVOInfo in thread <NSThread: 0x191c4e0>
starting
ending: 10000000001.000000


I'm using gnustep-startup-0.25.0 on 64-bit ubuntu.  Threads seem to be working 
just fine.

thanks
Scott

Attachment: testOperation.m
Description: Binary data

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to