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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to