Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on start #8

Closed
wagnerand opened this issue Nov 23, 2013 · 0 comments · Fixed by #9
Closed

Crash on start #8

wagnerand opened this issue Nov 23, 2013 · 0 comments · Fixed by #9

Comments

@wagnerand
Copy link

23.11.13 11:08:16,630 MultiFirefox[19819]: final count is: 4
23.11.13 11:08:16,630 MultiFirefox[19819]: Attempted path is /Users/andreas/Library/Application Support/Firefox/profiles.ini
23.11.13 11:08:16,686 MultiFirefox[19819]: An uncaught exception was raised
23.11.13 11:08:16,692 MultiFirefox[19819]: *** -[__NSArrayI objectAtIndex:]: index 0 beyond bounds for empty array
23.11.13 11:08:16,692 MultiFirefox[19819]: (
    0   CoreFoundation                      0x00007fff8eca041c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff920bfe75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8eb8c1df -[__NSArrayI objectAtIndex:] + 175
    3   MultiFirefox                        0x0000000100001385 MultiFirefox + 4997
    4   CoreFoundation                      0x00007fff8ec6efcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    5   CoreFoundation                      0x00007fff8eb62c5d _CFXNotificationPost + 2893
    6   Foundation                          0x00007fff908434aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    7   AppKit                              0x00007fff926a8e2f -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 177
    8   AppKit                              0x00007fff925d53c4 -[NSTableView _enableSelectionPostingAndPost] + 406
    9   AppKit                              0x00007fff926a8797 -[NSTableView _doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion:] + 2706
    10  AppKit                              0x00007fff9288b87d -[NSTableBinder _updateSelectionIndexes:] + 145
    11  AppKit                              0x00007fff9288b318 -[NSTableBinder _handleContentChange:] + 184
    12  AppKit                              0x00007fff9288b0b3 -[NSTableBinder observeValueForKeyPath:ofObject:change:context:] + 57
    13  Foundation                          0x00007fff90849c18 NSKeyValueNotifyObserver + 387
    14  Foundation                          0x00007fff90886e71 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1115
    15  AppKit                              0x00007fff925f1c48 -[NSController _notifyObserversForKeyPath:change:] + 209
    16  AppKit                              0x00007fff927236c7 -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 85
    17  AppKit                              0x00007fff9272334b -[NSArrayController _selectObjectsAtIndexesNoCopy:avoidsEmptySelection:sendObserverNotifications:forceUpdate:] + 606
    18  AppKit                              0x00007fff9290ae7f -[NSArrayController _modifySelectedObjects:useExistingIndexesAsStartingPoint:avoidsEmptySelection:addOrRemove:sendObserverNotifications:forceUpdate:] + 992
    19  AppKit                              0x00007fff928dad24 -[NSArrayController setSelectedObjects:] + 47
    20  MultiFirefox                        0x000000010000121d MultiFirefox + 4637
    21  CoreFoundation                      0x00007fff8ebc0709 -[NSSet makeObjectsPerformSelector:] + 201
    22  AppKit                              0x00007fff92557b2d -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1157
    23  AppKit                              0x00007fff9254c5fe loadNib + 327
    24  AppKit                              0x00007fff9254bb9c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    25  AppKit                              0x00007fff9254b98c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    26  AppKit                              0x00007fff9254b77b +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
    27  AppKit                              0x00007fff92547617 NSApplicationMain + 448
    28  MultiFirefox                        0x0000000100000f68 MultiFirefox + 3944
    29  ???                                 0x0000000000000001 0x0 + 1
)
23.11.13 11:08:16,693 MultiFirefox[19819]: *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayI objectAtIndex:]: index 0 beyond bounds for empty array'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff8eca041c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff920bfe75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8eb8c1df -[__NSArrayI objectAtIndex:] + 175
    3   MultiFirefox                        0x0000000100001385 MultiFirefox + 4997
    4   CoreFoundation                      0x00007fff8ec6efcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    5   CoreFoundation                      0x00007fff8eb62c5d _CFXNotificationPost + 2893
    6   Foundation                          0x00007fff908434aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    7   AppKit                              0x00007fff926a8e2f -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 177
    8   AppKit                              0x00007fff925d53c4 -[NSTableView _enableSelectionPostingAndPost] + 406
    9   AppKit                              0x00007fff926a8797 -[NSTableView _doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion:] + 2706
    10  AppKit                              0x00007fff9288b87d -[NSTableBinder _updateSelectionIndexes:] + 145
    11  AppKit                              0x00007fff9288b318 -[NSTableBinder _handleContentChange:] + 184
    12  AppKit                              0x00007fff9288b0b3 -[NSTableBinder observeValueForKeyPath:ofObject:change:context:] + 57
    13  Foundation                          0x00007fff90849c18 NSKeyValueNotifyObserver + 387
    14  Foundation                          0x00007fff90886e71 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1115
    15  AppKit                              0x00007fff925f1c48 -[NSController _notifyObserversForKeyPath:change:] + 209
    16  AppKit                              0x00007fff927236c7 -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 85
    17  AppKit                              0x00007fff9272334b -[NSArrayController _selectObjectsAtIndexesNoCopy:avoidsEmptySelection:sendObserverNotifications:forceUpdate:] + 606
    18  AppKit                              0x00007fff9290ae7f -[NSArrayController _modifySelectedObjects:useExistingIndexesAsStartingPoint:avoidsEmptySelection:addOrRemove:sendObserverNotifications:forceUpdate:] + 992
    19  AppKit                              0x00007fff928dad24 -[NSArrayController setSelectedObjects:] + 47
    20  MultiFirefox                        0x000000010000121d MultiFirefox + 4637
    21  CoreFoundation                      0x00007fff8ebc0709 -[NSSet makeObjectsPerformSelector:] + 201
    22  AppKit                              0x00007fff92557b2d -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1157
    23  AppKit                              0x00007fff9254c5fe loadNib + 327
    24  AppKit                              0x00007fff9254bb9c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    25  AppKit                              0x00007fff9254b98c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    26  AppKit                              0x00007fff9254b77b +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
    27  AppKit                              0x00007fff92547617 NSApplicationMain + 448
    28  MultiFirefox                        0x0000000100000f68 MultiFirefox + 3944
    29  ???                                 0x0000000000000001 0x0 + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant