| Summary: | Crash in DecoratedClientImpl::requestShowToolTip | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | pier andre <pier_andreit> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | christoph.smit76, dave_gomboc, hosszu, kc-kde, kde, nate, piviul |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.13.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
pier andre
2018-07-21 11:54:41 UTC
Created attachment 114721 [details]
New crash information added by DrKonqi
kwin_x11 (5.13.4) using Qt 5.11.1
- What I was doing when the application crashed:
If I click onto the "kill window" symbol (the "x" in the upper right corner), kwin crashes.
This can be reproduced always with any window.
If I click onto the "minimize window" symbol, the window will be killed instead of minimized.
-- Backtrace (Reduced):
#6 0x00007f7bde24b26f in std::__atomic_base<int>::load (__m=std::memory_order_relaxed, this=<optimized out>) at /usr/include/c++/7/bits/atomic_base.h:396
#7 QAtomicOps<int>::load<int> (_q_value=...) at ../../include/QtCore/../../src/corelib/thread/qatomic_cxx11.h:227
#8 QBasicAtomicInteger<int>::load (this=<optimized out>) at ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:103
[...]
#10 QString::operator= (this=this@entry=0x55780489da40, other=...) at tools/qstring.cpp:2184
#11 0x00007f7be0c22634 in KWin::Decoration::DecoratedClientImpl::requestShowToolTip (this=0x55780489da00, text=...) at /usr/src/debug/kwin5-5.13.4-lp150.257.2.x86_64/decorations/decoratedclient.cpp:223
*** Bug 402911 has been marked as a duplicate of this bug. *** Does the crash occur in KDE Plasma 5.14 or 5.15? *** Bug 428937 has been marked as a duplicate of this bug. *** *** Bug 428936 has been marked as a duplicate of this bug. *** *** Bug 428951 has been marked as a duplicate of this bug. *** As reported on the bug 428951 marked as a duplicate of this one, the importance to have it solved is very high because render the desktop unusfull because every window I open doesn't have decoration so I can't close, move resize it; furthermore I can't move from a window to another... in other words if you need more infos please ask. Piviul On my system (debian bullseye) the upgrade from 5.17.5-4 to 5.19.5-3 version seems to solve this problem at least as reported on bug 428951. Thank you very much to all kde developers! Piviul |