Advertisement
Minebomber

Untitled

Feb 7th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. lldb) bt
  2. * thread #1: tid = 0xc9bf, 0x00007fff9153a4ca CoreFoundation`CFRelease + 1434, queue = 'com.apple.main-thread', stop reason = EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0)
  3. * frame #0: 0x00007fff9153a4ca CoreFoundation`CFRelease + 1434
  4. frame #1: 0x00000000000dd000
  5. frame #2: 0x0000000100006bfb AppSet`-[AddController removeWorkspace:](self=0x00006080000e0e00, _cmd="removeWorkspace:", sender=0x0000600000140bb0) + 539 at AddController.m:402
  6. frame #3: 0x00007fff9445c07a libsystem_trace.dylib`_os_activity_initiate + 75
  7. frame #4: 0x00007fff8faeb51d AppKit`-[NSApplication sendAction:to:from:] + 460
  8. frame #5: 0x00007fff8fb00486 AppKit`-[NSControl sendAction:to:] + 86
  9. frame #6: 0x00007fff8fb003b0 AppKit`__26-[NSCell _sendActionFrom:]_block_invoke + 131
  10. frame #7: 0x00007fff9445c07a libsystem_trace.dylib`_os_activity_initiate + 75
  11. frame #8: 0x00007fff8fb0030d AppKit`-[NSCell _sendActionFrom:] + 144
  12. frame #9: 0x00007fff9445c07a libsystem_trace.dylib`_os_activity_initiate + 75
  13. frame #10: 0x00007fff8fafe932 AppKit`-[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2693
  14. frame #11: 0x00007fff8fb53d58 AppKit`-[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 744
  15. frame #12: 0x00007fff8fafd05c AppKit`-[NSControl mouseDown:] + 669
  16. frame #13: 0x00007fff900aad1d AppKit`-[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6322
  17. frame #14: 0x00007fff900abfad AppKit`-[NSWindow _reallySendEvent:isDelayedEvent:] + 212
  18. frame #15: 0x00007fff8fa04735 AppKit`-[NSWindow sendEvent:] + 517
  19. frame #16: 0x00007fff8fa00e49 AppKit`-[NSApplication sendEvent:] + 2540
  20. frame #17: 0x00007fff8f93403a AppKit`-[NSApplication run] + 796
  21. frame #18: 0x00007fff8f8b6520 AppKit`NSApplicationMain + 1176
  22. frame #19: 0x0000000100000dc2 AppSet`main(argc=3, argv=0x00007fff5fbff7a0) + 34 at main.m:12
  23. frame #20: 0x00007fff933505ad libdyld.dylib`start + 1
  24. (lldb) po [NSThread callStackSymbols]
  25. <_NSCallStackArray 0x6080000514f0>(
  26. 0 ??? 0x0000000104b79a05 0x0 + 4374108677,
  27. 1 AppSet 0x0000000100000da0 main + 0,
  28. 2 AppSet 0x0000000100006bfb -[AddController removeWorkspace:] + 539,
  29. 3 libsystem_trace.dylib 0x00007fff9445c07a _os_activity_initiate + 75,
  30. 4 AppKit 0x00007fff8faeb51d -[NSApplication sendAction:to:from:] + 460,
  31. 5 AppKit 0x00007fff8fb00486 -[NSControl sendAction:to:] + 86,
  32. 6 AppKit 0x00007fff8fb003b0 __26-[NSCell _sendActionFrom:]_block_invoke + 131,
  33. 7 libsystem_trace.dylib 0x00007fff9445c07a _os_activity_initiate + 75,
  34. 8 AppKit 0x00007fff8fb0030d -[NSCell _sendActionFrom:] + 144,
  35. 9 libsystem_trace.dylib 0x00007fff9445c07a _os_activity_initiate + 75,
  36. 10 AppKit 0x00007fff8fafe932 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2693,
  37. 11 AppKit 0x00007fff8fb53d58 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 744,
  38. 12 AppKit 0x00007fff8fafd05c -[NSControl mouseDown:] + 669,
  39. 13 AppKit 0x00007fff900aad1d -[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6322,
  40. 14 AppKit 0x00007fff900abfad -[NSWindow _reallySendEvent:isDelayedEvent:] + 212,
  41. 15 AppKit 0x00007fff8fa04735 -[NSWindow sendEvent:] + 517,
  42. 16 AppKit 0x00007fff8fa00e49 -[NSApplication sendEvent:] + 2540,
  43. 17 AppKit 0x00007fff8f93403a -[NSApplication run] + 796,
  44. 18 AppKit 0x00007fff8f8b6520 NSApplicationMain + 1176,
  45. 19 AppSet 0x0000000100000dc2 main + 34,
  46. 20 libdyld.dylib 0x00007fff933505ad start + 1,
  47. 21 ??? 0x0000000000000003 0x0 + 3
  48. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement