[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSOperation
From: |
Scott Christley |
Subject: |
NSOperation |
Date: |
Mon, 22 Nov 2010 17:44:56 -0600 |
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
testOperation.m
Description: Binary data
- NSOperation,
Scott Christley <=