Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.77 KB | None | 0 0
  1. (lldb) process interrupt
  2. Process 8674 stopped
  3. * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  4.     frame #0: 0x00007fff957c831e libsystem_kernel.dylib`__ulock_wait + 10
  5. libsystem_kernel.dylib`__ulock_wait:
  6. ->  0x7fff957c831e <+10>: jae    0x7fff957c8328            ; <+20>
  7.     0x7fff957c8320 <+12>: movq   %rax, %rdi
  8.     0x7fff957c8323 <+15>: jmp    0x7fff957c0caf            ; cerror_nocancel
  9.     0x7fff957c8328 <+20>: retq  
  10. (lldb) bt
  11. * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  12.   * frame #0: 0x00007fff957c831e libsystem_kernel.dylib`__ulock_wait + 10
  13.     frame #1: 0x00007fff958abaff libsystem_platform.dylib`_os_ulock_wait + 25
  14.     frame #2: 0x00007fff958ab3d2 libsystem_platform.dylib`_os_unfair_lock_lock_slow + 130
  15.     frame #3: 0x00007fff94dae169 libobjc.A.dylib`objc_object::sidetable_retain() + 81
  16.     frame #4: 0x00007fff94dafa8f libobjc.A.dylib`_object_get_associative_reference + 217
  17.     frame #5: 0x00007fff7dab95f0 AppKit`-[NSView inputContext] + 296
  18.     frame #6: 0x000000010f70c714 XUL`-[ChildView inputContext] + 100
  19.     frame #7: 0x00007fff7e407e5c AppKit`+[NSTextInputContext currentInputContext_withFirstResponderSync:] + 148
  20.     frame #8: 0x00007fff7da35212 AppKit`-[NSApplication updateWindows] + 96
  21.     frame #9: 0x00007fff7de6d38f AppKit`__38-[NSApplication setWindowsNeedUpdate:]_block_invoke.2372 + 68
  22.     frame #10: 0x00007fff7ff55dd7 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
  23.     frame #11: 0x00007fff7ff55d47 CoreFoundation`__CFRunLoopDoObservers + 391
  24.     frame #12: 0x00007fff7ff36789 CoreFoundation`__CFRunLoopRun + 873
  25.     frame #13: 0x00007fff7ff361c4 CoreFoundation`CFRunLoopRunSpecific + 420
  26.     frame #14: 0x00007fff7f497ebc HIToolbox`RunCurrentEventLoopInMode + 240
  27.     frame #15: 0x00007fff7f497bf9 HIToolbox`ReceiveNextEventCommon + 184
  28.     frame #16: 0x00007fff7f497b26 HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 71
  29.     frame #17: 0x00007fff7da32e24 AppKit`_DPSNextEvent + 1120
  30.     frame #18: 0x00007fff7e1ae85e AppKit`-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
  31.     frame #19: 0x000000010f728512 XUL`-[GeckoNSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 82
  32.     frame #20: 0x00007fff7da277ab AppKit`-[NSApplication run] + 926
  33.     frame #21: 0x000000010f7292b5 XUL`nsAppShell::Run() + 261
  34.     frame #22: 0x000000011011cd44 XUL`nsAppStartup::Run() + 36
  35.     frame #23: 0x000000011014ab8d XUL`XREMain::XRE_mainRun() + 3533
  36.     frame #24: 0x000000011014ae41 XUL`XREMain::XRE_main(int, char**, nsXREAppData const*) + 481
  37.     frame #25: 0x000000011014b184 XUL`XRE_main + 244
  38.     frame #26: 0x000000010dae7a21 komodo`main + 1297
  39.     frame #27: 0x00007fff95699235 libdyld.dylib`start + 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement