It crashes my computer in Natty.     This is a serious bug, because it
causes all kinds of havoc.   Loss of data, for one thing.


However, this is not just a bug in gltext: it is a bug in xscreensaver.   
Xscreensaver should adjust the OOM killer to preferentially kill its 
subprocesses.     A screensaver subprocess is *NOT* an important process -- it 
should not be allowed to run wild and endanger the operation of the rest of the 
system.

A simple manipulation in  /proc/[pid]/oom_adj would solve the problem.

open("/proc/%d/oom_adj", "w").write("10\n")

would do the trick.

** Changed in: xscreensaver (Ubuntu Natty)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768032

Title:
  gltext  seems to leak memory eventually causing oom-killer to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xscreensaver/+bug/768032/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to