[Bug 27441] Re: Thrashing hell

2009-05-06 Thread Sergio Zanchetta
The 18 month support period for Gutsy Gibbon 7.10 has reached its end of life - http://www.ubuntu.com/news/ubuntu-7.10-eol . As a result, we are closing the linux-source-2.6.22 kernel task. It would be helpful if you could test the new Jaunty Jackalope 9.04 release and confirm if this issue remains

[Bug 27441] Re: Thrashing hell

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Edgy or Dapper? ** Changed in: Ubuntu Assignee: (unassigned) => Martin Bergner Status: Unconfirmed => Needs Info -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 27441] Re: Thrashing hell

2009-06-29 Thread Ole Laursen
Problem remains. It's a general Linux problem. Here's another annoyed guy who dubs it "the Achilles heel" of Linux, comparing it to (of all things) Windows 98: http://www.linuxquestions.org/questions/linux-kernel-70/swap-thrashing- can-nothing-be-done-612945/ If you can fix this, I think it's

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
I believe so, but unfortunately I don't have access to a Ubuntu installation with swap for the time being. But I've made little test program that allocates memory to reproduce the problem. Compile it with (sole requirement is a C compiler): gcc -Wall memhog.c -o memhog Then test with "./memhog

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
** Description changed: - Two days ago I clicked a torrent link in Epiphany which for some reason made one - of the desktop applications eat a lot of memory. So the machine suddenly froze - and started trashing. I waited about 10 minutes, then gave up, pressed the power - button and left. When I

[Bug 27441] Re: Thrashing hell

2006-10-29 Thread Timo Aaltonen
** Changed in: Ubuntu Sourcepackagename: None => linux-source-2.6.12 -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-09-21 Thread Launchpad Janitor
[Expired for linux-source-2.6.15 (Ubuntu) because there has been no activity for 60 days.] -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
This is still a problem in Ubuntu 7.10. I really think this is a major defect in Ubuntu. Back in the old days there was a nice oom-killer that simply just killed the process which lead to this situation. It's incredible frustrating to have the machine go into swap-hell and the only thing you can do

[Bug 27441] Re: Thrashing hell

2008-03-06 Thread Caroline Ford
The Hardy Heron Alpha series is currently under development and contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/ . You should be able to test the new kernel using the LiveCD. If you can, please verif

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Safar
This just happened to me on Gutsy with kernel 2.6.22-14-generic I have 2GiBs of ram and 1.5GiBs swap space I was watching the system monitor at the time it happened. I wanted to start a process and to monitor its memory usage pattern. Before the process the user memory usage was at about 20% and

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Colin King
Hi, Here is a simple shell script that will monitor you system's activities into two log files, vmstat.log and top.log. It will by default run for 600 seconds, but one can specify the number of seconds to run for if required. This can possible help you track down the rogue memory hogger. vmstat.

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Ole Laursen
Colin, note that this bug is not about tracking down faulty applications. It's about adding a default protection to insulate the system from the faulty applications. -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 27441] Re: Thrashing hell

2008-03-07 Thread Ole Laursen
What makes you think the problem would be gone? Does the LiveCD contain a C compiler? Otherwise, if you have access to the new kernel, you could try my instructions above. Let me spell it out. Install GCC with synaptic (or "apt-get install gcc"). Fetch the test program I attached above. Then run

[Bug 27441] Re: Thrashing hell

2007-03-14 Thread Martin Bergner
** Changed in: linux-source-2.6.12 (Ubuntu) Assignee: Martin Bergner => (unassigned) -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-03-15 Thread Ole Laursen
The thrashing hell has happened to me a couple of times during the last few months. At one point I simply left the machine (it had been thrashing for half an hour) and came back next day. Another time it stopped after 5-10 minutes. This is on Ubuntu 6.10. -- Thrashing hell https://launchpad.net/b

[Bug 27441] Re: Thrashing hell

