Plasma crashes after adding pager widget into panel with two or more virtual desktops active. Desktops have default names ("Desktop 1", "Desktop 2" and so on...). Reproducible: Always Steps to Reproduce: 1. Add two or more virtual desktops in settings 2. Add pager widget into Panel Actual Results: Plasma crashed and pager widget is not present in panel after reset of plasma Expected Results: Pager widget should be added into panel System: Arch linux, KDE 4.10.2, Desktop theme: Shadowed
Could you provide the backtrace ?
I am sorry but I cannot. There is no dialog after crash.
well, try this in konsole : $ kquitapp plasma-desktop $ sleep 5 $ gdb `which plasma-desktop` gdb > set args --nofork gdb > run ..... make plasma crash ... gdb > bt see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB for more information.
Created attachment 80961 [details] Backtrace
Here it is.
> #0 0x00007fff3bd130fd in ?? () from /usr/lib/kde4/plasma_applet_pager.so yes, it is . Too bad, Archlinux doesn't provide debug symbols so the backtrace is barely useful.
It's been a while since this report, but I can also confirm it. I'm using Arch Linux with KDE 4.11.1-2. I don't really know since when I have this issue, because just until recently I had the icon from more than a year ago in the panel. But for a long time the icon in the panel looked bad (it was more up than centered, if you understand - it looked normal when I changed the plasma theme, but until next reboot), so I decided to remove it and place it again, and discovered that it crashed the plasma desktop. It's as the OP describes it. If I place it in the desktop, it's fine, but it crashes when I try to place it in the panel.
Possible workaround: Place the widget in the desktop, and move it until you reach the panel, it will place it there automatically without crashing.
Created attachment 82820 [details] add pager widget crash I'm encountering this on KDE 4.11.2, also in Arch Linux. I was able to rebuild plasma-desktop and qt4 with debugging and get this backtrace.
Git commit 201c66ce97bf683d818d2cd6ca0e9afd38c7ed93 by Christoph Feck. Committed on 26/11/2013 at 23:35. Pushed by cfeck into branch 'KDE/4.11'. Fix pager tooltip crash when there are no windows REVIEW: 114059 Related: bug 321086 FIXED-IN: 4.11.4 M +8 -1 plasma/desktop/applets/pager/model.cpp M +2 -1 plasma/desktop/applets/pager/pager.cpp http://commits.kde.org/kde-workspace/201c66ce97bf683d818d2cd6ca0e9afd38c7ed93