Hide Forgot
Description of problem: It a Enhancement not Bug. At present, there is not much we can do, If all CPU resources are consumed upto 100% and if system went into hang state because of a some not so good programs. In this case we are left with no option but to hard reset the entire Linux box. Now, after reboot what we left with is just /var/log/messages for debugging if my not so good program uses syslog for logging some debug messages about what it is doing, otherwise we don't have any proof of evidences. Version-Release number of selected component (if applicable): Name : kexec-tools Arch : x86_64 Version : 2.0.0 Release : 258.el6 Size : 771 k Repo : installed From repo : Red Hat Enterprise Linux Summary : The kexec/kdump userspace component. How reproducible: Steps to Reproduce: 1. When system is idle and not doing any thing, just execute the below command. 2. while [ 1 ]; do dd if=/dev/zero of=/dev/null & done Actual results: Linux kernel just hangs and doesn't response to SSH or console commands. Expected results: Linux kernel should terminate the excessive processes it can't handle beyond a certain limit or kdump should be trigger internally. Additional info: This is especially useful, when firefox consume lots of amount of memory because of heavy number of opened pages.
This is not a bug.