Summary: | Plasma shell segfaults on startup: impossible to get a working desktop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Lorenzo De Marco <lorenzologic> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | grave | ||
Priority: | NOR | ||
Version First Reported In: | 5.20.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lorenzo De Marco
2020-12-22 08:28:23 UTC
relevant lines in dmesg: 34.091597] plasmashell[1457]: segfault at 7fb105c8f656 ip 00007fb475511002 sp 00007ffe646eb790 error 4 in libcalendarplugin.so[7fb47550b000+c000] [ 34.091604] Code: 48 0c 48 8d 0c ca 48 89 0c 24 48 39 cb 74 44 66 0f 1f 84 00 00 00 00 00 4c 8b 33 be 2a 00 00 00 48 89 ef 48 83 c3 08 49 8b 06 <4c> 8b 68 60 ff 15 3c da 00 00 4c 89 e2 48 89 ee 4c 89 f7 48 89 84 tried again, different dmesg output: [ 778.443761] plasmashell[2534]: segfault at 0 ip 0000000000000000 sp 00007ffed3027368 error 14 [ 778.443764] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6. Yesterday I added a clock widget to one of my panels, and configured it as follows: [Containments][3][Applets][117] immutability=1 plugin=org.kde.plasma.digitalclock [Containments][3][Applets][117][Configuration] PreloadWeight=42 [Containments][3][Applets][117][Configuration][Appearance] lastSelectedTimezone=America/New_York selectedTimeZones=America/New_York,Local showDate=false showLocalTimezone=true use24hFormat=0 wheelChangesTimezone=true [Containments][3][Applets][117][Configuration][ConfigDialog] DialogHeight=540 DialogWidth=720 Removing these lines from ~/.config/plasma-org.kde.plasma.desktop-appletsrc fixed this! Yay! It must be a problem with the clock widget then. |