| Summary: | kwin crash after (screen off) | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | yves duenow <yves.duenow> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | ht990332, yves.duenow |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
yves duenow
2015-09-29 19:13:35 UTC
You had this ;-) It's unfortunately very most likely https://bugreports.qt.io/browse/QTBUG-47385 which crashes Qt5 clients at random RandR events :-( *** This bug has been marked as a duplicate of bug 351007 *** Damn -.- got me. but i would have bet my ass.. (arsch verwettet;) this went away for a while now, so I really thought it was already fixed, so i reported it again. sorry. On my system, after the crash the UI was still responsive for the windows that were showing, but the menu bar / panel has disappeared. > but the menu bar / panel has disappeared.
Like the panel from plasmashell (usually on top/bottom of the screen)?
Sounds as if plasmashell crashed as well (what's not uncommon in case of the QScreen bug - it affects everything that "looks" at the screens at the "wrong time")
The particular crash is induced by the aurorae decoration plugin, so if you eg. used the breeze decoration *this* crash won't have hit you.
Digging around in the crashy Qt code, it relies on QGuiApplication::primaryScreen() never being 0x0, so despite the optimized out value, I'm quite confident this is the cause.
|