From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 5 09:03:10 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 852201065696 for ; Wed, 5 Mar 2008 09:03:10 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D03018FC22; Wed, 5 Mar 2008 09:03:09 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47CE61CC.3030809@FreeBSD.org> Date: Wed, 05 Mar 2008 10:03:08 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Fr=E9d=E9ric_PRACA?= References: <1204671599.47cdd46f6b1e2@imp.free.fr> In-Reply-To: <1204671599.47cdd46f6b1e2@imp.free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org Subject: Re: Kernel crash on Asus A7N8X-X 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: Wed, 05 Mar 2008 09:03:10 -0000 Frédéric PRACA wrote: > Hello dear hackers, > I own a Asus A7N8X-X motherboard (NForce2 chipset) with a Radeon 9600 video > card. After upgrading from 6.3 to 7.0, I launched xorg which crashed the kernel. > After looking in the kernel core dump, I found that the agp_nvidia_flush_tlb > function of /usr/src/sys/pci/agp_nvidia.c crashed on the line 377. The loop > fails from the beginning (when i==0). I commented out the two last loops and it > seems to work now but as I didn't understand what is this code for, I'd like to > have some explanation about it and want to know if someone got the same problem. Usually it's a good idea to show the data that led to your conclusions (backtraces, etc), not just your conclusions. Sometimes there is more going on than is immediately apparent. Krs