| Summary: | Application: KWin (kwin), signal: Segmentation fault (issue wine) | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | omega <biasquez> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | julee.vv, travisjavier, valentina.rolando84, valentyn.pavliuchenko |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
omega
2011-02-15 11:00:24 UTC
From the backtrace, you were using the Present Windows (aka exposé) effect and at that time a window closed. It's however a bit "weird" because m_closeView is 0 what indicates that the effect is NOT active and thus m_windowData.contains( w ) should fail in windowClosed() - which could need an activity check anyway. My guess: if m_windowData.contains( w ) while the effect isn't active that refers to -guess what- QHash::operator[] abuse ... :-( http://svn.reviewboard.kde.org/r/5762/ ;-P *** This bug has been marked as a duplicate of bug 262485 *** *** Bug 269270 has been marked as a duplicate of this bug. *** *** Bug 270872 has been marked as a duplicate of this bug. *** *** Bug 271087 has been marked as a duplicate of this bug. *** *** Bug 273279 has been marked as a duplicate of this bug. *** *** Bug 275099 has been marked as a duplicate of this bug. *** *** Bug 283380 has been marked as a duplicate of this bug. *** |