Created
January 15, 2013 05:12
-
-
Save raylillywhite/4536298 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) po [NSThread callStackSymbols] | |
(id) $1 = 0x09efad00 <_NSCallStackArray 0x9efad00>( | |
0 ??? 0x124fc2cf 0x0 + 307217103, | |
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 0x01a918c9 __64-[UIViewController viewDidMoveToWindow:shouldAppearOrDisappear:]_block_invoke_0 + 44, | |
8 UIKit 0x01a90730 -[UIViewController _executeAfterAppearanceBlock] + 55, | |
9 UIKit 0x019d95ea _afterCACommitHandler + 302, | |
10 CoreFoundation 0x030d79ce __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30, | |
11 CoreFoundation 0x0306e670 __CFRunLoopDoObservers + 384, | |
12 CoreFoundation 0x0303a4f6 __CFRunLoopRun + 1174, | |
13 CoreFoundation 0x03039db4 CFRunLoopRunSpecific + 212, | |
14 CoreFoundation 0x03039ccb CFRunLoopRunInMode + 123, | |
15 GraphicsServices 0x033da879 GSEventRunModal + 207, | |
16 GraphicsServices 0x033da93e GSEventRun + 114, | |
17 UIKit 0x019c8a9b UIApplicationMain + 1175, | |
18 HT Test 0x000024ed main + 141, | |
19 HT Test 0x00002415 start + 53, | |
20 ??? 0x00000001 0x0 + 1 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment