From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 4 18:11:49 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C356F16A416 for ; Thu, 4 Jan 2007 18:11:49 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 1215813C455 for ; Thu, 4 Jan 2007 18:11:48 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id l04IBkcq013004; Fri, 5 Jan 2007 01:11:46 +0700 (KRAT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id l04IBkUG013003; Fri, 5 Jan 2007 01:11:46 +0700 (KRAT) (envelope-from eugen) Date: Fri, 5 Jan 2007 01:11:46 +0700 From: Eugene Grosbein To: Kostik Belousov Message-ID: <20070104181146.GA90801@svzserv.kemerovo.su> References: <20070103141820.GA1014@grosbein.pp.ru> <200701031601.05541.jhb@freebsd.org> <20070104040727.GD21325@deviant.kiev.zoral.com.ua> <20070104103708.GF21325@deviant.kiev.zoral.com.ua> <20070104105208.GA78979@svzserv.kemerovo.su> <20070104110208.GG21325@deviant.kiev.zoral.com.ua> <20070104114327.GA81011@svzserv.kemerovo.su> <20070104114849.GH21325@deviant.kiev.zoral.com.ua> <20070104120603.GA84934@svzserv.kemerovo.su> <20070104121245.GI21325@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070104121245.GI21325@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: WITNESS & RELENG_6 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2007 18:11:49 -0000 On Thu, Jan 04, 2007 at 02:12:45PM +0200, Kostik Belousov wrote: > > > > I've tried. Now machine just hangs if I try to switch from X to vty. > > > > It stays in graphics mode locked. > > > Does it crash when exiting glxgears/some video player ? > > It does not crash now when exiting glxgears but glxgears does not > > exit really, this process "hangs" in the "devdrn" state. > As expected. > > mplayer hangs hard the whole system in the moment it switches to full-screen. > > > When hangs, does it answer ping/allow ssh connections ? > > Can't check just now, but can establish serial console if you wish. > It would be better to check this in both cases (mplayer and return to vty). I've established ethernet and serial links with this box and checked. In both cases this is X server locked in "devdrn" state. All other processes and the kernel run just fine. > But, most likely, the problem is in nvidia driver that calls destroy_dev() > from d_close(). > > You should ask the vendor for the fix. As a side note, responsible engineer > is aware of the bug. So, I need not bother him ones more? Eugene