From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 16 09:40:25 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0546016A4CE for ; Thu, 16 Sep 2004 09:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AB443D4C for ; Thu, 16 Sep 2004 09:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8G9eOiK088701 for ; Thu, 16 Sep 2004 09:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8G9eOo3088700; Thu, 16 Sep 2004 09:40:24 GMT (envelope-from gnats) Date: Thu, 16 Sep 2004 09:40:24 GMT Message-Id: <200409160940.i8G9eOo3088700@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Michel Gravey" Subject: Re: kern/71771: Hang during heavy load with amr raid controller (466 series / dell perc 2 SC) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michel Gravey List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 09:40:25 -0000 The following reply was made to PR kern/71771; it has been noted by GNATS. From: "Michel Gravey" To: "Michel Gravey" Cc: Subject: Re: kern/71771: Hang during heavy load with amr raid controller (466 series / dell perc 2 SC) Date: Thu, 16 Sep 2004 11:31:18 +0200 The hang still occurs with a kernel just compiled with -O. So I really need the patch I submitted. Maybe not the good way but it works fine for me. I can test other patches if you have any. Have a nice day, Michel Gravey ----- Original Message ----- From: "Michel Gravey" To: "Simon L. Nielsen" Sent: Wednesday, September 15, 2004 10:35 PM Subject: Re: kern/71771: Hang during heavy load with amr raid controller (466 series / dell perc 2 SC) > Will try now to crash this box (nice program) with a driver not patched > and a -O only. > If it doesn't crash, I'm lucky, and no problem with the driver. (I will > report it) > > Thanks for the tip, > > Michel Gravey > ----- Original Message ----- > From: "Simon L. Nielsen" > To: "Michel Gravey" > Cc: > Sent: Wednesday, September 15, 2004 9:28 PM > Subject: Re: kern/71771: Hang during heavy load with amr raid controller > (466 series / dell perc 2 SC) > >On 2004.09.15 16:14:50 +0000, Michel Gravey wrote: > >> The hang (no panic) comes under heavy load after 1-5 hours of make world >> running at -j4(or -j6 or -j12). The system is a proliant 1850R(P3SMP) >> with 4 drives on a hardware raid 5 controller, a amr 466 (dell perc2sc). >> make.conf: COPTFLAGS= -O2 -pipe -march=pentiumpro or GENERIC kernel from >> fresh install >I don't know if it is the problem (might not be), but using -O2 (or >higher) is unsupported on 4.X and will (AFAIR) break at least part of >the kernel. >-- >Simon L. Nielsen >FreeBSD Documentation Team