Skip to content

Instantly share code, notes, and snippets.

@netpro2k
Created September 13, 2010 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netpro2k/577843 to your computer and use it in GitHub Desktop.
Save netpro2k/577843 to your computer and use it in GitHub Desktop.
9/13/10 3:18:04 PM GetGlue[18759] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSMutableArray objectAtIndex:]: index 1 beyond bounds [0 .. 0]'
*** Call stack at first throw:
(
0 CoreFoundation 0x036a1919 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x037ef5de objc_exception_throw + 47
2 CoreFoundation 0x03697465 -[__NSArrayM objectAtIndex:] + 261
3 UIKit 0x008d3281 -[UITableView(_UITableViewPrivate) _endCellAnimationsWithContext:] + 6851
4 UIKit 0x008c31e1 -[UITableView deleteRowsAtIndexPaths:withRowAnimation:] + 56
5 GetGlue 0x00079713 -[TiUITableView dispatchAction:] + 5253
6 GetGlue 0x000735cb -[TiUITableViewProxy deleteRow:] + 955
7 Foundation 0x005d9e9a __NSThreadPerformPerform + 251
8 CoreFoundation 0x03682d7f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
9 CoreFoundation 0x035e11dd __CFRunLoopDoSources0 + 333
10 CoreFoundation 0x035e07c6 __CFRunLoopRun + 470
11 CoreFoundation 0x035e0280 CFRunLoopRunSpecific + 208
12 CoreFoundation 0x035e01a1 CFRunLoopRunInMode + 97
13 GraphicsServices 0x04e8c2c8 GSEventRunModal + 217
14 GraphicsServices 0x04e8c38d GSEventRun + 115
15 UIKit 0x00868b58 UIApplicationMain + 1160
16 GetGlue 0x000034a8 main + 104
17 GetGlue 0x00002c81 start + 53
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment