From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 14 14:40:11 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 956FC106564A for ; Wed, 14 Dec 2011 14:40:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 846688FC0A for ; Wed, 14 Dec 2011 14:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBEEeBJv074398 for ; Wed, 14 Dec 2011 14:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBEEeBcg074397; Wed, 14 Dec 2011 14:40:11 GMT (envelope-from gnats) Date: Wed, 14 Dec 2011 14:40:11 GMT Message-Id: <201112141440.pBEEeBcg074397@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: jau@iki.fi (Jukka A. Ukkonen) Cc: Subject: Re: kern/163145: FreeBSD 9.0 PRERELEASE freezes without any warnings or panic messages X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jukka A. Ukkonen" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 14:40:11 -0000 The following reply was made to PR kern/163145; it has been noted by GNATS. From: jau@iki.fi (Jukka A. Ukkonen) To: ponomarenkoan@oranta-sk.ru (Пономаренко Андрей Николаевич) Cc: bug-followup@FreeBSD.org, jau@iki.fi Subject: Re: kern/163145: FreeBSD 9.0 PRERELEASE freezes without any warnings or panic messages Date: Wed, 14 Dec 2011 15:53:10 +0200 (EET) > What graphic card do you have? > > I have this problem with the graphics card GTX470. My graphics card is a PCI Express attached Radeon. I assume your card while being of different make and model is anyhow attached to PCI Express as well, right? For a while I also had the idea that this would be somehow related to some graphics driver or something. It does not seem to be the case, though. I have also 2 Intel gigabit NICs attached to PCI Express. If I start using them, the problems occur more frequently. For a while I thought the em driver could also be faulty. The true problem probably lies in how the PCI Express devices and the PCI Express bus are managed. First of all the exact same system has no tendency to freeze when running Ubuntu. => So, it is not a HW problem as such. Secondly my system has a BIOS which maintains a log of hardware level events like PCI events. In that log there is always a new entry after a system freeze saying "PCI Express Fatal Error". I have yet to try whether running X11 with DRI on or off has any effect on the issue, but knowing that also Intel Ethernet NICs on PCI Express are prone to trigger the same problem, I am pretty confident that this problem hides somewhere inside the PCI drivers. Cheers, // jau