Skip to content

Instantly share code, notes, and snippets.

@yagitoshiro
Created January 20, 2011 19:55
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 yagitoshiro/788510 to your computer and use it in GitHub Desktop.
Save yagitoshiro/788510 to your computer and use it in GitHub Desktop.
my appcelerator backtrace
0 CoreFoundation 0x0234457c __exceptionPreprocess + 156
1 libobjc.A.dylib 0x02498313 objc_exception_throw + 44
2 CoreFoundation 0x0233a1bc -[__NSArrayI objectAtIndex:] + 236
3 MyApp 0x0010719b -[InnerScrollView viewForZoomingInScrollView:] + 66
4 UIKit 0x008c75a0 -[UIScrollView _getDelegateZoomView] + 117
5 UIKit 0x008c9d75 -[UIScrollView _centerContentIfNecessary] + 36
6 UIKit 0x008c8aea -[UIScrollView layoutSubviews] + 72
7 QuartzCore 0x019e8c6a -[CALayer layoutSublayers] + 181
8 QuartzCore 0x019eafec CALayerLayoutIfNeeded + 220
9 QuartzCore 0x01990400 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 310
10 QuartzCore 0x019915e0 _ZN2CA11Transaction6commitEv + 292
11 QuartzCore 0x019917b9 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 99
12 CoreFoundation 0x0232588b __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 27
13 CoreFoundation 0x022ba6d7 __CFRunLoopDoObservers + 295
14 CoreFoundation 0x022831c7 __CFRunLoopRun + 1575
15 CoreFoundation 0x02282830 CFRunLoopRunSpecific + 208
16 CoreFoundation 0x02282751 CFRunLoopRunInMode + 97
17 GraphicsServices 0x041491ac GSEventRunModal + 217
18 GraphicsServices 0x04149271 GSEventRun + 115
19 UIKit 0x00898a7b UIApplicationMain + 1160
20 MyApp 0x000039bc main + 362
21 MyApp 0x000027e1 start + 53
2011-01-21 04:36:39.837 MyApp[2721:207] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSArray objectAtIndex:]: index 0 beyond bounds for empty array'
*** Call stack at first throw:
(
0 CoreFoundation 0x02344599 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x02498313 objc_exception_throw + 44
2 CoreFoundation 0x0233a1bc -[__NSArrayI objectAtIndex:] + 236
3 MyApp 0x0010719b -[InnerScrollView viewForZoomingInScrollView:] + 66
4 UIKit 0x008c75a0 -[UIScrollView _getDelegateZoomView] + 117
5 UIKit 0x008c9d75 -[UIScrollView _centerContentIfNecessary] + 36
6 UIKit 0x008c8aea -[UIScrollView layoutSubviews] + 72
7 QuartzCore 0x019e8c6a -[CALayer layoutSublayers] + 181
8 QuartzCore 0x019eafec CALayerLayoutIfNeeded + 220
9 QuartzCore 0x01990400 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 310
10 QuartzCore 0x019915e0 _ZN2CA11Transaction6commitEv + 292
11 QuartzCore 0x019917b9 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 99
12 CoreFoundation 0x0232588b __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 27
13 CoreFoundation 0x022ba6d7 __CFRunLoopDoObservers + 295
14 CoreFoundation 0x022831c7 __CFRunLoopRun + 1575
15 CoreFoundation 0x02282830 CFRunLoopRunSpecific + 208
16 CoreFoundation 0x02282751 CFRunLoopRunInMode + 97
17 GraphicsServices 0x041491ac GSEventRunModal + 217
18 GraphicsServices 0x04149271 GSEventRun + 115
19 UIKit 0x00898a7b UIApplicationMain + 1160
20 MyApp 0x000039bc main + 362
21 MyApp 0x000027e1 start + 53
)
terminate called after throwing an instance of 'NSException'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment