Bug 399879

Summary: Maximizing dolphin crashes Plasma Wayland
Product: [Plasma] plasmashell Reporter: Matej Mrenica <matejm98mthw>
Component: generic-crashAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: crash CC: kde, matejm98mthw
Priority: NOR Keywords: wayland
Version: 5.14.1   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matej Mrenica 2018-10-16 15:51:48 UTC
STEPS TO REPRODUCE
1. Open Dolphin
2. Drag the window to Maximize
3. 

OBSERVED RESULT
Plasmashell crashes showing sddm, no log is shown

EXPECTED RESULT
Plasmashell doesnt crash

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.14.1
KDE Frameworks Version: 5.51
Qt Version: 5.12-beta1

ADDITIONAL INFORMATION
Comment 1 Matej Mrenica 2018-10-16 15:53:44 UTC
Also clicking Maximize button triggers this.
Comment 2 David Edmundson 2018-10-16 17:10:02 UTC
Not here. 

Please can you get a backtrace
Comment 3 Matej Mrenica 2018-10-16 17:50:59 UTC
(In reply to David Edmundson from comment #2)
> Not here. 
> 
> Please can you get a backtrace

I can't if I am kicked out to SDDM, right?
Comment 4 Matej Mrenica 2018-10-16 17:54:50 UTC
Also to make matters even worse it looks like every app when maximizing crashes Plasma Wayland. That is at least for me.
Comment 5 David Edmundson 2018-10-16 20:26:19 UTC
>I can't if I am kicked out to SDDM, right?

Getting a backtrace on wayland is a bit hard. Easiest solution is to use
another machine, ssh in and run "sudo gdb --pid `pidof kwin_wayland`" then
typing "continue" reproducing the crash and typing "backtrace"

Alternatively coredumpctl can help
Comment 6 Matej Mrenica 2018-10-17 06:52:53 UTC
Meanwhile, I updated to qt 5.12-beta2 and it fixed my issue, so I am closing this.