Created
November 20, 2009 06:48
-
-
Save tonyarnold/239331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Breakpoint 1, 0x90886e17 in objc_exception_throw () | |
| (gdb) bt | |
| #0 0x90886e17 in objc_exception_throw () | |
| #1 0x95a18dcb in +[NSException raise:format:arguments:] () | |
| #2 0x95a18e0a in +[NSException raise:format:] () | |
| #3 0x918a4fcf in _NSArrayRaiseBoundException () | |
| #4 0x91822788 in -[NSCFArray objectAtIndex:] () | |
| #5 0x92566819 in -[NSObjectParameterBinder _updateObject:observedController:observedKeyPath:context:] () | |
| #6 0x92566500 in -[NSObjectParameterBinder _observeValueForKeyPath:ofObject:context:] () | |
| #7 0x918a82de in NSKVONotify () | |
| #8 0x918245d2 in -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] () | |
| #9 0x97493ad7 in -[NSManagedObject didChangeValueForKey:] () | |
| #10 0x974923c2 in _sharedIMPL_setvfk_core () | |
| #11 0x974c5357 in _svfk_2 () | |
| #12 0x00008dbe in -[HSSpaceController HS_upgradePreferences] () at HSSpaceController.m:696 | |
| #13 0x0000612f in -[HSSpaceController init] () at HSSpaceController.m:135 | |
| #14 0x00004f19 in -[HyperspacesAppDelegate HS_initialiseControllers] () at HyperspacesAppDelegate.m:671 | |
| #15 0x00002e12 in -[HyperspacesAppDelegate awakeFromNib] () at HyperspacesAppDelegate.m:226 | |
| #16 0x95a277f5 in -[NSSet makeObjectsPerformSelector:] () | |
| #17 0x92371d8e in -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] () | |
| #18 0x92367fba in loadNib () | |
| #19 0x9236791c in +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] () | |
| #20 0x9236755f in +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] () | |
| #21 0x9236749d in +[NSBundle(NSNibLoading) loadNibNamed:owner:] () | |
| #22 0x9236714c in NSApplicationMain () | |
| #23 0x00002418 in main () at main.m:13 | |
| (gdb) f 4 | |
| #4 0x91822788 in -[NSCFArray objectAtIndex:] () | |
| (gdb) po *(int *)($ebp+8) | |
| <NSCFArray 0x1d8380>( | |
| <_NSBindingInfo: 0x1ddcb0>{binding: labelEnabled, key: labelEnabled}, | |
| <_NSBindingInfo: 0x1de4d0>{binding: labelString, key: name}, | |
| <_NSBindingInfo: 0x1ded10>{binding: labelFont, key: labelFont}, | |
| <_NSBindingInfo: 0x1df5a0>{binding: labelFontAttributes, key: labelFontAttributes}, | |
| <_NSBindingInfo: 0x1dfde0>{binding: labelPosition, key: labelPosition}, | |
| <_NSBindingInfo: 0x1e0620>{binding: tintColor, key: tintColor}, | |
| <_NSBindingInfo: 0x1e0e60>{binding: tintColorBlendMode, key: tintColorBlendMode}, | |
| <_NSBindingInfo: 0x1e16a0>{binding: desktopImageURL, key: desktopImageURL}, | |
| <_NSBindingInfo: 0xadab260>{binding: desktopBackgroundFillColor, key: desktopBackgroundFillColor}, | |
| <_NSBindingInfo: 0xadac670>{binding: desktopImagePlacement, key: desktopImagePlacement} | |
| ) | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment