From owner-freebsd-amd64@FreeBSD.ORG Sat Jan 3 19:50:03 2009 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EFE0106564A for ; Sat, 3 Jan 2009 19:50:03 +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 1DA698FC13 for ; Sat, 3 Jan 2009 19:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n03Jo2xu052145 for ; Sat, 3 Jan 2009 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n03Jo2AZ052144; Sat, 3 Jan 2009 19:50:02 GMT (envelope-from gnats) Date: Sat, 3 Jan 2009 19:50:02 GMT Message-Id: <200901031950.n03Jo2AZ052144@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Garrett Cooper" X-Mailman-Approved-At: Sat, 03 Jan 2009 20:22:52 +0000 Cc: Subject: Re: misc/130103: 7.1-RC X -> systemcrash X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 19:50:03 -0000 The following reply was made to PR amd64/130103; it has been noted by GNATS. From: "Garrett Cooper" To: "Benjamin Stuppin" Cc: bug-followup@freebsd.org Subject: Re: misc/130103: 7.1-RC X -> systemcrash Date: Sat, 3 Jan 2009 11:46:26 -0800 On Sat, Jan 3, 2009 at 5:56 AM, Benjamin Stuppin wrote: > Hi, > updated my BIOS tody but it didn't help. :( > > Tried 7.1-RC* (amd64 and i386 for now) also 8-CURRENT without success. The ACPI-Error in dmesg also still occurs. > > Well maybe i'll give my RHD3450 a try when I'm back at home (really would prefer the r5xx Card *g*) tomorrow. A guy who wrote to my (also using the same hardware only using a RHD3450 had the same Problem but his system runs fine when he selects the ati-driver so maybe it's really a problem with the graphics adapter/drivers. I'm only wondering why 7-RELEASE runs fine. > > 7.1-RC2 i386 doesn't result in a systemcrash, it ends up in a automatic soft reboot. > > Have Fun > Ben The ACPI error I've seen -- AFAIK -- is benign on my ASUS boards even though it occurs. The behavior that you're seeing is odd though -_-... let's keep the bug list in the loop though so someone knows that there's definitely an issue with certain ATI cards on CURRENT that needs to be worked out. Two other things we should try: 1. Use another video driver (vesa for instance) in X.org and see if it still occurs. 2. Compile DDB and WITNESS support into your kernel and attach DDB prior to starting X11, then start X11 and see if you can break the kernel prior to the reboot (most likely the reboot is a panic and a kernel coredump attempt that fails). How large is your swap partition? 3. Try out PCBSD (fibonacci version -- based off of FreeBSD 7.1 RC1 I believe) and see if it occurs there. Oh and by the way the CURRENT dmesg you sent me before was empty :). Thanks, -Garrett