[kwin] [Bug 383055] crash when dragging a gtk3 window with touchscreen
https://bugs.kde.org/show_bug.cgi?id=383055 Martin Flöser changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Martin Flöser --- The crash should be fixed. The relevant code was split out into a dedicated X11EventFilter and is only loaded by Workspace if operation mode is X11 only. This means the code that crashed is not executed any more. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 383055] crash when dragging a gtk3 window with touchscreen
https://bugs.kde.org/show_bug.cgi?id=383055 Dr. Chapatin changed: What|Removed |Added CC||yy...@gmx.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 383055] crash when dragging a gtk3 window with touchscreen
https://bugs.kde.org/show_bug.cgi?id=383055 --- Comment #3 from Marco Martin --- but still it crashes.. perhaps for some reason movingClient is not correctly update to the window it's moving, but is still something old? -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 383055] crash when dragging a gtk3 window with touchscreen
https://bugs.kde.org/show_bug.cgi?id=383055 --- Comment #2 from Martin Flöser --- To explain: movingClient is the window you are moving and it's an AbstractClient. The cast to Client should be possible and return null, but not crash. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 383055] crash when dragging a gtk3 window with touchscreen
https://bugs.kde.org/show_bug.cgi?id=383055 --- Comment #1 from Martin Flöser --- crashing code section: if (Client *c = dynamic_cast(movingClient)) { This doesn't make sense. It shouldn't crash. -- You are receiving this mail because: You are watching all bug changes.