https://bugs.kde.org/show_bug.cgi?id=376595
--- Comment #12 from Aetf <7437...@gmail.com> --- I see. Seems your Qt version doesn't support semicolon separated logging rules. Instead, create a file named logging.conf with the following content: [Rules] kdevelop.debuggers.gdb.debug=true kdevelop.debuggers.common.debug=true And launch kdevelop with QT_LOGGING_CONF='/path/to/logging.conf' kdevelop I think the crash might be specific to some particular gdb version. But without detailed logging, I can't tell anything yet. -- You are receiving this mail because: You are watching all bug changes.