From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 28 04:18:17 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3570C16A47C for ; Sat, 28 Oct 2006 04:18:17 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A2B43D67 for ; Sat, 28 Oct 2006 04:18:15 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.60] (HELO mx2.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 447099685 for freebsd-hackers@freebsd.org; Sat, 28 Oct 2006 00:18:14 -0400 Received: (qmail 26806 invoked from network); 28 Oct 2006 04:18:13 -0000 Received: from dsl28213.ywave.com (HELO ?192.168.1.66?) (micahjon@ywave.com@216.227.115.213) by 0 with SMTP; 28 Oct 2006 04:18:13 -0000 X-CLIENT-IP: 216.227.115.213 X-CLIENT-HOST: dsl28213.ywave.com Message-ID: <4542DA04.4090907@ywave.com> Date: Fri, 27 Oct 2006 21:18:12 -0700 From: Micah User-Agent: Thunderbird 1.5.0.7 (X11/20061019) MIME-Version: 1.0 References: <453F882B.2040009@ywave.com> <453F98C4.2060402@ywave.com> <20061026083816.GS45605@deviant.kiev.zoral.com.ua> <4540E0D3.3010800@ywave.com> <20061026180455.GG45605@deviant.kiev.zoral.com.ua> <454121AA.9020703@ywave.com> In-Reply-To: <454121AA.9020703@ywave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , FreeBSD Hackers Subject: Re: System panic under load (additional information) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 04:18:17 -0000 Micah wrote: > Kostik Belousov wrote: >> On Thu, Oct 26, 2006 at 09:22:43AM -0700, Micah wrote: >>> Kostik Belousov wrote: >>>> I saw several similar reports. >>>> >>>> Please, submit me the output of the "print *mp" in the same frame. >>>> Also, I'm interested in kernel config. >>>> Is the problem reproducible ? >>> It seems now that any time I compile openoffice the system will >>> eventually panic. Other disk intensive jobs, like my nightly >>> photo-album update, may or may not trigger it. I currently have two >>> dumps for 6.1p10. I thought this might be failing hardware because >>> the system has worked fine for nearly a year, but the fact that it >>> panics on the same line of code every time makes me wonder. >> >> I'm very suspicious to the claim of failing hw since trace is the same >> all >> times (is this true) ? This looks like memory corruption. > > They're not identical, see below. I didn't compare the traces until now > since the proximate cause was the same line of code. > >> First, I would recommend to update to RELENG_6 due to a number of VFS >> fixes. >> Second, could you set kern.maxvnodes in the /boot/loader.conf ? Check the >> value choosen by kernel by "sysctl kern.maxvnodes", and then set it >> to the 2/3 of the reported number and reboot. > > I'll try the update first by itself to see. > >> If I not gather any useful info from that action, I most likely >> provide you >> with debugging patch. >> >> -- >> Kostik Belousov. > > Thanks for the help, It's been a little over 24 hours since I upgraded to RELENG_6, and I haven't had a single panic since. I successfully built OO.org and my nightly scripts ran through completely. I'll throw some heavy loads at it tomorrow to stress it some more, but for now it looks like whatever was wrong has been fixed for 6.2. Thanks, Micah