Skip to content

Instantly share code, notes, and snippets.

@collinjackson
Created March 22, 2016 00:10
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 collinjackson/424f9c435f1ca77a48f9 to your computer and use it in GitHub Desktop.
Save collinjackson/424f9c435f1ca77a48f9 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1: tid = 0x579d4, 0x00000001098e3386 libsystem_kernel.dylib`mach_msg_trap + 10, queue = 'com.apple.main-thread', stop reason = signal SIGPIPE
* frame #0: 0x00000001098e3386 libsystem_kernel.dylib`mach_msg_trap + 10
frame #1: 0x00000001098e27c7 libsystem_kernel.dylib`mach_msg + 55
frame #2: 0x000000010731eb64 CoreFoundation`__CFRunLoopServiceMachPort + 212
frame #3: 0x000000010731dfbf CoreFoundation`__CFRunLoopRun + 1295
frame #4: 0x000000010731d828 CoreFoundation`CFRunLoopRunSpecific + 488
frame #5: 0x0000000109465ad2 GraphicsServices`GSEventRunModal + 161
frame #6: 0x0000000105d96610 UIKit`UIApplicationMain + 171
frame #7: 0x00000001015e1b0a Runner`main(argc=4, argv=0x00007fff5e630538) + 250 at main_ios.mm:14
frame #8: 0x00000001095a992d libdyld.dylib`start + 1
frame #9: 0x00000001095a992d libdyld.dylib`start + 1
(lldb) c
Process 89796 resuming
(lldb) c
libsystem_kernel.dylib`mach_msg_trap:
0x1098e337c <+0>: movq %rcx, %r10
0x1098e337f <+3>: movl $0x100001f, %eax
0x1098e3384 <+8>: syscall
-> 0x1098e3386 <+10>: retq
0x1098e3387 <+11>: nop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment