Re: lowlatency-2.2.14-B1 + 2.2.14aa7 fixes crash, but...

From: Ingo Molnar (mingo@chiara.csoma.elte.hu)
Date: Fri Feb 11 2000 - 04:32:23 EST


On Thu, 10 Feb 2000, William Montgomery wrote:

> Also, after 3 successful runs of rtc_latency, the test hung in the
> do_rtc_latency script while executing a sync command, the sync command
> stayed in the "D" state ( uninterruptible sleep - IO). Any ideas?

the lowlatency patch has the potential to trigger various races within the
kernel much more agressively. For the 'stuck process' case you first have
to check out at which EIP the process is stuck:

hell:~> ps -elnf | more
  F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
100 S 0 1 0 0 60 0 - 274 139331 ? 00:00:02 init

take the 'WCHAN' field and add '0xc0' in front of it: 0xc0139331. Then
look this EIP up in your System.map. Hopefully it will be some meaningful
place, not a generic one like sleep_on(). If this does not help then you
might need the IKD patch-collection's stuck-process-oopser feature.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:19 EST