Re: Xcode 3.2 and NSTextField exceptions
Re: Xcode 3.2 and NSTextField exceptions
- Subject: Re: Xcode 3.2 and NSTextField exceptions
- From: Jens Alfke <email@hidden>
- Date: Tue, 6 Oct 2009 07:46:17 -0700
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
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden