| Summary: | kwin_x11 crashes when switching virtual desktops | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Jaakko Luttinen <jaakko.luttinen> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.15.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | gdb stacktrace | ||
|
Description
Jaakko Luttinen
2019-04-27 13:14:07 UTC
I tried to get stacktrace with the following command but it just created an empty file (and gdb process quitted): ``` gdb --pid `pidof kwin_x11` 2>&1 | tee kwin.gdb ``` No, sorry, I just had a typo. Now it's working. Continuing.. Created attachment 119673 [details]
gdb stacktrace
Here is the gdb stacktrace.
The crash is in QQmlTypeLoader. If this is reproducible with a recent Qt version (e.g. Qt 5.12.3), please report this issue with debug symbols directly to Qt developers via https://bugreports.qt.io/ |