https://bugs.freedesktop.org/show_bug.cgi?id=30272
Summary: r600g: buffer object leak (regression) Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: monraaf@gmail.com
The commit 0d76bb5d4c5c867155f7fb381c46018e1560b790 r600g: add upload manager support, has introduced a buffer object leak in r600g. With torcs it leaks about 200-300 buffer objects per second. The leak seems to originate in r600_user_buffer_create, as revering the changes the commit made to that function fixes the leak.
https://bugs.freedesktop.org/show_bug.cgi?id=30272
--- Comment #1 from Dave Airlie airlied@freedesktop.org 2010-09-20 01:34:20 PDT --- does it still leak with current git master?
https://bugs.freedesktop.org/show_bug.cgi?id=30272
--- Comment #2 from Rafael Monica monraaf@gmail.com 2010-09-20 02:04:03 PDT --- yes it does.
https://bugs.freedesktop.org/show_bug.cgi?id=30272
--- Comment #3 from Tilman Sauerbeck tilman@code-monkey.de 2010-09-26 12:56:23 PDT --- Please try the two patches I posted to the mesa3d-dev mailing list today.
https://bugs.freedesktop.org/show_bug.cgi?id=30272
--- Comment #4 from Rafael Monica monraaf@gmail.com 2010-09-26 14:21:20 PDT --- I just tried your two patches, and they fix the leak.
https://bugs.freedesktop.org/show_bug.cgi?id=30272
Rafael Monica monraaf@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Rafael Monica monraaf@gmail.com 2010-09-29 12:05:56 PDT --- The leak is no longer present in git master. closing.
dri-devel@lists.freedesktop.org