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@lists.freedesktop.org
          Reporter: marcello.blanca...@gmail.com
        QA Contact: mesa-dev@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to