From owner-freebsd-questions@FreeBSD.ORG Thu Feb 28 15:27:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 473B41065674 for ; Thu, 28 Feb 2008 15:27:38 +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 828C58FC21; Thu, 28 Feb 2008 15:27:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47C6D2E8.4080900@FreeBSD.org> Date: Thu, 28 Feb 2008 16:27:36 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Pedro Almeida References: <47C6D053.20908@gmail.com> In-Reply-To: <47C6D053.20908@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: panic: free: guard1 fail @ 0x6c23c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 15:27:38 -0000 Pedro Almeida wrote: > I upgraded my system from 6.2 to 7.0 using cvsup. > I'm using ULE and device polling. After doing make installworld and > reboot, the system > don't boot anymore. I have some variables in make.conf, but I don't know > if this the cause of the problem. > CPUTYPE?=p3 > CFLAGS= -O2 -pipe -funroll-loops -ffast-math > COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math > Any ideas of how to fix this? Thanks a lot Don't do that. Kris