2007-06-01 Thread Brian Murray
** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.12 => linux-source-2.6.15 -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
This is still a problem in Ubuntu 7.10. I really think this is a major defect in Ubuntu. Back in the old days there was a nice oom-killer that simply just killed the process which lead to this situation. It's incredible frustrating to have the machine go into swap-hell and the only thing you can do

[Bug 27441] Re: Thrashing hell

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Edgy or Dapper? ** Changed in: Ubuntu Assignee: (unassigned) => Martin Bergner Status: Unconfirmed => Needs Info -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 27441] Re: Thrashing hell

2006-10-29 Thread Timo Aaltonen
** Changed in: Ubuntu Sourcepackagename: None => linux-source-2.6.12 -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-06-01 Thread Brian Murray
** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.12 => linux-source-2.6.15 -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
I believe so, but unfortunately I don't have access to a Ubuntu installation with swap for the time being. But I've made little test program that allocates memory to reproduce the problem. Compile it with (sole requirement is a C compiler): gcc -Wall memhog.c -o memhog Then test with "./memhog

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
** Description changed: - Two days ago I clicked a torrent link in Epiphany which for some reason made one - of the desktop applications eat a lot of memory. So the machine suddenly froze - and started trashing. I waited about 10 minutes, then gave up, pressed the power - button and left. When I

[Bug 27441] Re: Thrashing hell

2007-03-14 Thread Martin Bergner
** Changed in: linux-source-2.6.12 (Ubuntu) Assignee: Martin Bergner => (unassigned) -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-03-15 Thread Ole Laursen
The thrashing hell has happened to me a couple of times during the last few months. At one point I simply left the machine (it had been thrashing for half an hour) and came back next day. Another time it stopped after 5-10 minutes. This is on Ubuntu 6.10. -- Thrashing hell https://launchpad.net/b

[Bug 27441] Re: Thrashing hell

2007-09-21 Thread Launchpad Janitor
[Expired for linux-source-2.6.15 (Ubuntu) because there has been no activity for 60 days.] -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 27441] Re: Thrashing hell

2006-10-29 Thread Timo Aaltonen
** Changed in: Ubuntu Sourcepackagename: None => linux-source-2.6.12 -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Edgy or Dapper? ** Changed in: Ubuntu Assignee: (unassigned) => Martin Bergner Status: Unconfirmed => Needs Info -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 27441] Re: Thrashing hell

2009-05-06 Thread Sergio Zanchetta
The 18 month support period for Gutsy Gibbon 7.10 has reached its end of life - http://www.ubuntu.com/news/ubuntu-7.10-eol . As a result, we are closing the linux-source-2.6.22 kernel task. It would be helpful if you could test the new Jaunty Jackalope 9.04 release and confirm if this issue remains

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Safar
This just happened to me on Gutsy with kernel 2.6.22-14-generic I have 2GiBs of ram and 1.5GiBs swap space I was watching the system monitor at the time it happened. I wanted to start a process and to monitor its memory usage pattern. Before the process the user memory usage was at about 20% and

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Colin King
Hi, Here is a simple shell script that will monitor you system's activities into two log files, vmstat.log and top.log. It will by default run for 600 seconds, but one can specify the number of seconds to run for if required. This can possible help you track down the rogue memory hogger. vmstat.

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Ole Laursen
Colin, note that this bug is not about tracking down faulty applications. It's about adding a default protection to insulate the system from the faulty applications. -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 27441] Re: Thrashing hell

2008-03-06 Thread Caroline Ford
The Hardy Heron Alpha series is currently under development and contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/ . You should be able to test the new kernel using the LiveCD. If you can, please verif

[Bug 27441] Re: Thrashing hell

2008-03-07 Thread Ole Laursen
What makes you think the problem would be gone? Does the LiveCD contain a C compiler? Otherwise, if you have access to the new kernel, you could try my instructions above. Let me spell it out. Install GCC with synaptic (or "apt-get install gcc"). Fetch the test program I attached above. Then run

[Bug 27441] Re: Thrashing hell

