<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/121286/">https://git.reviewboard.kde.org/r/121286/</a>
     </td>
    </tr>
   </table>
   <br />





<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for KDE Software on Mac OS X and KDE Runtime.</div>
<div>By RenĂ© J.V. Bertin.</div>


<p style="color: grey;"><i>Updated Nov. 29, 2014, 11:03 p.m.</i></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Changes</h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I've added a very timid first step to providing a dedicated lldb parser. For now it's just a version of the "null parser" that doesn't pretend that all lines are `MissingEverything`. I've also added a couple of regexps to filter out system libraries. Those are platform-specific, so I put them in a conditional block. I'd suggest to do the same for the Linux and MS Windows filters, BTW.

I don't know what went awry yesterday, but today I'm getting complete backtraces:

```
Application: Kate (kate), signal: Segmentation fault: 11
(lldb) process attach --pid 95958
Process 95958 stopped
Executable module set to "/opt/local/bin/kate".
Architecture set to: x86_64-apple-macosx.
(lldb) command source -s 0 '/private/var/folders/j1/1439ppj08xj8h6006s6drbq00000gs/T/kde-bertin/drkonqiR95962.tmp'
Executing commands in '/private/var/folders/j1/1439ppj08xj8h6006s6drbq00000gs/T/kde-bertin/drkonqiR95962.tmp'.
(lldb) set set term-width 200
(lldb) thread info
thread #1: tid = 0x24d59a, 0x00007fff8cb85e20 libsystem_kernel.dylib`__wait4 + 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP

