From owner-freebsd-current@FreeBSD.ORG Thu Sep 23 19:13:06 2004 Return-Path: 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 C5BE516A50D for ; Thu, 23 Sep 2004 19:13:06 +0000 (GMT) Received: from supermail.ispro.net.tr (supermail.ispro.net.tr [217.21.68.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88DE743D45 for ; Thu, 23 Sep 2004 19:13:05 +0000 (GMT) (envelope-from yurtesen-dated-1096830783.9ec1c4@ispro.net.tr) Received: (qmail 21772 invoked by uid 89); 23 Sep 2004 19:13:03 -0000 Received: from [192.168.0.94] (perpetual.yok.utu.fi [130.232.138.155]) by supermail.ispro.net.tr (tmda-ofmipd) with ESMTP; Thu, 23 Sep 2004 22:13:01 +0300 (EEST) Message-ID: <4153ACC3.5040809@ispro.net.tr> Date: Thu, 23 Sep 2004 22:12:35 -0700 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <415359EF.3050008@ispro.net.tr> <20040923103227.C43015@carver.gumbysoft.com> In-Reply-To: <20040923103227.C43015@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) From: Evren Yurtesen X-Primary-Address: yurtesen@ispro.net.tr cc: freebsd-current@freebsd.org Subject: Re(2): panic: sorele X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 23 Sep 2004 19:13:06 -0000 Doug White wrote: > On Thu, 23 Sep 2004, Evren Yurtesen wrote: > > >>Does anybody know what is panic: sorele? :) > > > This panic is triggered if a socket's reference count is reduced below 0. > This usually indicates corruption of the socket structure. If you got a > crashdump it would be interesting to inspect the structure and see if its > filled with 0xdeadc0de, which indicates reuse of a freed socket structure. > > Can you do anything to reproduce this? Actually I realized something else. I already had the dumpdir variable set in rc.conf dumpdev="/dev/ad0s1b" and from fstab, we see that its the swap # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 But I didnt have /var/crash. Although I dont think this is the problem but there is something weird in messages file. The message that savecore couldnt find any dumps... messages:Sep 23 15:27:31 proxy squid[539]: NETDB state saved; 680 entries, 25 msec messages:Sep 23 16:15:07 proxy syslogd: kernel boot file is /boot/kernel/kernel messages:Sep 23 16:15:07 proxy kernel: panic: sorele messages:Sep 23 16:15:07 proxy kernel: cpuid = 1 messages:Sep 23 16:15:07 proxy kernel: boot() called on cpu#1 messages:Sep 23 16:15:07 proxy kernel: Uptime: 5d19h48m4s ... ... ... messages:Sep 23 16:15:07 proxy savecore: no dumps found So I dont know why savecore says that there were no dumps. Am I missing something? I know fixed the missing dumpdir directive in rc.conf also. But anyway, lets see what will happen next time when the machine crash. The funnier thing is that it seems like the panic message came when the machine was booting already, and it still continued booting, isnt this a bit weird? Shouldnt it be like at about 15:27 when the machine actually crashed? Evren