Bug 401273 - plasmashell SIGSEGV after log in
Summary: plasmashell SIGSEGV after log in
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (other bugs)
Version First Reported In: 5.9.4
Platform: openSUSE Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-21 13:20 UTC by Igor Zhuravlov
Modified: 2018-11-23 11:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
gdb log (60.29 KB, text/x-log)
2018-11-21 13:20 UTC, Igor Zhuravlov
Details
some lines from ~/.local/share/sddm/xorg-session.log (1.64 KB, text/plain)
2018-11-21 13:30 UTC, Igor Zhuravlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Zhuravlov 2018-11-21 13:20:13 UTC
Created attachment 116444 [details]
gdb log

SUMMARY
There is no taskbar after log into KDE.

STEPS TO REPRODUCE
1. Just log into KDE session as usual

OBSERVED RESULT
Windows opened in the previous session, but without taskbar in the bottom of the screen.

EXPECTED RESULT
Windows opened in the previous session, and taskbar in the bottom of the screen.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
KDE Plasma Version: 5.12.6
KDE Frameworks Version: 5.45.0
Qt Version: 5.9.4

ADDITIONAL INFORMATION
Manual start (Alt+F2, enter "kstart plasmashell") has the same effect.
Before the crash appeared, a big text (~5 Mb) was copied into clipboard.
Comment 1 David Edmundson 2018-11-21 13:25:56 UTC
What applet is
  "Буфер обмена" ?
Comment 2 Igor Zhuravlov 2018-11-21 13:30:35 UTC
Created attachment 116445 [details]
some lines from ~/.local/share/sddm/xorg-session.log
Comment 3 Igor Zhuravlov 2018-11-21 13:34:32 UTC
Sorry, it's on Russian:
"Буфер обмена" = Clipboard
"Громкость" = Sound volume
"Обновления программ" = Programs updates
"Подключаемые устройства" = Plugged-in devices
"Принтеры" = Printers
"Системные уведомления" = System notifications
"Батарея и яркость" = Battery and brightness
"Сети" = Networks
Comment 4 Igor Zhuravlov 2018-11-23 11:10:29 UTC
I've worked it around by deleting Klipper's log:
1) reboot up to Login Screen (SDDM)
2) switch to text console and log in as root
3) cd /home/user/.local/share/klipper && mv history2.lst history2.lst.bak

One of previous steps was to delete /home/user/.cache , but it didn't help.