Bug 399879 - Maximizing dolphin crashes Plasma Wayland
Summary: Maximizing dolphin crashes Plasma Wayland
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (show other bugs)
Version: 5.14.1
Platform: Arch Linux Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: wayland
Depends on:
Blocks:
 
Reported: 2018-10-16 15:51 UTC by Matej Mrenica
Modified: 2018-10-17 06:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.