[Mesa-dev] [Bug 109641] GLX swrast driver leaks shared memory segments
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Feb 15 15:26:58 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109641
Bug ID: 109641
Summary: GLX swrast driver leaks shared memory segments
Product: Mesa
Version: 18.0
Hardware: All
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/llvmpipe
Assignee: mesa-dev at lists.freedesktop.org
Reporter: marcello.blancasio at gmail.com
QA Contact: mesa-dev at lists.freedesktop.org
Using Gnome 3.28 (CentOS 7.6) with llvmpipe driver, Mesa 18.0, but same problem
exists with Gnome 3.30 (Ubuntu 18.10), Mesa 18.2.
Opened a Gnome Terminal window.
New shared memory segments are created every time the terminal window is
resized (found it with: ipcs -m | wc -l).
It looks XShmAttach() is called in src/glx/drisw_glx.c:XCreateDrawable(), but
XShmDetach() is never called. Should it be called in XDestroyDrawable()?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190215/f1275840/attachment.html>
More information about the mesa-dev
mailing list