https://bugs.kde.org/show_bug.cgi?id=386193
--- Comment #1 from RJVB <rjvber...@gmail.com> --- The terminal output around the time of the KDevelop crash: qrc:/JobDialog.qml:66: TypeError: Cannot read property 'Layout' of null qrc:/JobDialog.qml:67: TypeError: Cannot read property 'Layout' of null KCrash: Application 'kdevelop.bin' crashing... KCrash: Application 'kdevelop.bin' crashing... KCrash: Attempting to start /opt/local/libexec/kde5/drkonqi directly KCrash: Attempting to start /opt/local/libexec/kde5/drkonqi directly It's normal on Mac that DrKonqi is started directly. Maybe the code handling the direct launch should use a mutex (and a once-only construct)? -- You are receiving this mail because: You are watching all bug changes.