https://bugs.kde.org/show_bug.cgi?id=483008
--- Comment #10 from Méven Car <meve...@gmail.com> --- (In reply to agap...@hotmail.com from comment #9) > Created attachment 167081 [details] > Crash of kwin immediately after the crash after waking computer from sleep > and turning on monitor > > One thing I noticed is the crash of kwin only happens when Optimus-manager > is running in the tray. I have not observed it happen without it. This lacks debuginfo that would make it 100 times more useful, luckily that can be added easily. For arch/Endeavour and reading your precedent output it should be as simple as running `DEBUGINFOD_URLS="https://debuginfod.archlinux.org/" coredumpctl gdb 1973961`, this will take a little while and download a bunch of data. Once the last line is a prompt `(gdb) `, type in `bt` then hit enter and you will have a good output. You can quit gdb with Ctrl + D or close your terminal afterwards. -- You are receiving this mail because: You are watching all bug changes.