From owner-freebsd-hackers@FreeBSD.ORG Thu Oct 26 18:05:02 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 E661C16A416 for ; Thu, 26 Oct 2006 18:05:02 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from fw.zoral.com.ua (fw.zoral.com.ua [213.186.206.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF1F43D6B for ; Thu, 26 Oct 2006 18:05:01 +0000 (GMT) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by fw.zoral.com.ua (8.13.4/8.13.4) with ESMTP id k9QHjjlC035428 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Oct 2006 20:45:45 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8) with ESMTP id k9QI4tit015635; Thu, 26 Oct 2006 21:04:55 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.13.8/8.13.8/Submit) id k9QI4tdP015634; Thu, 26 Oct 2006 21:04:55 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 26 Oct 2006 21:04:55 +0300 From: Kostik Belousov To: Micah Message-ID: <20061026180455.GG45605@deviant.kiev.zoral.com.ua> References: <453F882B.2040009@ywave.com> <453F98C4.2060402@ywave.com> <20061026083816.GS45605@deviant.kiev.zoral.com.ua> <4540E0D3.3010800@ywave.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R9b51G30WkD62Ue3" Content-Disposition: inline In-Reply-To: <4540E0D3.3010800@ywave.com> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on fw.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL,UNPARSEABLE_RELAY autolearn=no version=3.1.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on fw.zoral.com.ua Cc: 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: Thu, 26 Oct 2006 18:05:03 -0000 --R9b51G30WkD62Ue3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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.=20 > > > >Is the problem reproducible ? >=20 > It seems now that any time I compile openoffice the system will=20 > eventually panic. Other disk intensive jobs, like my nightly photo-album= =20 > update, may or may not trigger it. I currently have two dumps for=20 > 6.1p10. I thought this might be failing hardware because the system has= =20 > worked fine for nearly a year, but the fact that it panics on the same=20 > 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. 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. If I not gather any useful info from that action, I most likely provide you with debugging patch. -- Kostik Belousov. --R9b51G30WkD62Ue3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFQPjGC3+MBN1Mb4gRAjFIAKCBpsvzqoXxS+H3K0gbr3sLkQhsnQCgkKwB X92CZJnknOM9Dorxr+XFBAc= =j0W1 -----END PGP SIGNATURE----- --R9b51G30WkD62Ue3--