From owner-freebsd-current@FreeBSD.ORG Mon Oct 11 18:43:47 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80E3C106564A; Mon, 11 Oct 2010 18:43:47 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by mx1.freebsd.org (Postfix) with ESMTP id 33D6D8FC17; Mon, 11 Oct 2010 18:43:46 +0000 (UTC) Received: from 234-31-132-95.pool.ukrtel.net ([95.132.31.234] helo=localhost) by fsm1.ukr.net with esmtps ID 1P5NLa-000AOZ-UU ; Mon, 11 Oct 2010 21:43:43 +0300 Date: Mon, 11 Oct 2010 21:43:42 +0300 From: Ivan Klymenko To: Garrett Cooper Message-ID: <20101011214342.5457874b@ukr.net> In-Reply-To: References: <20101011105904.70dd7e7f@ukr.net> <4CB2D317.9010004@icyb.net.ua> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, Andriy Gapon Subject: Re: system hangs after logging into gdm 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: Mon, 11 Oct 2010 18:43:47 -0000 =D0=92 Mon, 11 Oct 2010 08:37:05 -0700 Garrett Cooper =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Mon, Oct 11, 2010 at 2:04 AM, Andriy Gapon wrote: > > on 11/10/2010 10:59 Ivan Klymenko said the following: > >> =D0=92 Sun, 10 Oct 2010 15:37:55 -0700 > >> Garrett Cooper =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> > >>> On Sun, Oct 10, 2010 at 3:08 PM, Ivan Klymenko > >>> wrote: > >>>> Hi! > >>>> > >>>> My system has an svn r213507 > >>>> > >>>> FreeBSD nonamehost 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r213507: > >>>> Sun Oct 10 22:43:18 EEST 2010 > >>>> root@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 > >>>> > >>>> after upgrading to r213666 my system hangs after logging into gdm > >>>> > >>>> had to go back to r213507 > >>> > >>> What video driver are you using? > >>> -Garrett > >>> > >>> > >> > >> NVIDIA Driver Version: 260.19.06 > >> > >> but Xorg successfully starts and GDM login screen appears > >> system hangs after a few seconds after entering the password ... > >> I noticed the following: gvfsd does not create a directory of the > >> form / var/tmp/gvfs-- may hang system due to gvfsd? >=20 > That seems a bit interesting. > The other thing you can do is start running a binary search on the > breakage because you have a range of good versions vs bad versions to > look through. >=20 > > If you can access the system remotely or quickly switch to console, > > then you should be able to examine state of your system and get > > some facts. >=20 > If you have ddb compiled into the kernel (and you should) try > CTRL-ALT-ESC after the lockup. You may also want to try KGDB instead, > which would require a serial connection (RS-232 or IEEE-1394). > HTH, > -Garrett Thank you! I'll try to recompile the kernel with DDB shortly and after blocking press ctrl+alt+esc, which would show the trace output...