Re: NSOperationQueue
Re: NSOperationQueue
- Subject: Re: NSOperationQueue
- From: John Love <email@hidden>
- Date: Sat, 13 Sep 2008 12:17:45 -0400
I found the source of my mess .. should have just passed nil to my
selector = calculateWorksheet:
John Love
=====
On Sep 13, 08, at 11:46 AM, Shawn Erickson wrote:
On Sep 13, 2008, at 8:34 AM, John Love wrote:
> For clarification: It crashes after you call stopCalculation?
Does it
> crash if you let the entire calculation complete?
It crashes in the process of letting the entire calculation complete.
Sounds like something is wrong in your calculation loop.
Here is the entire Debugger log:
Use GDB to understand what happened and/or run the application in
Xcode under the debugger and debug the problem graphically.
Try at least typing "bt" in GDB when the application gets trapped by
it.
Is the contents of the loop objective-c code (aka sending messages
between objects) or just plain old C code? If the former are you
dealing with auto released objects and correctly managing memory in
the loop?
-Shawn
John Love
Touch the Future! Teach!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden