From owner-freebsd-current@FreeBSD.ORG Sun Dec 19 16:17:44 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 655A0106564A for ; Sun, 19 Dec 2010 16:17:44 +0000 (UTC) (envelope-from c47g@gmx.at) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id C58F88FC14 for ; Sun, 19 Dec 2010 16:17:43 +0000 (UTC) Received: (qmail invoked by alias); 19 Dec 2010 16:17:42 -0000 Received: from cm203-32.liwest.at (EHLO bones.gusis.at) [81.10.203.32] by mail.gmx.net (mp006) with SMTP; 19 Dec 2010 17:17:42 +0100 X-Authenticated: #9978462 X-Provags-ID: V01U2FsdGVkX1/2w65RvRr2D42QnaDVYXMfihVPyJWE5HCbG7kJ1U R+7tHJF06qEL5G From: Christian Gusenbauer To: freebsd-current@freebsd.org Date: Sun, 19 Dec 2010 17:16:48 +0100 User-Agent: KMail/1.13.5 (FreeBSD/9.0-CURRENT; KDE/4.5.4; i386; ; ) References: <201012181014.35588.c47g@gmx.at> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201012191716.48802.c47g@gmx.at> X-Y-GMX-Trusted: 0 Cc: Vladislav Movchan Subject: Re: Starting with svn commit r216333 current freezes 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: Sun, 19 Dec 2010 16:17:44 -0000 On Sunday 19 December 2010 09:49:21 Vladislav Movchan wrote: > On Sat, Dec 18, 2010 at 10:34 PM, Vladislav Movchan > > wrote: > > On Sat, Dec 18, 2010 at 11:14 AM, Christian Gusenbauer wrote: > >> Hi! > >> > >> With commit r216333 to pmap.c my PC (i386 32 bit) freezes within a few > >> seconds when X (with nvidia-driver 256.53) starts. I already recompiled > >> and reinstalled the nvidia driver, but this didn't change anything. I > >> also tried the latest nvidia-driver 260.19.29 but without luck, too > >> :-(. > >> > >> By chance I saw a panic message "vm_page_unwire: page 0x... wire count > >> is zero", but no crash dump was generated. > >> > >> Any clues? > >> > >> Thanks, > >> Christian. > >> _______________________________________________ > >> freebsd-current@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-current > >> To unsubscribe, send any mail to > >> "freebsd-current-unsubscribe@freebsd.org" > > > > I can only add "me too" - I am experiencing the same problem with two > > i386 machines. Both PCs work fine on revision 216332 and hanging on > > revision 216333 or later. > > I've tried to use different nvidia-driver versions (195.36.24, 256.53 > > and 260.19.29), tried disabling glx/dri xorg extensions but nothing > > changed. Freeze happening before the moment when "nvidia logo" > > appears. > > Unfortunately I was never able to see panic message or obtain crash dump. > > > > If anybody have ideas I can help with testing. > > > > First machine: > > pciconf: > > vgapci0@pci0:1:0:0: class=0x030000 card=0x04421028 chip=0x0a2910de > > rev=0xa2 hdr=0x00 > > vendor = 'NVIDIA Corporation' > > class = display > > subclass = VGA > > > > Xorg log: > > (--) PCI:*(0:1:0:0) 10de:0a29:1028:0442 nVidia Corporation GT216 > > [GeForce GT 330M] rev 162, Mem @ 0xfa000000/16777216, > > 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS > > @ 0x????????/65536 > > > > Second one: > > pciconf: > > vgapci0@pci0:1:0:0: class=0x030000 card=0x34681458 chip=0x061110de > > rev=0xa2 hdr=0x00 > > vendor = 'NVIDIA Corporation' > > device = 'NVIDIA GeForce 8800 GT (G92)' > > class = display > > subclass = VGA > > > > Xorg log: > > (--) PCI:*(0:1:0:0) 10de:0611:1458:3468 nVidia Corporation G92 > > [GeForce 8800 GT] rev 162, Mem @ 0xf6000000/16777216, > > 0xe0000000/268435456, 0xf4000000/33554432, I/O @ 0x0000b000/128, BIOS > > @ 0x????????/65536 > > > > -- > > Have a nice(1) day, > > Vladislav Movchan > > Update to r216555 fixed this problem for me. You're right. That fixed it for me, too. Ciao, Christian.