Summary: | Crash in EglDmabufBuffer::removeImages | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Patrick Silva <bugseforuns> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | subdiff |
Priority: | NOR | ||
Version: | 5.17.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kwin/e2d5ec606a39e3122d5f2f729b8ab90e0523b286 | Version Fixed In: | 5.17.4 |
Sentry Crash Report: |
Description
Patrick Silva
2019-10-30 16:20:42 UTC
Thanks for the report Patrick. Please try https://phabricator.kde.org/D25577 (In reply to Roman Gilg from comment #1) > Thanks for the report Patrick. Please try https://phabricator.kde.org/D25577 Hi Roman I have just applied your patch on Neon unstable edition. Plasma is still crashing after font hinting or global theme to be changed, but kwin_wayland is not crashing anymore. Logout is successful. Git commit e2d5ec606a39e3122d5f2f729b8ab90e0523b286 by Roman Gilg. Committed on 30/11/2019 at 14:47. Pushed by romangilg into branch 'Plasma/5.17'. Destroy dmabuf implementation on EGL backend going down Summary: We leak memory if we do not destroy the dmabuf implementation on EGL backend going down. Also this makes sure everything is cleaned up on shutdown. FIXED-IN: 5.17.4 Test Plan: Compiles, settings change and shutdown ok. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: davidedmundson, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D25577 M +1 -1 linux_dmabuf.h M +6 -2 platformsupport/scenes/opengl/abstract_egl_backend.cpp M +3 -0 platformsupport/scenes/opengl/abstract_egl_backend.h M +1 -1 platformsupport/scenes/opengl/egl_dmabuf.h https://commits.kde.org/kwin/e2d5ec606a39e3122d5f2f729b8ab90e0523b286 |