Egbert Eich changed bug 954433
What Removed Added
CC   eich@suse.com

Comment # 21 on bug 954433 from
Here is what I need from you:
1. Restart X
2. once everything is running, obtain the PID of the Xserver, do an 'ls -l
/proc/<PID>fd'.
3. Do not touch the system any more and wait for the load to come high.
4. Once the load has come high, do an strace on the Xserver
   get me one select() sequence with the EBADF (like this:
select(5, [4], NULL, NULL, {0, 0})      = 0 (Timeout)
select(17, [16], NULL, NULL, {0, 0})    = 1 (in [16], left {0, 0})
select(256, [1 3 4 5 6 11 12 16], NULL, NULL, NULL) = -1 EBADF (Bad file
descriptor)
5. get me the an  'ls -l /proc/<PID>fd' again.

I'd like to get more information before I do an Xserver for you to test.
Thanks!


You are receiving this mail because: