*** This bug has been split off bug 118044 *** Description of problem: setitimer operates on individual threads, even under NPTL. POSIX says it should be process-wide. Version-Release number of selected component (if applicable): How reproducible: Easily seen in a MT program Steps to Reproduce: 1.Call setitimer in one thread 2.Exit the thread 3.Process never gets the ALRMs Actual results: Expected results: Additional info: Tracking bug for upstream work, patches on the way.
Created attachment 108490 [details] patch posted upstream
My changes are in Linus's tree now, hopefully in 2.6.12
Rawhide 2.6.12rcN kernels have this.
All good in FC4.