(lldb) bt all
* thread #1: tid = 0x24d59a, 0x00007fff8cb85e20 libsystem_kernel.dylib`__wait4 + 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x00007fff8cb85e20 libsystem_kernel.dylib`__wait4 + 8
    frame #1: 0x000000010210cc8e libkdeui.5.dylib`KCrash::startProcess(int, char const**, bool) [inlined] startProcessInternal(argc=<unavailable>, directly=<unavailable>) + 265 at kcrash.cpp:556
    frame #2: 0x000000010210cb85 libkdeui.5.dylib`KCrash::startProcess(argc=<unavailable>, argv=<unavailable>, waitAndExit=<unavailable>) + 21 at kcrash.cpp:538
    frame #3: 0x000000010210bdb9 libkdeui.5.dylib`KCrash::defaultCrashHandler(sig=<unavailable>) + 1209 at kcrash.cpp:441
    frame #4: 0x00007fff8fe965aa libsystem_platform.dylib`_sigtramp + 26
    frame #5: 0x0000000102785431 QtGui`qt_mac_create_imagemask(pixmap=<unavailable>, sr=0x00007fff5e718c30) + 753 at qpixmap_mac.cpp:1090
    frame #6: 0x000000010289fafb QtGui`qt_mac_draw_pattern(info=0x00007f9964ef3290, c=0x00007f9964ef8b90) + 907 at qpaintengine_mac.cpp:494
    frame #7: 0x00007fff93e1ca6f CoreGraphics`CGPatternDelegateDrawPattern + 66
    frame #8: 0x00000001081db75a libPDFRIP.A.dylib`PDFPatternEmitDefinition + 1299
    frame #9: 0x00000001081db9c6 libPDFRIP.A.dylib`emitPatternDefinition + 14
    frame #10: 0x00007fff8b0d1382 CoreFoundation`__CFSetApplyFunction_block_invoke + 18
    frame #11: 0x00007fff8b0b58fc CoreFoundation`CFBasicHashApply + 124
    frame #12: 0x00007fff8b0d133d CoreFoundation`CFSetApplyFunction + 173
    frame #13: 0x00000001081db993 libPDFRIP.A.dylib`PDFPatternSetEmitDefinitions + 71
    frame #14: 0x00000001081d1a0c libPDFRIP.A.dylib`emit_page_resources(PDFDocument*) + 59
    frame #15: 0x00000001081d19b0 libPDFRIP.A.dylib`PDFDocumentEndPage + 73
    frame #16: 0x00000001081d0570 libPDFRIP.A.dylib`pdf_EndPage + 17
    frame #17: 0x00007fff8f7e7ea3 PrintCore`pdfSpoolingEndPage(void*, void*) + 345
    frame #18: 0x00007fff8f7df835 PrintCore`PJCEndPage(OpaquePMPrintSession*) + 40
    frame #19: 0x00007fff8f7bd3b6 PrintCore`PMSessionEndPageNoDialog + 80
    frame #20: 0x00000001026832c7 QtGui`QMacPrintEngine::end() + 103
    frame #21: 0x00000001027dcd0e QtGui`QPainter::end(this=<unavailable>) + 142 at qpainter.cpp:1963
    frame #22: 0x000000010ca59159 libkatepartinterfaces.4.dylib`KatePrinter::print(doc=<unavailable>) + 17097 at kateprinter.cpp:669
    frame #23: 0x000000010c8ad33a libkatepartinterfaces.4.dylib`KateDocument::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) [inlined] KateDocument::print() + 1994 at katedocument.cpp:1855
    frame #24: 0x000000010c8ad332 libkatepartinterfaces.4.dylib`KateDocument::qt_static_metacall(_o=0x00007f996246a920, _c=<unavailable>, _id=<unavailable>, _a=0x00007fff5e719d80) + 1986 at katedocument.moc:267
    frame #25: 0x0000000103c7c3fd QtCore`QMetaObject::activate(sender=0x00007f9964d38d40, m=<unavailable>, local_signal_index=<unavailable>, argv=<unavailable>) + 1693 at qobject.cpp:3567
    frame #26: 0x00000001026bf419 QtGui`QAction::activate(QAction::ActionEvent) [inlined] QAction::triggered(this=0x00007f9964d38d40, _t1=false) + 233 at moc_qaction.cpp:277
    frame #27: 0x00000001026bf3f1 QtGui`QAction::activate(this=0x00007f9964d38d40, event=<unavailable>) + 193 at qaction.cpp:1257
    frame #28: 0x0000000102673c91 QtGui`-[QCocoaMenuLoader qtDispatcherToQAction:] + 65
    frame #29: 0x00007fff8e38b260 AppKit`-[NSApplication sendAction:to:from:] + 327
    frame #30: 0x00007fff8e3a61c8 AppKit`-[NSMenuItem _corePerformAction] + 394
    frame #31: 0x00007fff8e3a5f04 AppKit`-[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
    frame #32: 0x00007fff8e3a507c AppKit`-[NSMenu performKeyEquivalent:] + 289
    frame #33: 0x00007fff8e3a18e1 AppKit`-[NSApplication _handleKeyEquivalent:] + 822
    frame #34: 0x00007fff8e310acc AppKit`-[NSApplication sendEvent:] + 3293
    frame #35: 0x00000001026740fe QtGui`-[QNSApplication sendEvent:] + 78
    frame #36: 0x00007fff8e1609f9 AppKit`-[NSApplication run] + 646
    frame #37: 0x000000010267cba0 QtGui`QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 528
    frame #38: 0x0000000103c618ad QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QFlags(this=0x00007fff00000024) + 9 at qglobal.h:2319
    frame #39: 0x0000000103c618a4 QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QFlags(this=0x00007fff00000024) at qglobal.h:2319
    frame #40: 0x0000000103c618a4 QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QFlags<QEventLoop::ProcessEventsFlag>::operator|(this=<unavailable>, f=EventLoopExec) const + 59 at qeventloop.cpp:149
    frame #41: 0x0000000103c61869 QtCore`QEventLoop::exec(this=0x00007fff5e71a540, flags=(i = 0)) + 409 at qeventloop.cpp:204
    frame #42: 0x0000000103c64ac7 QtCore`QCoreApplication::exec() + 199 at qcoreapplication.cpp:1225
    frame #43: 0x00000001014f8693 libkdeinit4_kate.dylib`kdemain(argc=<unavailable>, argv=<unavailable>) + 13507 at katemain.cpp:381
    frame #44: 0x00007fff8d6075fd libdyld.dylib`start + 1

  thread #2: tid = 0x24d59b, 0x00007fff8cb86662 libsystem_kernel.dylib`kevent64 + 10, queue = 'com.apple.libdispatch-manager'
    frame #0: 0x00007fff8cb86662 libsystem_kernel.dylib`kevent64 + 10
    frame #1: 0x00007fff905a1421 libdispatch.dylib`_dispatch_mgr_invoke + 239
    frame #2: 0x00007fff905a1136 libdispatch.dylib`_dispatch_mgr_thread + 52

  thread #3: tid = 0x24d5b3, 0x00007fff8cb859aa libsystem_kernel.dylib`__select + 10, name = 'com.apple.CFSocket.private'
    frame #0: 0x00007fff8cb859aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x00007fff8b12fa03 CoreFoundation`__CFSocketManager + 867
    frame #2: 0x00007fff8f5d5899 libsystem_pthread.dylib`_pthread_body + 138
    frame #3: 0x00007fff8f5d572a libsystem_pthread.dylib`_pthread_start + 137
    frame #4: 0x00007fff8f5d9fc9 libsystem_pthread.dylib`thread_start + 13

  thread #4: tid = 0x24d5c1, 0x00007fff8cb81a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #0: 0x00007fff8cb81a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #1: 0x00007fff8cb80d18 libsystem_kernel.dylib`mach_msg + 64
    frame #2: 0x00007fff8b0e3f15 CoreFoundation`__CFRunLoopServiceMachPort + 181
    frame #3: 0x00007fff8b0e3539 CoreFoundation`__CFRunLoopRun + 1161
    frame #4: 0x00007fff8b0e2e75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #5: 0x00007fff8e30d05e AppKit`_NSEventThread + 144
    frame #6: 0x00007fff8f5d5899 libsystem_pthread.dylib`_pthread_body + 138
    frame #7: 0x00007fff8f5d572a libsystem_pthread.dylib`_pthread_start + 137
    frame #8: 0x00007fff8f5d9fc9 libsystem_pthread.dylib`thread_start + 13

  thread #5: tid = 0x24d79e, 0x00007fff8cb85a3a libsystem_kernel.dylib`__semwait_signal + 10, name = 'com.apple.appkit-heartbeat'
    frame #0: 0x00007fff8cb85a3a libsystem_kernel.dylib`__semwait_signal + 10
    frame #1: 0x00007fff88fbcdc0 libsystem_c.dylib`nanosleep + 200
    frame #2: 0x00007fff88fbccb2 libsystem_c.dylib`usleep + 54
    frame #3: 0x00007fff8e3d117d AppKit`-[NSUIHeartBeat _heartBeatThread:] + 2132
    frame #4: 0x00007fff9368776b Foundation`__NSThread__main__ + 1318
    frame #5: 0x00007fff8f5d5899 libsystem_pthread.dylib`_pthread_body + 138
    frame #6: 0x00007fff8f5d572a libsystem_pthread.dylib`_pthread_start + 137
    frame #7: 0x00007fff8f5d9fc9 libsystem_pthread.dylib`thread_start + 13

  thread #6: tid = 0x24dcba, 0x00007fff8cb85e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #0: 0x00007fff8cb85e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff8f5d6f08 libsystem_pthread.dylib`_pthread_wqthread + 330
    frame #2: 0x00007fff8f5d9fb9 libsystem_pthread.dylib`start_wqthread + 13

  thread #7: tid = 0x24dcbb, 0x00007fff8cb85e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #0: 0x00007fff8cb85e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff8f5d6f08 libsystem_pthread.dylib`_pthread_wqthread + 330
    frame #2: 0x00007fff8f5d9fb9 libsystem_pthread.dylib`start_wqthread + 13
