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 ??

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to