2009-05-06 Thread Sergio Zanchetta
The 18 month support period for Gutsy Gibbon 7.10 has reached its end of life - http://www.ubuntu.com/news/ubuntu-7.10-eol . As a result, we are closing the linux-source-2.6.22 kernel task. It would be helpful if you could test the new Jaunty Jackalope 9.04 release and confirm if this issue remains

[Bug 27441] Re: Thrashing hell

2009-06-29 Thread Ole Laursen
Problem remains. It's a general Linux problem. Here's another annoyed guy who dubs it "the Achilles heel" of Linux, comparing it to (of all things) Windows 98: http://www.linuxquestions.org/questions/linux-kernel-70/swap-thrashing- can-nothing-be-done-612945/ If you can fix this, I think it's

[Bug 27441] Re: Thrashing hell

2008-03-06 Thread Caroline Ford
The Hardy Heron Alpha series is currently under development and contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/ . You should be able to test the new kernel using the LiveCD. If you can, please verif

[Bug 27441] Re: Thrashing hell

2008-03-07 Thread Ole Laursen
What makes you think the problem would be gone? Does the LiveCD contain a C compiler? Otherwise, if you have access to the new kernel, you could try my instructions above. Let me spell it out. Install GCC with synaptic (or "apt-get install gcc"). Fetch the test program I attached above. Then run

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Safar
This just happened to me on Gutsy with kernel 2.6.22-14-generic I have 2GiBs of ram and 1.5GiBs swap space I was watching the system monitor at the time it happened. I wanted to start a process and to monitor its memory usage pattern. Before the process the user memory usage was at about 20% and

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Colin King
Hi, Here is a simple shell script that will monitor you system's activities into two log files, vmstat.log and top.log. It will by default run for 600 seconds, but one can specify the number of seconds to run for if required. This can possible help you track down the rogue memory hogger. vmstat.

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Ole Laursen
Colin, note that this bug is not about tracking down faulty applications. It's about adding a default protection to insulate the system from the faulty applications. -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 27441] Re: Thrashing hell

2007-09-21 Thread Launchpad Janitor
[Expired for linux-source-2.6.15 (Ubuntu) because there has been no activity for 60 days.] -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
This is still a problem in Ubuntu 7.10. I really think this is a major defect in Ubuntu. Back in the old days there was a nice oom-killer that simply just killed the process which lead to this situation. It's incredible frustrating to have the machine go into swap-hell and the only thing you can do

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
I believe so, but unfortunately I don't have access to a Ubuntu installation with swap for the time being. But I've made little test program that allocates memory to reproduce the problem. Compile it with (sole requirement is a C compiler): gcc -Wall memhog.c -o memhog Then test with "./memhog

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
** Description changed: - Two days ago I clicked a torrent link in Epiphany which for some reason made one - of the desktop applications eat a lot of memory. So the machine suddenly froze - and started trashing. I waited about 10 minutes, then gave up, pressed the power - button and left. When I

[Bug 27441] Re: Thrashing hell

2007-03-14 Thread Martin Bergner
** Changed in: linux-source-2.6.12 (Ubuntu) Assignee: Martin Bergner => (unassigned) -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-03-15 Thread Ole Laursen
The thrashing hell has happened to me a couple of times during the last few months. At one point I simply left the machine (it had been thrashing for half an hour) and came back next day. Another time it stopped after 5-10 minutes. This is on Ubuntu 6.10. -- Thrashing hell https://launchpad.net/b

[Bug 27441] Re: Thrashing hell

2007-06-01 Thread Brian Murray
** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.12 => linux-source-2.6.15 -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 27441] Re: Thrashing hell

2007-03-14 Thread Martin Bergner
** Changed in: linux-source-2.6.12 (Ubuntu) Assignee: Martin Bergner => (unassigned) -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-03-15 Thread Ole Laursen
The thrashing hell has happened to me a couple of times during the last few months. At one point I simply left the machine (it had been thrashing for half an hour) and came back next day. Another time it stopped after 5-10 minutes. This is on Ubuntu 6.10. -- Thrashing hell https://launchpad.net/b

