https://bugs.kde.org/show_bug.cgi?id=473251
--- Comment #3 from Igor Kushnir <igor...@gmail.com> --- (In reply to doc.evans from comment #2) > Is this what you want me to do? Yes, thank you. > #8 0x00007f10c1b0cc20 in QAccessibleCache::~QAccessibleCache() () from > /lib/x86_64-linux-gnu/libQt5Gui.so.5 This crash on exit could be related to Bug 472891 that you recently reported. There could be a bug in Qt accessibility support or KDevelop's (indirect) usage of it. The error messages have different causes. Some of them are probably not KDevelop's fault, but something's wrong on your system. The kdevplatform.serialization messages is the consequence of a previous crash of KDevelop. "kdevplatform.util: Path::init: invalid/unsupported Path encountered: http://clang-tidy" => installing clang-tidy might eliminate this error. Hunspell configuration appears to be broken on your system. "/bin/sh: 1: indent: not found" => either install GNU indent or (better) configure source formatters to match your project's code style in KDevelop settings. "kdevelop.plugins.clang: Unhandled type: Dependent <dependent type>" - this looks bad. Have you uninstalled some KDevelop language plugin? Does KDevelop parse your source code successfully? -- You are receiving this mail because: You are watching all bug changes.