(lldb) detach
Process 95958 detached
(lldb) quit
```</pre>
  </td>
 </tr>
</table>







<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kde-runtime
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">DrKonqi currently lacks support for lldb, which means KDE users on recent OS X versions cannot generate and submit post-mortem backtraces.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">The patches in this RR introduce simple logic (based on <em style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">compile-time</em> OS version detection) to select either gdb or lldb, as well as appropriate lldbrc files.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">This is the first step to be taken: determine when lldb should be launched, and how (to obtain a backtrace).</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">On OS X 10.9.4 with kdelibs git/4.14 .
Launching lldb works, as does the BatchCommand to obtain a backtrace; parsing of that information will be tackled later.
The backtrace isn't particularly useful though, because it doesn't (always/never/...?) display the location of the crash and steps leading up to it, <em style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">presumably</em> because of an issue in the interaction between KDE's crash reporter and lldb. This will need work...</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;"><div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%"><span style="color: #A0A000">Application:</span> Kate (kate), signal<span style="color: #666666">:</span> Segmentation fault<span style="color: #666666">:</span> <span style="color: #666666">11</span>
(lldb) process attach <span style="color: #666666">--</span>pid <span style="color: #666666">88853</span>
Process <span style="color: #666666">88853</span> stopped
Executable module set to <span style="color: #BA2121">"/opt/local/bin/kate"</span>.
Architecture set to<span style="color: #666666">:</span> x86_64<span style="color: #666666">-</span>apple<span style="color: #666666">-</span>macosx.
(lldb) command source <span style="color: #666666">-</span>s <span style="color: #666666">0</span> <span style="border: 1px solid #FF0000">'</span><span style="color: #666666">/</span>private<span style="color: #666666">/</span>var<span style="color: #666666">/</span>folders<span style="color: #666666">/</span>j1<span style="color: #666666">/1439</span>ppj08xj8h6006s6drbq00000gs<span style="color: #666666">/</span>T<span style="color: #666666">/</span>kde<span style="color: #666666">-</span>bertin<span style="color: #666666">/</span>drkonqiB88857.tmp<span style="border: 1px solid #FF0000">'</span>
Executing commands <span style="color: #008000; font-weight: bold">in</span> <span style="border: 1px solid #FF0000">'</span><span style="color: #666666">/</span>private<span style="color: #666666">/</span>var<span style="color: #666666">/</span>folders<span style="color: #666666">/</span>j1<span style="color: #666666">/1439</span>ppj08xj8h6006s6drbq00000gs<span style="color: #666666">/</span>T<span style="color: #666666">/</span>kde<span style="color: #666666">-</span>bertin<span style="color: #666666">/</span>drkonqiB88857.tmp<span style="border: 1px solid #FF0000">'</span>.
(lldb) set set term<span style="color: #666666">-</span>width <span style="color: #666666">200</span>
(lldb) set set interpreter.prompt<span style="color: #666666">-</span>on<span style="color: #666666">-</span>quit <span style="color: #008000">false</span>
(lldb) <span style="color: #008000; font-weight: bold">thread</span> info
<span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda48</span>, <span style="color: #666666">0x00007fff8cb85e20</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__wait4 <span style="color: #666666">+</span> <span style="color: #666666">8</span>, queue <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.main<span style="color: #666666">-</span><span style="color: #008000; font-weight: bold">thread</span><span style="border: 1px solid #FF0000">'</span>, stop reason <span style="color: #666666">=</span> signal SIGSTOP

(lldb) bt all
<span style="color: #666666">*</span> <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda48</span>, <span style="color: #666666">0x00007fff8cb85e20</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__wait4 <span style="color: #666666">+</span> <span style="color: #666666">8</span>, queue <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.main<span style="color: #666666">-</span><span style="color: #008000; font-weight: bold">thread</span><span style="border: 1px solid #FF0000">'</span>, stop reason <span style="color: #666666">=</span> signal SIGSTOP
  <span style="color: #666666">*</span> frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e20</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__wait4 <span style="color: #666666">+</span> <span style="color: #666666">8</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x000000010272bc8e</span> libkdeui<span style="color: #666666">.5</span>.dylib<span style="border: 1px solid #FF0000">`</span>KCrash<span style="color: #666666">::</span>startProcess(<span style="color: #B00040">int</span>, <span style="color: #B00040">char</span> <span style="color: #008000; font-weight: bold">const</span><span style="color: #666666">**</span>, <span style="color: #B00040">bool</span>) [inlined] startProcessInternal(argc<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, directly<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">265</span> at kcrash.cpp<span style="color: #666666">:556</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x000000010272bb85</span> libkdeui<span style="color: #666666">.5</span>.dylib<span style="border: 1px solid #FF0000">`</span>KCrash<span style="color: #666666">::</span>startProcess(argc<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, argv<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, waitAndExit<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">21</span> at kcrash.cpp<span style="color: #666666">:538</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x000000010272adb9</span> libkdeui<span style="color: #666666">.5</span>.dylib<span style="border: 1px solid #FF0000">`</span>KCrash<span style="color: #666666">::</span>defaultCrashHandler(sig<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">1209</span> at kcrash.cpp<span style="color: #666666">:441</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff8fe965aa</span> libsystem_platform.dylib<span style="border: 1px solid #FF0000">`</span>_sigtramp <span style="color: #666666">+</span> <span style="color: #666666">26</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> <span style="color: #666666">0x00007fff8a55c098</span> libobjc.A.dylib<span style="border: 1px solid #FF0000">`</span>objc_msgSend <span style="color: #666666">+</span> <span style="color: #666666">24</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda4b</span>, <span style="color: #666666">0x00007fff8cb86662</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>kevent64 <span style="color: #666666">+</span> <span style="color: #666666">10</span>, queue <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.libdispatch<span style="color: #666666">-</span>manager<span style="border: 1px solid #FF0000">'</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb86662</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>kevent64 <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff905a1421</span> libdispatch.dylib<span style="border: 1px solid #FF0000">`</span>_dispatch_mgr_invoke <span style="color: #666666">+</span> <span style="color: #666666">239</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff905a1136</span> libdispatch.dylib<span style="border: 1px solid #FF0000">`</span>_dispatch_mgr_thread <span style="color: #666666">+</span> <span style="color: #666666">52</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda4c</span>, <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8f5d6f08</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_wqthread <span style="color: #666666">+</span> <span style="color: #666666">330</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d9fb9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>start_wqthread <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda52</span>, <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8f5d6f08</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_wqthread <span style="color: #666666">+</span> <span style="color: #666666">330</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d9fb9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>start_wqthread <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda75</span>, <span style="color: #666666">0x00007fff8cb859aa</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__select <span style="color: #666666">+</span> <span style="color: #666666">10</span>, name <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.CFSocket.private<span style="border: 1px solid #FF0000">'</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb859aa</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__select <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8b12fa03</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFSocketManager <span style="color: #666666">+</span> <span style="color: #666666">867</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d5899</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_body <span style="color: #666666">+</span> <span style="color: #666666">138</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00007fff8f5d572a</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_start <span style="color: #666666">+</span> <span style="color: #666666">137</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff8f5d9fc9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>thread_start <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bda83</span>, <span style="color: #666666">0x00007fff8cb81a1a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>mach_msg_trap <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb81a1a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>mach_msg_trap <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8cb80d18</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>mach_msg <span style="color: #666666">+</span> <span style="color: #666666">64</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8b0e3f15</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFRunLoopServiceMachPort <span style="color: #666666">+</span> <span style="color: #666666">181</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00007fff8b0e3539</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFRunLoopRun <span style="color: #666666">+</span> <span style="color: #666666">1161</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff8b0e2e75</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>CFRunLoopRunSpecific <span style="color: #666666">+</span> <span style="color: #666666">309</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> <span style="color: #666666">0x00007fff8e30d05e</span> AppKit<span style="border: 1px solid #FF0000">`</span>_NSEventThread <span style="color: #666666">+</span> <span style="color: #666666">144</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> <span style="color: #666666">0x00007fff8f5d5899</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_body <span style="color: #666666">+</span> <span style="color: #666666">138</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> <span style="color: #666666">0x00007fff8f5d572a</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_start <span style="color: #666666">+</span> <span style="color: #666666">137</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">8:</span> <span style="color: #666666">0x00007fff8f5d9fc9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>thread_start <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bdcba</span>, <span style="color: #666666">0x00007fff8cb85a3a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__semwait_signal <span style="color: #666666">+</span> <span style="color: #666666">10</span>, name <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.appkit<span style="color: #666666">-</span>heartbeat<span style="border: 1px solid #FF0000">'</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85a3a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__semwait_signal <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff88fbcdc0</span> libsystem_c.dylib<span style="border: 1px solid #FF0000">`</span>nanosleep <span style="color: #666666">+</span> <span style="color: #666666">200</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff88fbccb2</span> libsystem_c.dylib<span style="border: 1px solid #FF0000">`</span>usleep <span style="color: #666666">+</span> <span style="color: #666666">54</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00007fff8e3d117d</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSUIHeartBeat _heartBeatThread<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">2132</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff9368776b</span> Foundation<span style="border: 1px solid #FF0000">`</span>__NSThread__main__ <span style="color: #666666">+</span> <span style="color: #666666">1318</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> <span style="color: #666666">0x00007fff8f5d5899</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_body <span style="color: #666666">+</span> <span style="color: #666666">138</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> <span style="color: #666666">0x00007fff8f5d572a</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_start <span style="color: #666666">+</span> <span style="color: #666666">137</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> <span style="color: #666666">0x00007fff8f5d9fc9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>thread_start <span style="color: #666666">+</span> <span style="color: #666666">13</span>
(lldb) detach
Process <span style="color: #666666">88853</span> detached
(lldb) quit
</pre></div>
</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Same crash but backtrace generated after starting the app in the debugger (instead of attaching to it):</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;"><div class="codehilite" style="background: #f8f8f8"><pre style="line-height: 125%"><span style="color: #666666">*</span> <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be8ca</span>, <span style="color: #666666">0x0000000101283430</span> QtGui<span style="border: 1px solid #FF0000">`</span>qt_mac_create_imagemask(pixmap<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, sr<span style="color: #666666">=0x00007fff5fbfcbf0</span>) <span style="color: #666666">+</span> <span style="color: #666666">752</span> at qpixmap_mac.cpp<span style="color: #666666">:1090</span>, queue <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.main<span style="color: #666666">-</span><span style="color: #008000; font-weight: bold">thread</span><span style="border: 1px solid #FF0000">'</span>, stop reason <span style="color: #666666">=</span> EXC_BAD_ACCESS (code<span style="color: #666666">=</span>EXC_I386_GPFLT)
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x0000000101283430</span> QtGui<span style="border: 1px solid #FF0000">`</span>qt_mac_create_imagemask(pixmap<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, sr<span style="color: #666666">=0x00007fff5fbfcbf0</span>) <span style="color: #666666">+</span> <span style="color: #666666">752</span> at qpixmap_mac.cpp<span style="color: #666666">:1090</span>
   <span style="color: #666666">1087</span>     <span style="color: #008000; font-weight: bold">for</span>(<span style="color: #B00040">int</span> y <span style="color: #666666">=</span> sy, offset<span style="color: #666666">=0</span>; y <span style="color: #666666"><</span> sh; <span style="color: #666666">++</span>y) {
   <span style="color: #666666">1088</span>         srow <span style="color: #666666">=</span> sptr <span style="color: #666666">+</span> (y <span style="color: #666666">*</span> (sbpr <span style="color: #666666">/</span> <span style="color: #666666">4</span>));
   <span style="color: #666666">1089</span>         <span style="color: #008000; font-weight: bold">for</span>(<span style="color: #B00040">int</span> x <span style="color: #666666">=</span> sx; x <span style="color: #666666"><</span> sw; <span style="color: #666666">++</span>x)
<span style="color: #666666">-></span> <span style="color: #666666">1090</span>             <span style="color: #666666">*</span>(dptr<span style="color: #666666">+</span>(offset<span style="color: #666666">++</span>)) <span style="color: #666666">=</span> (<span style="color: #666666">*</span>(srow<span style="color: #666666">+</span>x) <span style="color: #666666">&</span> mask) <span style="color: #666666">?</span> <span style="color: #666666">255</span> <span style="color: #666666">:</span> <span style="color: #666666">0</span>;
   <span style="color: #666666">1091</span>     }
   <span style="color: #666666">1092</span>     QCFType<span style="color: #666666"><</span>CGDataProviderRef<span style="color: #666666">></span> provider <span style="color: #666666">=</span> CGDataProviderCreateWithData(<span style="color: #666666">0</span>, dptr, nbytes, qt_mac_cgimage_data_free);
   <span style="color: #666666">1093</span>     px<span style="color: #666666">-></span>cg_mask <span style="color: #666666">=</span> CGImageMaskCreate(sw, sh, <span style="color: #666666">8</span>, <span style="color: #666666">8</span>, nbytes <span style="color: #666666">/</span> sh, provider, <span style="color: #666666">0</span>, <span style="color: #666666">0</span>);
[snip]
(lldb) bt all
<span style="color: #666666">*</span> <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be8ca</span>, <span style="color: #666666">0x0000000101283430</span> QtGui<span style="border: 1px solid #FF0000">`</span>qt_mac_create_imagemask(pixmap<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, sr<span style="color: #666666">=0x00007fff5fbfcbf0</span>) <span style="color: #666666">+</span> <span style="color: #666666">752</span> at qpixmap_mac.cpp<span style="color: #666666">:1090</span>, queue <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.main<span style="color: #666666">-</span><span style="color: #008000; font-weight: bold">thread</span><span style="border: 1px solid #FF0000">'</span>, stop reason <span style="color: #666666">=</span> EXC_BAD_ACCESS (code<span style="color: #666666">=</span>EXC_I386_GPFLT)
  <span style="color: #666666">*</span> frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x0000000101283430</span> QtGui<span style="border: 1px solid #FF0000">`</span>qt_mac_create_imagemask(pixmap<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, sr<span style="color: #666666">=0x00007fff5fbfcbf0</span>) <span style="color: #666666">+</span> <span style="color: #666666">752</span> at qpixmap_mac.cpp<span style="color: #666666">:1090</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x000000010139dafb</span> QtGui<span style="border: 1px solid #FF0000">`</span>qt_mac_draw_pattern(info<span style="color: #666666">=0x0000000105089e10</span>, c<span style="color: #666666">=0x000000011232fd30</span>) <span style="color: #666666">+</span> <span style="color: #666666">907</span> at qpaintengine_mac.cpp<span style="color: #666666">:494</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff93e1ca6f</span> CoreGraphics<span style="border: 1px solid #FF0000">`</span>CGPatternDelegateDrawPattern <span style="color: #666666">+</span> <span style="color: #666666">66</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00000001126d475a</span> libPDFRIP.A.dylib<span style="border: 1px solid #FF0000">`</span>PDFPatternEmitDefinition <span style="color: #666666">+</span> <span style="color: #666666">1299</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00000001126d49c6</span> libPDFRIP.A.dylib<span style="border: 1px solid #FF0000">`</span>emitPatternDefinition <span style="color: #666666">+</span> <span style="color: #666666">14</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> <span style="color: #666666">0x00007fff8b0d1382</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFSetApplyFunction_block_invoke <span style="color: #666666">+</span> <span style="color: #666666">18</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> <span style="color: #666666">0x00007fff8b0b58fc</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>CFBasicHashApply <span style="color: #666666">+</span> <span style="color: #666666">124</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> <span style="color: #666666">0x00007fff8b0d133d</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>CFSetApplyFunction <span style="color: #666666">+</span> <span style="color: #666666">173</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">8:</span> <span style="color: #666666">0x00000001126d4993</span> libPDFRIP.A.dylib<span style="border: 1px solid #FF0000">`</span>PDFPatternSetEmitDefinitions <span style="color: #666666">+</span> <span style="color: #666666">71</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">9:</span> <span style="color: #666666">0x00000001126caa0c</span> libPDFRIP.A.dylib<span style="border: 1px solid #FF0000">`</span>emit_page_resources(PDFDocument<span style="color: #666666">*</span>) <span style="color: #666666">+</span> <span style="color: #666666">59</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">10:</span> <span style="color: #666666">0x00000001126ca9b0</span> libPDFRIP.A.dylib<span style="border: 1px solid #FF0000">`</span>PDFDocumentEndPage <span style="color: #666666">+</span> <span style="color: #666666">73</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">11:</span> <span style="color: #666666">0x00000001126c9570</span> libPDFRIP.A.dylib<span style="border: 1px solid #FF0000">`</span>pdf_EndPage <span style="color: #666666">+</span> <span style="color: #666666">17</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">12:</span> <span style="color: #666666">0x00007fff8f7e7ea3</span> PrintCore<span style="border: 1px solid #FF0000">`</span>pdfSpoolingEndPage(<span style="color: #B00040">void</span><span style="color: #666666">*</span>, <span style="color: #B00040">void</span><span style="color: #666666">*</span>) <span style="color: #666666">+</span> <span style="color: #666666">345</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">13:</span> <span style="color: #666666">0x00007fff8f7df835</span> PrintCore<span style="border: 1px solid #FF0000">`</span>PJCEndPage(OpaquePMPrintSession<span style="color: #666666">*</span>) <span style="color: #666666">+</span> <span style="color: #666666">40</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">14:</span> <span style="color: #666666">0x00007fff8f7bd3b6</span> PrintCore<span style="border: 1px solid #FF0000">`</span>PMSessionEndPageNoDialog <span style="color: #666666">+</span> <span style="color: #666666">80</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">15:</span> <span style="color: #666666">0x00000001011812c7</span> QtGui<span style="border: 1px solid #FF0000">`</span>QMacPrintEngine<span style="color: #666666">::</span>end() <span style="color: #666666">+</span> <span style="color: #666666">103</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">16:</span> <span style="color: #666666">0x00000001012dad0e</span> QtGui<span style="border: 1px solid #FF0000">`</span>QPainter<span style="color: #666666">::</span>end(this<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">142</span> at qpainter.cpp<span style="color: #666666">:1963</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">17:</span> <span style="color: #666666">0x000000010d841159</span> libkatepartinterfaces<span style="color: #666666">.4</span>.dylib<span style="border: 1px solid #FF0000">`</span>KatePrinter<span style="color: #666666">::</span>print(doc<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">17097</span> at kateprinter.cpp<span style="color: #666666">:669</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">18:</span> <span style="color: #666666">0x000000010d69533a</span> libkatepartinterfaces<span style="color: #666666">.4</span>.dylib<span style="border: 1px solid #FF0000">`</span>KateDocument<span style="color: #666666">::</span>qt_static_metacall(QObject<span style="color: #666666">*</span>, QMetaObject<span style="color: #666666">::</span>Call, <span style="color: #B00040">int</span>, <span style="color: #B00040">void</span><span style="color: #666666">**</span>) [inlined] KateDocument<span style="color: #666666">::</span>print() <span style="color: #666666">+</span> <span style="color: #666666">1994</span> at katedocument.cpp<span style="color: #666666">:1855</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">19:</span> <span style="color: #666666">0x000000010d695332</span> libkatepartinterfaces<span style="color: #666666">.4</span>.dylib<span style="border: 1px solid #FF0000">`</span>KateDocument<span style="color: #666666">::</span>qt_static_metacall(_o<span style="color: #666666">=0x000000010508be40</span>, _c<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, _id<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, _a<span style="color: #666666">=0x00007fff5fbfdd40</span>) <span style="color: #666666">+</span> <span style="color: #666666">1986</span> at katedocument.moc<span style="color: #666666">:267</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">20:</span> <span style="color: #666666">0x000000010276b3fd</span> QtCore<span style="border: 1px solid #FF0000">`</span>QMetaObject<span style="color: #666666">::</span>activate(sender<span style="color: #666666">=0x00000001036d1b20</span>, m<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, local_signal_index<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, argv<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">1693</span> at qobject.cpp<span style="color: #666666">:3567</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">21:</span> <span style="color: #666666">0x00000001011bd419</span> QtGui<span style="border: 1px solid #FF0000">`</span>QAction<span style="color: #666666">::</span>activate(QAction<span style="color: #666666">::</span>ActionEvent) [inlined] QAction<span style="color: #666666">::</span>triggered(this<span style="color: #666666">=0x00000001036d1b20</span>, _t1<span style="color: #666666">=</span><span style="color: #008000">false</span>) <span style="color: #666666">+</span> <span style="color: #666666">233</span> at moc_qaction.cpp<span style="color: #666666">:277</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">22:</span> <span style="color: #666666">0x00000001011bd3f1</span> QtGui<span style="border: 1px solid #FF0000">`</span>QAction<span style="color: #666666">::</span>activate(this<span style="color: #666666">=0x00000001036d1b20</span>, event<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">193</span> at qaction.cpp<span style="color: #666666">:1257</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">23:</span> <span style="color: #666666">0x0000000101171c91</span> QtGui<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[QCocoaMenuLoader qtDispatcherToQAction<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">65</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">24:</span> <span style="color: #666666">0x00007fff8e38b260</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSApplication sendAction<span style="color: #666666">:</span>to<span style="color: #666666">:</span>from<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">327</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">25:</span> <span style="color: #666666">0x00007fff8e3a61c8</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSMenuItem _corePerformAction] <span style="color: #666666">+</span> <span style="color: #666666">394</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">26:</span> <span style="color: #666666">0x00007fff8e3a5f04</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">117</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">27:</span> <span style="color: #666666">0x00007fff8e3a507c</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSMenu performKeyEquivalent<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">289</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">28:</span> <span style="color: #666666">0x00007fff8e3a18e1</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSApplication _handleKeyEquivalent<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">822</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">29:</span> <span style="color: #666666">0x00007fff8e310acc</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSApplication sendEvent<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">3293</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">30:</span> <span style="color: #666666">0x00000001011720fe</span> QtGui<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[QNSApplication sendEvent<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">78</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">31:</span> <span style="color: #666666">0x00007fff8e1609f9</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSApplication run] <span style="color: #666666">+</span> <span style="color: #666666">646</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">32:</span> <span style="color: #666666">0x000000010117aba0</span> QtGui<span style="border: 1px solid #FF0000">`</span>QEventDispatcherMac<span style="color: #666666">::</span>processEvents(QFlags<span style="color: #666666"><</span>QEventLoop<span style="color: #666666">::</span>ProcessEventsFlag<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">528</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">33:</span> <span style="color: #666666">0x00000001027508ad</span> QtCore<span style="border: 1px solid #FF0000">`</span>QEventLoop<span style="color: #666666">::</span>exec(QFlags<span style="color: #666666"><</span>QEventLoop<span style="color: #666666">::</span>ProcessEventsFlag<span style="color: #666666">></span>) [inlined] QFlags(this<span style="color: #666666">=0x00007fff00000024</span>) <span style="color: #666666">+</span> <span style="color: #666666">9</span> at qglobal.h<span style="color: #666666">:2319</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">34:</span> <span style="color: #666666">0x00000001027508a4</span> QtCore<span style="border: 1px solid #FF0000">`</span>QEventLoop<span style="color: #666666">::</span>exec(QFlags<span style="color: #666666"><</span>QEventLoop<span style="color: #666666">::</span>ProcessEventsFlag<span style="color: #666666">></span>) [inlined] QFlags(this<span style="color: #666666">=0x00007fff00000024</span>) at qglobal.h<span style="color: #666666">:2319</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">35:</span> <span style="color: #666666">0x00000001027508a4</span> QtCore<span style="border: 1px solid #FF0000">`</span>QEventLoop<span style="color: #666666">::</span>exec(QFlags<span style="color: #666666"><</span>QEventLoop<span style="color: #666666">::</span>ProcessEventsFlag<span style="color: #666666">></span>) [inlined] QFlags<span style="color: #666666"><</span>QEventLoop<span style="color: #666666">::</span>ProcessEventsFlag<span style="color: #666666">>::</span>operator<span style="color: #666666">|</span>(this<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, f<span style="color: #666666">=</span>EventLoopExec) <span style="color: #008000; font-weight: bold">const</span> <span style="color: #666666">+</span> <span style="color: #666666">59</span> at qeventloop.cpp<span style="color: #666666">:149</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">36:</span> <span style="color: #666666">0x0000000102750869</span> QtCore<span style="border: 1px solid #FF0000">`</span>QEventLoop<span style="color: #666666">::</span>exec(this<span style="color: #666666">=0x00007fff5fbfe500</span>, flags<span style="color: #666666">=</span>(i <span style="color: #666666">=</span> <span style="color: #666666">0</span>)) <span style="color: #666666">+</span> <span style="color: #666666">409</span> at qeventloop.cpp<span style="color: #666666">:204</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">37:</span> <span style="color: #666666">0x0000000102753ac7</span> QtCore<span style="border: 1px solid #FF0000">`</span>QCoreApplication<span style="color: #666666">::</span>exec() <span style="color: #666666">+</span> <span style="color: #666666">199</span> at qcoreapplication.cpp<span style="color: #666666">:1225</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">38:</span> <span style="color: #666666">0x0000000100011693</span> libkdeinit4_kate.dylib<span style="border: 1px solid #FF0000">`</span>kdemain(argc<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>, argv<span style="color: #666666">=<</span>unavailable<span style="color: #666666">></span>) <span style="color: #666666">+</span> <span style="color: #666666">13507</span> at katemain.cpp<span style="color: #666666">:381</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">39:</span> <span style="color: #666666">0x00007fff8d6075fd</span> libdyld.dylib<span style="border: 1px solid #FF0000">`</span>start <span style="color: #666666">+</span> <span style="color: #666666">1</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">40:</span> <span style="color: #666666">0x00007fff8d6075fd</span> libdyld.dylib<span style="border: 1px solid #FF0000">`</span>start <span style="color: #666666">+</span> <span style="color: #666666">1</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be8ee</span>, <span style="color: #666666">0x00007fff8cb86662</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>kevent64 <span style="color: #666666">+</span> <span style="color: #666666">10</span>, queue <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.libdispatch<span style="color: #666666">-</span>manager<span style="border: 1px solid #FF0000">'</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb86662</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>kevent64 <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff905a1421</span> libdispatch.dylib<span style="border: 1px solid #FF0000">`</span>_dispatch_mgr_invoke <span style="color: #666666">+</span> <span style="color: #666666">239</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff905a1136</span> libdispatch.dylib<span style="border: 1px solid #FF0000">`</span>_dispatch_mgr_thread <span style="color: #666666">+</span> <span style="color: #666666">52</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be8ef</span>, <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8f5d6f08</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_wqthread <span style="color: #666666">+</span> <span style="color: #666666">330</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d9fb9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>start_wqthread <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be8f0</span>, <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8f5d6f08</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_wqthread <span style="color: #666666">+</span> <span style="color: #666666">330</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d9fb9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>start_wqthread <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be8fe</span>, <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8f5d6f08</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_wqthread <span style="color: #666666">+</span> <span style="color: #666666">330</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d9fb9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>start_wqthread <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be909</span>, <span style="color: #666666">0x00007fff8cb859aa</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__select <span style="color: #666666">+</span> <span style="color: #666666">10</span>, name <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.CFSocket.private<span style="border: 1px solid #FF0000">'</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb859aa</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__select <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8b12fa03</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFSocketManager <span style="color: #666666">+</span> <span style="color: #666666">867</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d5899</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_body <span style="color: #666666">+</span> <span style="color: #666666">138</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00007fff8f5d572a</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_start <span style="color: #666666">+</span> <span style="color: #666666">137</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff8f5d9fc9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>thread_start <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be915</span>, <span style="color: #666666">0x00007fff8cb81a1a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>mach_msg_trap <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb81a1a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>mach_msg_trap <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8cb80d18</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>mach_msg <span style="color: #666666">+</span> <span style="color: #666666">64</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8b0e3f15</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFRunLoopServiceMachPort <span style="color: #666666">+</span> <span style="color: #666666">181</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00007fff8b0e3539</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>__CFRunLoopRun <span style="color: #666666">+</span> <span style="color: #666666">1161</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff8b0e2e75</span> CoreFoundation<span style="border: 1px solid #FF0000">`</span>CFRunLoopRunSpecific <span style="color: #666666">+</span> <span style="color: #666666">309</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> <span style="color: #666666">0x00007fff8e30d05e</span> AppKit<span style="border: 1px solid #FF0000">`</span>_NSEventThread <span style="color: #666666">+</span> <span style="color: #666666">144</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> <span style="color: #666666">0x00007fff8f5d5899</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_body <span style="color: #666666">+</span> <span style="color: #666666">138</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> <span style="color: #666666">0x00007fff8f5d572a</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_start <span style="color: #666666">+</span> <span style="color: #666666">137</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">8:</span> <span style="color: #666666">0x00007fff8f5d9fc9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>thread_start <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">8:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1be963</span>, <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85e6a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__workq_kernreturn <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff8f5d6f08</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_wqthread <span style="color: #666666">+</span> <span style="color: #666666">330</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff8f5d9fb9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>start_wqthread <span style="color: #666666">+</span> <span style="color: #666666">13</span>

  <span style="color: #008000; font-weight: bold">thread</span> <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">9:</span> tid <span style="color: #666666">=</span> <span style="color: #666666">0x1bea53</span>, <span style="color: #666666">0x00007fff8cb85a3a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__semwait_signal <span style="color: #666666">+</span> <span style="color: #666666">10</span>, name <span style="color: #666666">=</span> <span style="border: 1px solid #FF0000">'</span>com.apple.appkit<span style="color: #666666">-</span>heartbeat<span style="border: 1px solid #FF0000">'</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">0:</span> <span style="color: #666666">0x00007fff8cb85a3a</span> libsystem_kernel.dylib<span style="border: 1px solid #FF0000">`</span>__semwait_signal <span style="color: #666666">+</span> <span style="color: #666666">10</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">1:</span> <span style="color: #666666">0x00007fff88fbcdc0</span> libsystem_c.dylib<span style="border: 1px solid #FF0000">`</span>nanosleep <span style="color: #666666">+</span> <span style="color: #666666">200</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">2:</span> <span style="color: #666666">0x00007fff88fbccb2</span> libsystem_c.dylib<span style="border: 1px solid #FF0000">`</span>usleep <span style="color: #666666">+</span> <span style="color: #666666">54</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">3:</span> <span style="color: #666666">0x00007fff8e3d117d</span> AppKit<span style="border: 1px solid #FF0000">`</span><span style="color: #666666">-</span>[NSUIHeartBeat _heartBeatThread<span style="color: #666666">:</span>] <span style="color: #666666">+</span> <span style="color: #666666">2132</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">4:</span> <span style="color: #666666">0x00007fff9368776b</span> Foundation<span style="border: 1px solid #FF0000">`</span>__NSThread__main__ <span style="color: #666666">+</span> <span style="color: #666666">1318</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">5:</span> <span style="color: #666666">0x00007fff8f5d5899</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_body <span style="color: #666666">+</span> <span style="color: #666666">138</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">6:</span> <span style="color: #666666">0x00007fff8f5d572a</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>_pthread_start <span style="color: #666666">+</span> <span style="color: #666666">137</span>
    frame <span style="border: 1px solid #FF0000">#</span><span style="color: #666666">7:</span> <span style="color: #666666">0x00007fff8f5d9fc9</span> libsystem_pthread.dylib<span style="border: 1px solid #FF0000">`</span>thread_start <span style="color: #666666">+</span> <span style="color: #666666">13</span>
</pre></div>
</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> (updated)</h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>drkonqi/backtracegenerator.cpp <span style="color: grey">(1107e11)</span></li>

 <li>drkonqi/data/debuggers/external/lldbrc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>drkonqi/data/debuggers/internal/lldbrc <span style="color: grey">(PRE-CREATION)</span></li>

 <li>drkonqi/drkonqibackends.cpp <span style="color: grey">(064d07d)</span></li>

 <li>drkonqi/parser/CMakeLists.txt <span style="color: grey">(d08d0d7)</span></li>

 <li>drkonqi/parser/backtraceparser.cpp <span style="color: grey">(7f62c97)</span></li>

 <li>drkonqi/parser/backtraceparserlldb.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>drkonqi/parser/backtraceparserlldb.cpp <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/121286/diff/" style="margin-left: 3em;">View Diff</a></p>






  </td>
 </tr>
</table>




  </div>
 </body>
</html>