Hide Forgot
Created attachment 516206 [details] Program to softlockup the kernel Description of problem: Running a program that does a lot of fork/waitpids from multiple threads can cause the kernel to softlockup. It does not recover afterwards. This seems to only happen if there is multiple CPUs (I tested with four). Version-Release number of selected component (if applicable): kernel-PAE-2.6.35.13-92.fc14.i686 How reproducible: Every time Steps to Reproduce: 1. Run the attached program Actual results: If the kernel is set to panic on softlockup (kernel.softlockup_panic=1) then there is a panic. Otherwise, the system just hits softlockup over and over again. The system is not usable (not pingable, etc). Expected results: Nothing should happen. Additional info: I also tried this on kernel-PAE-2.6.35.12-88.fc14.i686.rpm and kernel-PAE-2.6.35.13-91.fc14.i686.rpm and saw the same problem. However, I could *not* reproduce this using kernel-PAE-2.6.35.6-45.fc14.i686.rpm (the kernel that shipped with F14).
This bug seems to have been resolved (intentionally or not) in kernel-PAE-2.6.35.14-96.fc14.i686