Re: Xcode 3.2 and NSTextField exceptions
Re: Xcode 3.2 and NSTextField exceptions
- Subject: Re: Xcode 3.2 and NSTextField exceptions
- From: albert jordan Mobility <email@hidden>
- Date: Tue, 06 Oct 2009 09:44:32 -0700
Thanks a lot Jens,
Appologies, I thought I did post it on a different list.
regards,
Albert
On Oct 6, 2009, at 7:46 AM, Jens Alfke wrote:
On Oct 6, 2009, at 7:39 AM, albert jordan Mobility wrote:
I just upgraded to Snow Leopard and Xcode 3.2, and I'm having a
number of problems.
You should post this to cocoa-dev, since it's an AppKit issue, not
Xcode. This sounds like your app is doing something that's not
compatible with 10.6.
2009-10-06 07:26:10.652 SkypeAPITest[3761:8503] Exception Unlocking
Focus on wrong view (<NSTextField: 0x418db0>), expected <NSView:
0x43e690> raised during heart beat. Ignoring....
Set a breakpoint (Run > Stop On Objective-C Exceptions) and see what
the backtrace of the exception looks like, that could be a clue.
2009-10-06 07:27:26.594 SkypeAPITest[3761:8503] Exception NSImage:
Insufficient memory to allocate pixel data buffer of 1480320 bytes
raised during heart beat. Ignoring....
This sounds like the app is leaking memory, likely because of the
first exception.
—Jens
_______________________________________________
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