Re: Anyone recognise this crash in loadNib?
Re: Anyone recognise this crash in loadNib?
- Subject: Re: Anyone recognise this crash in loadNib?
- From: Andrew Thompson <email@hidden>
- Date: Sun, 8 Jul 2007 23:26:32 -0400
On Jul 8, 2007, at 10:03 PM, Scott Stevenson wrote:
On Jul 8, 2007, at 3:08 PM, Andrew Thompson wrote:
The application starts, all of the UI comes up, then I get the
spinning pizza of death and this backtrace. If I continue:
Program received signal: "EXC_BAD_ACCESS".
#0 0x90a59380 in objc_msgSend
#1 0x00399080 in ??
#2 0x932759b8 in loadNib
#3 0x932753b9 in +[NSBundle(NSNibLoading)
_loadNibFile:nameTable:withZone:ownerBundle:]
#4 0x9327501a in +[NSBundle(NSNibLoading)
loadNibFile:externalNameTable:withZone:]
#5 0x93274f5c in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#6 0x93274ca3 in NSApplicationMain
#7 0x00010ffc in main at main.m:27
Does this look familiar to anyone? With none of my code in the
backtrace, it is hard to know where to start.
Console messages and an OS version would help. :)
Fair comment. It was 10.4 and nothing of interest was going on in the
console.
As it happened, I was releasing something I shouldn't have been in a
recent change to an awakeFromNib method and all is now fixed.
Thanks,
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
(see you later space cowboy, you can't take the sky from me)
_______________________________________________
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