Developer

« Return to index ‹ #173 #175 › ⊕ View reports

#174: New exception in r2208

Type: Exception First reported: 3 May 2010
Status: Fixed Last modified: 5 Jun 2010
Occurrences: 1 Fixed: In revision r2227
NSRangeException

*** -[NSCFArray objectAtIndex:]: index (4) beyond bounds (2)

(
0 CoreFoundation 0x00007fff835edd24 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x00007fff855530f3 objc_exception_throw + 45
2 CoreFoundation 0x00007fff835edb47 +[NSException raise:format:arguments:] + 103
3 CoreFoundation 0x00007fff835edad4 +[NSException raise:format:] + 148
4 Foundation 0x00007fff84a32094 _NSArrayRaiseBoundException + 122
5 Foundation 0x00007fff84994b95 -[NSCFArray objectAtIndex:] + 75
6 Sequel Pro 0x000000010004ec70 -[TableSource addRowToDB] + 112
7 Sequel Pro 0x000000010004ebe4 -[TableSource saveRowOnDeselect] + 100
8 Sequel Pro 0x000000010002f5ad -[TableDocument couldCommitCurrentViewActions] + 125
9 Sequel Pro 0x000000010005da45 -[TablesList selectionShouldChangeInTableView:] + 101
10 AppKit 0x00007fff84117f78 -[NSTableView _userCanChangeSelection] + 49
11 AppKit 0x00007fff84117c9f -[NSTableView _userSelectRowIndexes:withNewSelectedRow:] + 49
12 AppKit 0x00007fff841158f6 -[NSTableView mouseDown:] + 5464
13 AppKit 0x00007fff840b6f1b -[NSWindow sendEvent:] + 5409
14 AppKit 0x00007fff83fec662 -[NSApplication sendEvent:] + 4719
15 AppKit 0x00007fff83f830aa -[NSApplication run] + 474
16 AppKit 0x00007fff83f7bd7c NSApplicationMain + 364
17 Sequel Pro 0x0000000100002ab9 main + 9
18 Sequel Pro 0x0000000100002054 start + 52
19 ??? 0x0000000000000002 0x0 + 2
)

Comments

Comment by rowan on 5 Jun 2010
Status changed to "Fixed". Marked as fixed in r2227.