Bug 382241 - Application menu crashes plasmashell on kwin_wayland
Summary: Application menu crashes plasmashell on kwin_wayland
Status: RESOLVED UPSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: Application Menu (Kicker) (show other bugs)
Version: 5.10.3
Platform: Other Linux
: NOR crash
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 14:35 UTC by bug2017
Modified: 2017-07-13 07:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
log of running plasmashell in gdb (14.48 KB, text/plain)
2017-07-12 15:28 UTC, bug2017
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bug2017 2017-07-11 14:35:43 UTC
How to reproduce:
1)Start plasma (wayland) session. 
2)Switch from application launcher to application menu
3)Open the application menu
4)After a short time the plasma shell crashes (black screen) and restarts.

I could reproduce it with following versions:
qt-5.9.x
kde-frameworks 3.35 and 5.36
plasma-5.10.x
Comment 1 Marco Martin 2017-07-12 13:56:19 UTC
it needs a complete backtrace with debug symbols to be useful
Comment 2 bug2017 2017-07-12 15:28:52 UTC
Created attachment 106584 [details]
log of running plasmashell in gdb

I've killed the plasmashell and started it from the debugger. The log contains two runs. In the first onethe shell terminated with:
"The Wayland connection broke. Did the Wayland compositor die?"

On the second run the QSGRenderThread SIGSEGV somewhere in mesa EGL code. It crashed while the application menu was open and the mouspointer above one of the categories.
Comment 3 Eike Hein 2017-07-13 07:26:14 UTC
Thanks for the follow-up