From owner-freebsd-hackers Sat Feb 3 19:28:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA21590 for hackers-outgoing; Sat, 3 Feb 1996 19:28:29 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA21579 for ; Sat, 3 Feb 1996 19:28:23 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id UAA28248; Sat, 3 Feb 1996 20:29:23 -0700 Date: Sat, 3 Feb 1996 20:29:23 -0700 From: Nate Williams Message-Id: <199602040329.UAA28248@rocky.sri.MT.net> To: "Marc G. Fournier" Cc: Joerg Wunsch , hackers@FreeBSD.ORG Subject: Re: How to use DDB to debug a boottime panic? In-Reply-To: References: <199602032129.WAA21349@uriah.heep.sax.de> Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > And the fact that I'm using gcc 2.7.2, could this be the problem? > Could I not have __FreeBSD__ set to 2 properly, and therefore its not > pulling this in? Augh. Can you try compile a kernel with 2.6.3 and see if that kernel has the same problems? I have a very *strong* suspicion that you are seeing either a compiler mis-configuration bug or a compiler bug, of which both are causes by not using the stock compiler. > With this in mind, I'm going to try to recompile the kernel using > gcc 2.6.3 that came with the OS, and see if that helps. If this doesn't > look like what the problem is... Please do. I suspect that's the only reason for your problem, since there are many of us using the same controller w/out any problems. Nate