[Bug 27441] Re: Thrashing hell

2006-10-29 Thread Timo Aaltonen
** Changed in: Ubuntu Sourcepackagename: None => linux-source-2.6.12 -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Safar
This just happened to me on Gutsy with kernel 2.6.22-14-generic I have 2GiBs of ram and 1.5GiBs swap space I was watching the system monitor at the time it happened. I wanted to start a process and to monitor its memory usage pattern. Before the process the user memory usage was at about 20% and

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Colin King
Hi, Here is a simple shell script that will monitor you system's activities into two log files, vmstat.log and top.log. It will by default run for 600 seconds, but one can specify the number of seconds to run for if required. This can possible help you track down the rogue memory hogger. vmstat.

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Ole Laursen
Colin, note that this bug is not about tracking down faulty applications. It's about adding a default protection to insulate the system from the faulty applications. -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 27441] Re: Thrashing hell

2008-03-06 Thread Caroline Ford
The Hardy Heron Alpha series is currently under development and contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/ . You should be able to test the new kernel using the LiveCD. If you can, please verif

[Bug 27441] Re: Thrashing hell

2008-03-07 Thread Ole Laursen
What makes you think the problem would be gone? Does the LiveCD contain a C compiler? Otherwise, if you have access to the new kernel, you could try my instructions above. Let me spell it out. Install GCC with synaptic (or "apt-get install gcc"). Fetch the test program I attached above. Then run

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
This is still a problem in Ubuntu 7.10. I really think this is a major defect in Ubuntu. Back in the old days there was a nice oom-killer that simply just killed the process which lead to this situation. It's incredible frustrating to have the machine go into swap-hell and the only thing you can do

[Bug 27441] Re: Thrashing hell

2007-09-21 Thread Launchpad Janitor
[Expired for linux-source-2.6.15 (Ubuntu) because there has been no activity for 60 days.] -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 27441] Re: Thrashing hell

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Edgy or Dapper? ** Changed in: Ubuntu Assignee: (unassigned) => Martin Bergner Status: Unconfirmed => Needs Info -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
I believe so, but unfortunately I don't have access to a Ubuntu installation with swap for the time being. But I've made little test program that allocates memory to reproduce the problem. Compile it with (sole requirement is a C compiler): gcc -Wall memhog.c -o memhog Then test with "./memhog

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
** Description changed: - Two days ago I clicked a torrent link in Epiphany which for some reason made one - of the desktop applications eat a lot of memory. So the machine suddenly froze - and started trashing. I waited about 10 minutes, then gave up, pressed the power - button and left. When I

[Bug 27441] Re: Thrashing hell

2007-03-14 Thread Martin Bergner
** Changed in: linux-source-2.6.12 (Ubuntu) Assignee: Martin Bergner => (unassigned) -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-03-15 Thread Ole Laursen
The thrashing hell has happened to me a couple of times during the last few months. At one point I simply left the machine (it had been thrashing for half an hour) and came back next day. Another time it stopped after 5-10 minutes. This is on Ubuntu 6.10. -- Thrashing hell https://launchpad.net/b

[Bug 27441] Re: Thrashing hell

2007-06-01 Thread Brian Murray
** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.12 => linux-source-2.6.15 -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 27441] Re: Thrashing hell

2006-10-29 Thread Timo Aaltonen
** Changed in: Ubuntu Sourcepackagename: None => linux-source-2.6.12 -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Edgy or Dapper? ** Changed in: Ubuntu Assignee: (unassigned) => Martin Bergner Status: Unconfirmed => Needs Info -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
I believe so, but unfortunately I don't have access to a Ubuntu installation with swap for the time being. But I've made little test program that allocates memory to reproduce the problem. Compile it with (sole requirement is a C compiler): gcc -Wall memhog.c -o memhog Then test with "./memhog

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
** Description changed: - Two days ago I clicked a torrent link in Epiphany which for some reason made one - of the desktop applications eat a lot of memory. So the machine suddenly froze - and started trashing. I waited about 10 minutes, then gave up, pressed the power - button and left. When I

