Re: BUG: 2.2.15pre19 with screen

From: Linux Kernel (linux@dynabytesystems.com)
Date: Fri Apr 28 2000 - 08:50:09 EST


On Fri, 28 Apr 2000, .sig wrote:
> when using screen for a about 30 sec, the stdout stream gets truncated
> probably between the active process and the screen process. For those
> unfamiliar with screen, a description of it is at the bottom. *

alan released a patch for this on apr 21, the patch is also in pre20.

--- drivers/char/pty.c~ Tue Apr 18 19:07:48 2000
+++ drivers/char/pty.c Fri Apr 21 12:45:01 2000
@@ -121,6 +121,7 @@
            o_tty->ldisc.write_wakeup)
                (o_tty->ldisc.write_wakeup)(o_tty);
        wake_up_interruptible(&o_tty->write_wait);
+ wake_up_interruptible(&o_tty->poll_wait);
        set_bit(TTY_THROTTLED, &tty->flags);
 }

-jeff

-
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 : Sun Apr 30 2000 - 21:00:15 EST