[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
** Changed in: xserver-xorg-video-intel Importance: Unknown => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/376092 Title: [i945] Running Out of Memory with composited managers (UXA bug) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
** Changed in: xserver-xorg-video-intel Importance: High => Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/376092 Title: [i945] Running Out of Memory with composited managers (UXA bug) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
Okay, bug is effectively corrected :) Good work ! ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Triaged => Fix Released -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
Tested just now with all updates from xorg-edgers. But in fact, I can't test as I'm suffering from another bug: http://bugs.freedesktop.org/show_bug.cgi?id=22428 that just make crash any 3D application, including of course compiz. Now I've no 3D more. That's very annoying. Any idea ? ** Bug watch added: freedesktop.org Bugzilla #22428 https://bugs.freedesktop.org/show_bug.cgi?id=22428 -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
** Changed in: xserver-xorg-video-intel Status: In Progress => Fix Released -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
Happy news! I'll test that as soon as I return home, so on thuesday the 25th only. Sorry for the delay but I'm 1000km away and have only ssh acces that isn't enough. -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
Please open a new bug if you are having different problems, this bug is very specific to using GL compositing managers under UXA only. If you are having memory leaks outside of using compiz/mutter/kwin 3d compositing it is most likely a problem elsewhere that needs to be addressed. xorg-edgers has been updated so mesa for both jaunty and karmic include the upstream fixes now if you can test it Jonathan. I am getting ~400MB gem objects after 27 hours uptime now and the fixes look good to me, I would wrap around to a negative number after 1.5gb or so in 12 hours previously. I have been using metacity's xrender compositing for the past month and a half that I've had this problem and gem objects didnt go over 220MB even after weeks of uptime using that. -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
This bug could well be duplicate of 360319 I.e. you probably don't need 3d composition effects to trigger and reproduce it. -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
Yes the fixes are in mesa 7.5 branch http://cgit.freedesktop.org/mesa/mesa/commit/?h=mesa_7_5_branch&id=9dfce365c7f35ddea6d81b7f595ddcd6d35382a5 http://cgit.freedesktop.org/mesa/mesa/commit/?h=mesa_7_5_branch&id=d027e8feff7d38cccadc6aaccc0454b21ce4dca0 I dont see the glXDestroyGLXPixmap fix in mesa master (7.6) yet though so the 7.6 on edgers for karmic is still affected until the next 7.5 branch merge. -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 376092] Re: [i945] Running Out of Memory with composited managers (UXA bug)
I've checked again, yes I believe it's in the master branch of mesa: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d027e8feff7d38cccadc6aaccc0454b21ce4dca0 (The comment of the first bug said the patch is in review, while the comment on the second bug specifically mentions it has been commited). The ChangeLog file (copy of 'git log') of "mesa 7.5.0~git20090619+mesa-7-5-branch.abfd56c2-0ubuntu0sarvatt" (via apt-get source mesa) also mentions this patch. I've checked the actual source to be sure and the patch is in there too. The problem specifically on my system was that with 500MB out 2GB of RAM filled, the swap space started growing until it was filled completely(2.5GB), apart from that I run the same versions and such as the original bug reporter. With the patch this issue doesn't appear anymore. (I forget to mention the details of the memory problem I see before and I do here to ensure I'm not talking about a different issue). Hope this is helpful. -- [i945] Running Out of Memory with composited managers (UXA bug) https://bugs.launchpad.net/bugs/376092 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs