From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 15:15:06 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B50C16A41C for ; Thu, 30 Jun 2005 15:15:06 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C10243D55 for ; Thu, 30 Jun 2005 15:15:05 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j5UFC3nu007229 for current@freebsd.org.checked; Thu, 30 Jun 2005 19:12:03 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j5UFBG12007221 for ; Thu, 30 Jun 2005 19:11:16 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <42C40B98.5070309@cronyx.ru> Date: Thu, 30 Jun 2005 19:11:20 +0400 From: Roman Kurakin User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Console freeze X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 15:15:06 -0000 Hi, I am getting console freeze with recent current. I've seen the same a year ago on current and the proble is still here. One of the console freeze I've seen while intensive output from my driver (that is async driver). The other one I've seen whille cvs update (for example on alt+f2 cvs update -d . > .z; on alt+f3 tail -f .z). console freeze: screen contains the last output or blank, currsor IIRC always availabe and it moves according to its usual behaviour so terminal is functional but no output. Any ideas? rik