• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSOperationQueue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOperationQueue


  • Subject: Re: NSOperationQueue
  • From: Shawn Erickson <email@hidden>
  • Date: Sat, 13 Sep 2008 08:46:59 -0700


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
_______________________________________________

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


  • Follow-Ups:
    • Re: NSOperationQueue
      • From: John Love <email@hidden>
References: 
 >Re: NSOperationQueue (From: John Love <email@hidden>)

  • Prev by Date: Re: NSOperationQueue
  • Next by Date: Distributed objects NSURL is always encoded as proxy? is this a bug?
  • Previous by thread: Re: NSOperationQueue
  • Next by thread: Re: NSOperationQueue
  • Index(es):
    • Date
    • Thread