[Bug 27441] Re: Thrashing hell

2009-05-06 Thread Sergio Zanchetta
The 18 month support period for Gutsy Gibbon 7.10 has reached its end of life - http://www.ubuntu.com/news/ubuntu-7.10-eol . As a result, we are closing the linux-source-2.6.22 kernel task. It would be helpful if you could test the new Jaunty Jackalope 9.04 release and confirm if this issue remains

[Bug 27441] Re: Thrashing hell

2009-06-29 Thread Ole Laursen
Problem remains. It's a general Linux problem. Here's another annoyed guy who dubs it "the Achilles heel" of Linux, comparing it to (of all things) Windows 98: http://www.linuxquestions.org/questions/linux-kernel-70/swap-thrashing- can-nothing-be-done-612945/ If you can fix this, I think it's

[Bug 27441] Re: Thrashing hell

2007-06-01 Thread Brian Murray
** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.12 => linux-source-2.6.15 -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 27441] Re: Thrashing hell

2007-09-21 Thread Launchpad Janitor
[Expired for linux-source-2.6.15 (Ubuntu) because there has been no activity for 60 days.] -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 27441] Re: Thrashing hell

2009-05-06 Thread Sergio Zanchetta
The 18 month support period for Gutsy Gibbon 7.10 has reached its end of life - http://www.ubuntu.com/news/ubuntu-7.10-eol . As a result, we are closing the linux-source-2.6.22 kernel task. It would be helpful if you could test the new Jaunty Jackalope 9.04 release and confirm if this issue remains

[Bug 27441] Re: Thrashing hell

2009-06-29 Thread Ole Laursen
Problem remains. It's a general Linux problem. Here's another annoyed guy who dubs it "the Achilles heel" of Linux, comparing it to (of all things) Windows 98: http://www.linuxquestions.org/questions/linux-kernel-70/swap-thrashing- can-nothing-be-done-612945/ If you can fix this, I think it's

[Bug 27441] Re: Thrashing hell

2009-06-29 Thread Ole Laursen
Problem remains. It's a general Linux problem. Here's another annoyed guy who dubs it "the Achilles heel" of Linux, comparing it to (of all things) Windows 98: http://www.linuxquestions.org/questions/linux-kernel-70/swap-thrashing- can-nothing-be-done-612945/ If you can fix this, I think it's

[Bug 27441] Re: Thrashing hell

2007-06-01 Thread Brian Murray
** Changed in: linux-source-2.6.15 (Ubuntu) Sourcepackagename: linux-source-2.6.12 => linux-source-2.6.15 -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 27441] Re: Thrashing hell

2008-03-06 Thread Caroline Ford
The Hardy Heron Alpha series is currently under development and contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/ . You should be able to test the new kernel using the LiveCD. If you can, please verif

[Bug 27441] Re: Thrashing hell

2008-03-07 Thread Ole Laursen
What makes you think the problem would be gone? Does the LiveCD contain a C compiler? Otherwise, if you have access to the new kernel, you could try my instructions above. Let me spell it out. Install GCC with synaptic (or "apt-get install gcc"). Fetch the test program I attached above. Then run

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
This is still a problem in Ubuntu 7.10. I really think this is a major defect in Ubuntu. Back in the old days there was a nice oom-killer that simply just killed the process which lead to this situation. It's incredible frustrating to have the machine go into swap-hell and the only thing you can do

[Bug 27441] Re: Thrashing hell

