https://bugs.kde.org/show_bug.cgi?id=447553
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |waqar....@gmail.com --- Comment #1 from Waqar Ahmed <waqar....@gmail.com> --- Hi, thanks for the report. The backtrace is useless, but seeing that you are on Arch, maybe you can compile kate and get a better backtrace? You need to do the following in sequence: ``` git clone https://invent.kde.org/utilities/kate.git cd kate mkdir build && cd build cmake .. make -j8 QT_PLUGIN_PATH=./bin ./bin/kate ``` The above assumes that you have the following packages installed: - gcc - gdb - cmake - git Should take a few minutes. After the last command kate will open with plugins loaded from the "./bin" directory inside the "build" directory you created. Now open your project via "File -> Open Folder". Make it crash. Then ``` coredumpctl debug ``` once the above gives you a (gdb) prompt, type bt and copy paste the backtrace here. -- You are receiving this mail because: You are watching all bug changes.