http://bugs.freedesktop.org/show_bug.cgi?id=7205





------- Comment #43 from [EMAIL PROTECTED]  2007-03-19 07:25 PST -------
With your latest fixes both matlab and the test case seem to run stable. So far
so good. Though we have a major memory leak now:

After running the test case the Xserver has allocated some 100MB of memory, not
showing up in xrestop. This is with current git. With my patched xserver-1.2
and Mesa 6.5.2 it behaves similarly, though not identically.

During the test case, when the Xserver has wasted all resources (400MB
resident) after approx 9 runs in the inner loop, it returns instantaneously
from glClear() (instead of taking about 5secs per run), without error message.
Further calls to the test case return instantaneously as well. Only a complete
server restart helps in that case.

I added some calls to glGetError(), and it is set to GL_OUT_OF_MEMORY (how
come) on glXMakeCurrent() - though that call actually doesn't fail.


When interrupting the test case several times, it will also fail on the next
invocation with

  Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  53 (X_CreatePixmap)
  Serial number of failed request:  31
  Current serial number in output stream:  33

on glXMakeCurrent().


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to