2006-10-29 Thread Timo Aaltonen
** Changed in: Ubuntu Sourcepackagename: None => linux-source-2.6.12 -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Edgy or Dapper? ** Changed in: Ubuntu Assignee: (unassigned) => Martin Bergner Status: Unconfirmed => Needs Info -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Safar
This just happened to me on Gutsy with kernel 2.6.22-14-generic I have 2GiBs of ram and 1.5GiBs swap space I was watching the system monitor at the time it happened. I wanted to start a process and to monitor its memory usage pattern. Before the process the user memory usage was at about 20% and

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Colin King
Hi, Here is a simple shell script that will monitor you system's activities into two log files, vmstat.log and top.log. It will by default run for 600 seconds, but one can specify the number of seconds to run for if required. This can possible help you track down the rogue memory hogger. vmstat.

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Ole Laursen
Colin, note that this bug is not about tracking down faulty applications. It's about adding a default protection to insulate the system from the faulty applications. -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
I believe so, but unfortunately I don't have access to a Ubuntu installation with swap for the time being. But I've made little test program that allocates memory to reproduce the problem. Compile it with (sole requirement is a C compiler): gcc -Wall memhog.c -o memhog Then test with "./memhog

[Bug 27441] Re: Thrashing hell

2006-12-05 Thread Ole Laursen
** Description changed: - Two days ago I clicked a torrent link in Epiphany which for some reason made one - of the desktop applications eat a lot of memory. So the machine suddenly froze - and started trashing. I waited about 10 minutes, then gave up, pressed the power - button and left. When I

[Bug 27441] Re: Thrashing hell

2007-03-14 Thread Martin Bergner
** Changed in: linux-source-2.6.12 (Ubuntu) Assignee: Martin Bergner => (unassigned) -- Thrashing hell https://launchpad.net/bugs/27441 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 27441] Re: Thrashing hell

2007-03-15 Thread Ole Laursen
The thrashing hell has happened to me a couple of times during the last few months. At one point I simply left the machine (it had been thrashing for half an hour) and came back next day. Another time it stopped after 5-10 minutes. This is on Ubuntu 6.10. -- Thrashing hell https://launchpad.net/b

[Bug 27441] Re: Thrashing hell

2007-09-21 Thread Launchpad Janitor
[Expired for linux-source-2.6.15 (Ubuntu) because there has been no activity for 60 days.] -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 27441] Re: Thrashing hell

2008-03-06 Thread Caroline Ford
The Hardy Heron Alpha series is currently under development and contains an updated version of the kernel. You can download and try the new Hardy Heron Alpha release from http://cdimage.ubuntu.com/releases/hardy/ . You should be able to test the new kernel using the LiveCD. If you can, please verif

[Bug 27441] Re: Thrashing hell

2008-03-07 Thread Ole Laursen
What makes you think the problem would be gone? Does the LiveCD contain a C compiler? Otherwise, if you have access to the new kernel, you could try my instructions above. Let me spell it out. Install GCC with synaptic (or "apt-get install gcc"). Fetch the test program I attached above. Then run

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Safar
This just happened to me on Gutsy with kernel 2.6.22-14-generic I have 2GiBs of ram and 1.5GiBs swap space I was watching the system monitor at the time it happened. I wanted to start a process and to monitor its memory usage pattern. Before the process the user memory usage was at about 20% and

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Colin King
Hi, Here is a simple shell script that will monitor you system's activities into two log files, vmstat.log and top.log. It will by default run for 600 seconds, but one can specify the number of seconds to run for if required. This can possible help you track down the rogue memory hogger. vmstat.

[Bug 27441] Re: Thrashing hell

2008-03-11 Thread Ole Laursen
Colin, note that this bug is not about tracking down faulty applications. It's about adding a default protection to insulate the system from the faulty applications. -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- Thrashing hell https://bugs.launchpad.net/bugs/27441 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 27441] Re: Thrashing hell

2007-12-21 Thread Anders Rune Jensen
This is still a problem in Ubuntu 7.10. I really think this is a major defect in Ubuntu. Back in the old days there was a nice oom-killer that simply just killed the process which lead to this situation. It's incredible frustrating to have the machine go into swap-hell and the only thing you can do

  1   2   >