https://bugs.kde.org/show_bug.cgi?id=430982
--- Comment #1 from Milian Wolff <m...@milianw.de> --- please try this: ``` KDevelop-5.6.1-x86_64.AppImage --appimage-extract cd squashfs-root ./AppRun ``` then from somewhere else: ``` gdb --pid $(pidof AppRun.wrapped) ``` then trigger the crash and get a backtrace from the gdb console: ``` (gdb) thread apply all bt ``` I guess most/all symbols will be missing, but we should at least see where it's crashing (i.e. in which rough code area). Maybe that then allows us to see what's going on here. The harfbuzz thing is probably a red-herring. You could still try that by removing usr/lib/libharfbuzz.so usr/lib/libharfbuzz.so.0 from the squashfs-root and then launching AppRun again -- You are receiving this mail because: You are watching all bug changes.