Re: Crash on Intel machine
Re: Crash on Intel machine
- Subject: Re: Crash on Intel machine
- From: Joar Wingfors <email@hidden>
- Date: Thu, 1 Mar 2007 08:34:12 +0100
On Mar 1, 2007, at 8:14 AM, Kish wrote:
I am getting a crash with my application (universal binary) on
Intel machines in the following way:
This application basically imports svg files and renders them on
to the screen.
I've tried by setting different environment flags
(NSZombieEnabled, MallocStackLogging etc), but not able to figure
out the problem.
It's crashing while you have a save panel open, but in a background
thread that doesn't seem to be yours? A crash in objc_msgSend often
indicates a memory management error of some kind.
Do you create any threads yourself? Are you doing anything in these
threads that might not be thread safe? Is this problem easy to
reproduce?
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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