[Bug 77863] i965/valgrind + glxgears = More than 10000000 total errors detected
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Mar 7 00:55:39 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=77863
--- Comment #4 from Kenneth Graunke <kenneth at whitecape.org> ---
Recompiling the valgrind package, you mean?
Are you closing glxgears by hitting Ctrl+C in the terminal or clicking the [X]
button in the window titlebar? Both of those simply kill the application - it
does not call glXDestroyContext. So everything it ever did with OpenGL leaks.
If you close it by pressing the Escape key, then it will quit gracefully,
calling glXDestroyContext. With DRI2, I get no leaks at all. (DRI3 apparently
has a few small leaks.)
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150307/4bec2a50/attachment.html>
More information about the intel-3d-bugs
mailing list