Crashing after loading a nib
Crashing after loading a nib
- Subject: Crashing after loading a nib
- From: Brian Ganninger <email@hidden>
- Date: Mon, 14 Apr 2003 17:46:05 -0500
Hi group,
I can't figure out where this crash is coming from so I thought I'd see if
anyone had any insight. My app runs through the init, then the awakeFromNib
and at the end of the awake it calls another initializing method and then
then waits for user input.
I've ran through the debugger with breakpoints at every line and everything
is correct as it goes along. Once it reaches the end of the 2nd initializing
method it returns to the end of the awakeFromNib. Once it reaches there it
crashes. Interesting the GUI comes up in debugging once it's hung but it'll
crash otherwise.
Below is the crash description. Any help is greatly appreciated.
Thread 0 Crashed:
#0 0x9068ba54 in objc_msgSend
#1 0x907e2660 in NSPopAutoreleasePool
#2 0x931b32ec in loadNib
#3 0x930ea9b4 in +[NSBundle(NSNibLoading)
_loadNibFile:nameTable:withZone:ownerBundle:]
#4 0x93149a5c in +[NSBundle(NSNibLoading)
loadNibFile:externalNameTable:withZone:]
#5 0x9314981c in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#6 0x9315fbfc in NSApplicationMain
#7 0x0000469c in main (main.m:14)
#8 0x00004420 in _start (crt.c:267)
#9 0x000042a0 in start
- Brian Ganninger
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.