From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 17:23:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4195416A41F for ; Wed, 3 Aug 2005 17:23:50 +0000 (GMT) (envelope-from gbergling@0xfce3.net) Received: from generic.0xfce3.net (generic.0xfce3.net [62.75.158.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB41843D45 for ; Wed, 3 Aug 2005 17:23:49 +0000 (GMT) (envelope-from gbergling@0xfce3.net) Received: from port-212-202-34-189.dynamic.qsc.de ([212.202.34.189] helo=[192.168.1.7]) by vs158227.vserver.de with esmtpa (Exim 4.50) id 1E0Mxx-0004cY-GD; Wed, 03 Aug 2005 19:23:41 +0200 Message-ID: <42F0FD85.5030902@0xfce3.net> Date: Wed, 03 Aug 2005 19:23:17 +0200 From: Gordon Bergling User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Xin LI References: <42F0F634.9060302@0xfce3.net> <1123089240.708.21.camel@spirit> In-Reply-To: <1123089240.708.21.camel@spirit> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: [PANIC] RELENG_6: Memory modified after free X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2005 17:23:50 -0000 Xin LI wrote: >在 2005-08-03三的 18:52 +0200,Gordon Bergling写道: > > >>Hi, >> >>sometimes I am gettings this panic while booting. >> >>I had several times tried to get a core dump, but savecore(8) tells me >> >> >[snip] > >This looks like a double fault, but I can not guess the culprit through >the address yet :-) Do you have some procedures that can reliably >trigger the problem? Also, try overriding the default CFLAG to "-O >-pipe" to see if it can help. It would also be helpful if you can >provide the kernel compiling configuration as well. > > No, there are no special procedures or anything else, what I know. I'll compile a new world with the a overrided CFLAGS and see if something changes. The kernel configuration file is GENERIC with "options VESA" and "options SC_PIXEL_MODE" added. I had commented out the RAID stuff, Firewire stuff und unneeded network cards. regards, Gordon