Re: NSThread, NSAutoreleasePool and mach_trap_msg

2008-06-18 Thread Bill Bumgarner
On Jun 18, 2008, at 11:10 AM, Georg Schuster wrote: I'm sorry that I can't post any real code, but does anybody know if there are some special things I should keep an eye on when programming the WorkerClass? I tried to read every doc about threads and autoreleasepools I could get my hands on

NSThread, NSAutoreleasePool and mach_trap_msg

2008-06-18 Thread Georg Schuster
Hi, as I'm fairly new to cocoa-programming, I've stumbled across a problem that I can't quite understand. - I've made a class (let's call it ThreadClass) that is a subclass of NSThread. - This class gets invoked from somewhere else via [theThreadClass start]. - That invokes Threa