| Summary: | Yakuake crash upon startup | ||
|---|---|---|---|
| Product: | [Applications] yakuake | Reporter: | phrxmd <philipp.reichmuth> |
| Component: | general | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | robert |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
phrxmd
2020-10-14 14:53:46 UTC
Created attachment 134240 [details]
New crash information added by DrKonqi
yakuake (20.08.3) using Qt 5.15.2
- What I was doing when the application crashed:
I logged in using a Wayland (full) Plasma session.
- Unusual behavior I noticed:
Before, my session crashed due to a problem with external monitor/sleep.
-- Backtrace (Reduced):
#6 0x00007f4caf5590e7 in qt_message_fatal (message=<synthetic pointer>..., context=...) at global/qlogging.cpp:1914
#7 QMessageLogger::fatal (this=this@entry=0x7ffedbec7b90, msg=msg@entry=0x7f4cad94d0b8 "The Wayland connection broke. Did the Wayland compositor die?") at global/qlogging.cpp:893
#8 0x00007f4cad8c8f79 in QtWaylandClient::QWaylandDisplay::checkError (this=<optimized out>) at qwaylanddisplay.cpp:209
#9 QtWaylandClient::QWaylandDisplay::checkError (this=<optimized out>) at qwaylanddisplay.cpp:204
#10 0x00007f4cad8d7e0a in QtWaylandClient::QWaylandDisplay::flushRequests (this=0x55b76f934400) at qwaylanddisplay.cpp:222
#6 QMessageLogger::fatal (this=this@entry=0x7fffd70c5ba0, msg=msg@entry=0x7ff994ac00b8 "The Wayland connection broke. Did the Wayland compositor die?") at global/qlogging.cpp:893 This means that the compositor crashed. Due to a Qt issue, when this happens, the app using it will crash too. KDE developers submitted a fix, but sadly it was not merged. See https://codereview.qt-project.org/c/qt/qtwayland/+/308984. Until we get better handling of this in Qt, the best we can do is debug why the compositor crashed in the first place. So can you please get a backtrace of the crash in kwin_wayland and then file a new bug report with it on kwin | wayland-generic? Thanks! You may be able to use the `coredumpctl` utility to retrieve the backtrace. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl |