Re: NSObjectController HELP
Re: NSObjectController HELP
- Subject: Re: NSObjectController HELP
- From: Vince Ackerman <email@hidden>
- Date: Tue, 01 Jun 2004 15:57:02 -0700
Re: NSObjectController HELP
Cc: email@hidden
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Return-Path: : email@hidden
Nick,
I'm not very familiar with assembler... so I don't know what I'm looking at. I put a breakpoint at NSException, but don't know how to extract any usable info from what it's telling me. Don't know what I could post here to maybe get some help from you guys... but it keeps crashing at NSBoolFromValue. How do I figure this out???
Thanks
Vince
stack:
#0 0x90a5c638 in -[NSException raise]
#1 0x90a5c624 in +[NSException raise:format:]
#2 0x931acf1c in _NSBoolFromValue
#3 0x931c7ab4 in -[NSEditableBinder hiddenState]
#4 0x931c7efc in -[NSEditableBinder _setStatesImmediatelyInObject:index:triggerRedisplay:]
#5 0x931b1704 in -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:]
#6 0x92df231c in -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
#7 0x92ee3c40 in +[NSCustomResource pushBundleForImageSearch:]
#8 0x92e3aec4 in +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:]
#9 0x92eb9cbc in +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:]
#10 0x92ecb4b0 in +[NSBundle(NSNibLoading) loadNibNamed:owner:]
#11 0x92eb9b24 in NSApplicationMain
#12 0x000f2f74 in main at main.m:26
//-----------------------
#2 0x931acf1c in _NSBoolFromValue shows this
0x931acef0 <+0456> bl 0x931f054c <dyld_stub_objc_msgSend>
0x931acef4 <+0460> bl 0x931f51ec <dyld_stub_NSStringFromClass>
0x931acef8 <+0464> mr r6,r27
0x931acefc <+0468> addis r4,r31,4036
0x931acf00 <+0472> mr r7,r3
0x931acf04 <+0476> lwz r4,7372(r4)
0x931acf08 <+0480> addis r5,r31,4035
0x931acf0c <+0484> lwz r3,0(r28)
0x931acf10 <+0488> addi r5,r5,12464
0x931acf14 <+0492> bl 0x931f054c <dyld_stub_objc_msgSend>
0x931acf18 <+0496> bl 0x931ade90 <_NSHandleBindingException>
0x931acf1c <+0500> li r3,0
0x931acf20 <+0504> lwz r0,152(r1)
0x931acf24 <+0508> addi r1,r1,144
0x931acf28 <+0512> lmw r26,-24(r1)
#1 0x90a5c624 in +[NSException raise:format:] shows this:
0x90a5c5f8 <+0000> mflr r0
0x90a5c5fc <+0004> stw r31,-4(r1)
0x90a5c600 <+0008> stw r0,8(r1)
0x90a5c604 <+0012> addis r4,r12,4090
0x90a5c608 <+0016> stwu r1,-80(r1)
0x90a5c60c <+0020> mr r31,r12
0x90a5c610 <+0024> addi r2,r1,120
0x90a5c614 <+0028> lwz r4,21612(r4)
0x90a5c618 <+0032> stswi r7,r2,16
0x90a5c61c <+0036> mr r7,r2
0x90a5c620 <+0040> bl 0x90b16bbc <dyld_stub_objc_msgSend>
0x90a5c624 <+0044> lwz r0,88(r1)
0x90a5c628 <+0048> addi r1,r1,80
0x90a5c62c <+0052> mtlr r0
0x90a5c630 <+0056> lwz r31,-4(r1)
0x90a5c634 <+0060> blr
_______________________________________________
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.