From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 14 15:20:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FDE7BC3 for ; Fri, 14 Jun 2013 15:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F00E1635 for ; Fri, 14 Jun 2013 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5EFK1xv011755 for ; Fri, 14 Jun 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5EFK1C0011754; Fri, 14 Jun 2013 15:20:01 GMT (envelope-from gnats) Date: Fri, 14 Jun 2013 15:20:01 GMT Message-Id: <201306141520.r5EFK1C0011754@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jilles Tjoelker Subject: Re: kern/179530: [syscons] tty gets unresponsive when in scrolling mode and shell killed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 15:20:02 -0000 The following reply was made to PR kern/179530; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, gedimitr@gmail.com Cc: Subject: Re: kern/179530: [syscons] tty gets unresponsive when in scrolling mode and shell killed Date: Fri, 14 Jun 2013 17:16:23 +0200 In FreeBSD PR 179530, you wrote: > How-To-Repeat: > 1. Log into a virtual console > 2. Press scroll lock > 3. Press some non-special keys, e.g. asdfas > (Nothing is printed in scrolling mode, but the keystrokes are buffered) > 4. Kill the shell that is using this tty > 5. Press scroll lock to exit scrolling mode > 6. tty remains hanging I can reproduce this. The login [pam] process gets stuck in state IEs wchan ttyout (while closing the tty). -- Jilles Tjoelker