https://bugs.kde.org/show_bug.cgi?id=473251
Bug ID: 473251 Summary: Terminal warnings and errors Classification: Applications Product: kdevelop Version: 5.10.221202 Platform: Debian stable OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Analyzer: Clang-Tidy Assignee: kdevelop-bugs-n...@kde.org Reporter: doc.ev...@gmail.com CC: kosse...@kde.org Target Milestone: --- SUMMARY Starting kdevelop, using it briefly, and then exiting, causes a lot of messages that seem to indicate problems to be written to the terminal. STEPS TO REPRODUCE 1. start kdevelop from a terminal 2. do some minor editing 3. close kdevelop OBSERVED RESULT This is the terminal record of a simple test session: ---- n7dr@shack20:~/projects/drlog$ kdevelop kdevplatform.serialization: repository "/home/n7dr/.cache/kdevduchain/kdevelop-{c2b94aea-f375-491c-8fdf-caf5d14fccdc}" was write-locked, it probably is inconsistent kdevplatform.serialization: "The data-repository at /home/n7dr/.cache/kdevduchain/kdevelop-{c2b94aea-f375-491c-8fdf-caf5d14fccdc} has to be cleared." Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication. kdevplatform.util: Path::init: invalid/unsupported Path encountered: http://clang-tidy Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes. kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed kf.kio.workers.file: copy() QUrl("file:///home/n7dr/projects/drlog/drlog.kdev4") to QUrl("file:///tmp/kdevelop.ianbLR") mode= -1 kf.kio.workers.file: the file doesn't have any xattr kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevplatform.util: Path::init: invalid/unsupported Path encountered: http://clang-tidy /bin/sh: 1: indent: not found kdevelop.plugins.customscript: "indent" command returned empty text for style "GNU_indent_GNU" kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevelop.plugins.clang: Unhandled type: Dependent <dependent type> kdevplatform.util: Path::init: invalid/unsupported Path encountered: http://clang-tidy double free or corruption (!prev) Aborted (core dumped) n7dr@shack20:~/projects/drlog$ ---- EXPECTED RESULT I wouldn't expect to see so many warnings/errors, and definitely not a crash at the end. SOFTWARE/OS VERSIONS Linux/KDE Plasma: debian stable (bookworm) KDE Plasma Version: don't know... the "About KDE" menu item doesn't contain any useful information KDE Frameworks Version: Qt Version: This is on 64-bit fully-up-to-date debian stable (bookworm). While the details of some of the messages vary from session to session, basically the above is a very representative example. Dumping core on exit is a very frequent occurrence. -- You are receiving this mail because: You are watching all bug changes.