| Summary: | Kwin crashed when triggering Corner event (Present Windows/Desktop grid) | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | flyos |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | paulo76.algarve |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.14.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
flyos
2018-11-30 20:34:56 UTC
How often does this happen? It happened a few times, but it's too rare to test how to replicate this, unfortunately. The freezes are more frequent, but not associated to a backtrace unfortunately, so definitely not possible to replicate and possibly unrelated to this crash. *** Bug 402769 has been marked as a duplicate of this bug. *** Okay, so the crash happens somewhere here
foreach (X11EventFilter *filter, m_eventFilters) {
if (filter->eventTypes().contains(eventType) && filter->event(e)) {
return true;
}
}
I wonder how QVector::contains could crash here.
*** This bug has been marked as a duplicate of bug 398977 *** What gpu do you have on your machine? Also, could you please share your desktop layout, e.g. where is panel, is it auto-hidden, etc? |