Skip to content

Instantly share code, notes, and snippets.

@raylillywhite
Created January 15, 2013 05:11
Show Gist options
  • Save raylillywhite/4536296 to your computer and use it in GitHub Desktop.
Save raylillywhite/4536296 to your computer and use it in GitHub Desktop.
(lldb) po [NSThread callStackSymbols]
(id) $2 = 0x0f485710 <_NSCallStackArray 0xf485710>(
0 ??? 0x124fc39f 0x0 + 307217311,
1 UIKit 0x01a8ffbf -[UIViewController _setViewAppearState:isAnimating:] + 158,
2 UIKit 0x01a902d4 -[UIViewController __viewDidAppear:] + 136,
3 UIKit 0x01a9e907 -[UINavigationController viewDidAppear:] + 163,
4 UIKit 0x0ef46be5 -[UINavigationControllerAccessibility(SafeCategory) viewDidAppear:] + 57,
5 UIKit 0x01a8ffbf -[UIViewController _setViewAppearState:isAnimating:] + 158,
6 UIKit 0x01a902d4 -[UIViewController __viewDidAppear:] + 136,
7 UIKit 0x01a905d7 -[UIViewController _endAppearanceTransition:] + 263,
8 UIKit 0x01a90785 -[UIViewController endAppearanceTransition] + 41,
9 UIKit 0x01a03e25 __86+[UIView(Internal) _transitionFromView:toView:duration:options:animations:completion:]_block_invoke_01076 + 38,
10 UIKit 0x01a02d37 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 229,
11 UIKit 0x019f9499 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 519,
12 UIKit 0x019f9584 -[UIViewAnimationState animationDidStop:finished:] + 73,
13 UIKit 0x0ef5bb61 -[UIViewAnimationStateAccessibility(SafeCategory) animationDidStop:finished:] + 66,
14 QuartzCore 0x0186fe00 _ZN2CA5Layer23run_animation_callbacksEPv + 288,
15 libdispatch.dylib 0x02ef6515 _dispatch_main_queue_callback_4CF + 327,
16 CoreFoundation 0x0303a833 __CFRunLoopRun + 2003,
17 CoreFoundation 0x03039db4 CFRunLoopRunSpecific + 212,
18 CoreFoundation 0x03039ccb CFRunLoopRunInMode + 123,
19 GraphicsServices 0x033da879 GSEventRunModal + 207,
20 GraphicsServices 0x033da93e GSEventRun + 114,
21 UIKit 0x019c8a9b UIApplicationMain + 1175,
22 HT Test 0x000024ed main + 141,
23 HT Test 0x00002415 start + 53,
24 ??? 0x00000001 0x0 + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment