Folks;
I'm getting an immediate crash, before I can get anything written into a log (before any class +iniitialize). The stack at the crash is below.
In the debugger (XC3.1) I enter 'frame 9' and then do a 'po *(id*) ($ebp+16)' to see what the offending object is but I just get "No symbol "id" in current context." I must be mis-remembering how to access arguments to the registers... There are NO non Cocoa objects in the visual display of the MainMenu.nib in IB3 (8 - NSCustomObject).
What are all the '??' in this stack? (3-7) And what are the 2 at the lowest level? (16-17) Any thoughts on how to go about debugging this?
Thanks for any help!, Steve
#0 0x90347e17 in objc_exception_throw #1 0x96e90199 in _PFManagedObject_coerceValueForKeyWithDescription #2 0x96eaa5aa in -[NSManagedObject setPrimitiveValue:forKey:] #3 0x00094b01 in ?? #4 0x00092666 in ?? #5 0x00091e26 in ?? #6 0x000182f3 in ?? #7 0x0000784b in ?? #8 0x9270de73 in -[NSCustomObject nibInstantiate] #9 0x926ee865 in -[NSIBObjectData instantiateObject:] #10 0x926edf86 in -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] #11 0x926e4686 in loadNib #12 0x926e3fe8 in +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] #13 0x926e3c2b in +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] #14 0x926e3b69 in +[NSBundle(NSNibLoading) loadNibNamed:owner:] #15 0x926e3818 in NSApplicationMain #16 0x0000227a in ?? #17 0x000021a1 in ??
|