https://bugs.kde.org/show_bug.cgi?id=428987
--- Comment #8 from Nate Graham <n...@kde.org> --- No worries. Here's what you do. First, dump the core to a file: coredumpctl --dump --output ~/Desktop/my_very_special_core.dump Next, load it up in gdb: gdb /usr/bin/kwin_wayland ~/Desktop/my_very_special_core.dump Then type "bt". Copy and paste the output to a file, and attach that file. -- You are receiving this mail because: You are watching all bug changes.