Re: [PROBLEM] Machine Freezes while Running Crossover Office

From: Linus Torvalds
Date: Mon May 30 2005 - 13:24:40 EST




On Mon, 30 May 2005, Kyle Moffett wrote:
>
> If X is hung and not accepting data on any of its sockets, then this
> could hang the Xterm in the background, and therefore hang the printout
> from the "date" process.

Nope. There's a pty in between, and the pty buffer is much bigger than
just a few lines, so even if an xterm is hung, the program displaing on an
xterm wouldn't be affected normally (unless it reads from the tty or
outputs several kB of data).

So it's either a kernel scheduling problem, or Crossover running with RT
priority and screwing up.

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