Summary: | Sometimes Plasma Wayland session crashes with "The Wayland connection experienced a fatal error" when I open an app via Dashboard launcher | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | Patrick Silva <bugseforuns> |
Component: | Application Dashboard | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | k2c6l3m8l, ken20001, meven.car, nate, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Patrick Silva
2020-08-14 23:25:50 UTC
Seems like a QtWayland issue: #6 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #7 0x00007f2664f16859 in __GI_abort () at abort.c:79 #8 0x00007f2665355b69 in qt_message_fatal (context=..., message=<synthetic pointer>...) at global/qlogging.cpp:1914 #9 QMessageLogger::fatal(char const*, ...) const (this=this@entry=0x7fff93079700, msg=msg@entry=0x7f26611241c0 "The Wayland connection experienced a fatal error: %s") at global/qlogging.cpp:893 #10 0x00007f2661082084 in QtWaylandClient::QWaylandDisplay::checkError() const (this=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h:90 #11 0x00007f26610820de in QtWaylandClient::QWaylandDisplay::flushRequests() (this=0x555882df3fc0) at qwaylanddisplay.cpp:209 #12 0x00007f26655a3550 in doActivate<false>(QObject*, int, void**) (sender=0x555882e22420, signal_index=3, argv=0x7fff93079840) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:395 #13 0x00007f266559daf7 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (sender=sender@entry=0x555882e22420, m=m@entry=0x7f2665849ba0 <QSocketNotifier::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fff93079840) at kernel/qobject.cpp:3930 *** Bug 426368 has been marked as a duplicate of this bug. *** Created attachment 135923 [details]
New crash information added by DrKonqi
plasmashell (5.21.0) using Qt 5.15.2
- What I was doing when the application crashed:
I was changing the global theme to "Open Suse" theme
- Custom settings of the application:
"Open Suse" global theme
-- Backtrace (Reduced):
#6 0x00007f3348caf0e7 in qt_message_fatal (message=<synthetic pointer>..., context=...) at global/qlogging.cpp:1914
#7 QMessageLogger::fatal(char const*, ...) const (this=this@entry=0x7ffe1543fbc0, msg=msg@entry=0x7f3346f780f8 "The Wayland connection experienced a fatal error: %s") at global/qlogging.cpp:893
#8 0x00007f3346f01df0 in QtWaylandClient::QWaylandDisplay::checkError() const (this=<optimized out>) at qwaylanddisplay.cpp:211
#9 0x00007f3346f02e0a in QtWaylandClient::QWaylandDisplay::flushRequests() (this=0x55bcb339fad0) at qwaylanddisplay.cpp:222
#10 0x00007f3348f01980 in doActivate<false>(QObject*, int, void**) (sender=0x55bcb33b2650, signal_index=4, argv=0x7ffe1543fcd0, argv@entry=0x0) at kernel/qobject.cpp:3898
Cannot reproduce. Let's consider this crash fixed. Operating System: Arch Linux KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.245.0 Qt Version: 6.6.0 Graphics Platform: Wayland |