mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Artur Skawina <art.08.09@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: xterm loses data (pts regression?)
Date: Thu, 13 Aug 2009 12:16:25 -0700	[thread overview]
Message-ID: <20090813191625.GA11886@kroah.com> (raw)
In-Reply-To: <4A800068.7030401@gmail.com>

On Mon, Aug 10, 2009 at 01:11:36PM +0200, Artur Skawina wrote:
> First noticed it after upgrading to v2.6.31-rc5-246-g90bc1a6, still happens
> in rc5-381-g7b2aa03.
> If i press ^S in an xterm the output stops as expected, but after a ^Q i see
> only the newly written data, everything in between is lost. Like:
> 
> > for i in `seq 1 111`; do echo $i; sleep 1; done
> 1
> 2
> 3
> 4
> 9
> 10
> 11
> 12
> 13
> ^C
> 
> [typed ^S after '4', then ^Q after a few seconds]
> 
> If the command doing the printing exits before the ^Q is sent, i don't get
> any reaction to the ^Q at all, which is why i initially thought it to be an
> xserver bug.
> Text consoles are unaffected, output resumes as it should.

This should now be fixed in Linus's tree by:
	http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=85dfd81dc57e8183a277ddd7a56aa65c96f3f487

if not, please let us know.

thanks,

greg k-h

      reply	other threads:[~2009-08-13 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 11:11 Artur Skawina
2009-08-13 19:16 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090813191625.GA11886@kroah.com \
    --to=greg@kroah.com \
    --cc=art.08.09@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome