From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 05:52:29 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08F5016A419 for ; Mon, 27 Aug 2007 05:52:29 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail.transactionware.com (mail.transactionware.com [203.14.245.7]) by mx1.freebsd.org (Postfix) with SMTP id E79BA13C46B for ; Mon, 27 Aug 2007 05:52:27 +0000 (UTC) (envelope-from janm@transactionware.com) Received: (qmail 43711 invoked from network); 27 Aug 2007 05:25:29 -0000 Received: from midgard.transactionware.com (192.168.1.55) by dm.transactionware.com with SMTP; 27 Aug 2007 05:25:29 -0000 Received: (qmail 40004 invoked by uid 907); 27 Aug 2007 05:25:44 -0000 Received: from [192.168.1.51] (HELO janmxp) (192.168.1.51) by midgard.transactionware.com (qpsmtpd/0.32) with ESMTP; Mon, 27 Aug 2007 15:25:44 +1000 From: "Jan Mikkelsen" To: "'Ivan Voras'" , References: In-Reply-To: Date: Mon, 27 Aug 2007 15:25:44 +1000 Organization: Transactionware Message-ID: <004f01c7e86a$b78088a0$268199e0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acfn8q8mfkoiZiFZQVe6z5J4YZorpAAdV7vQ Content-Language: en-au X-Mailman-Approved-At: Mon, 27 Aug 2007 11:29:23 +0000 Cc: Subject: RE: Repeated UFS panics? 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: Mon, 27 Aug 2007 05:52:29 -0000 Ivan Voras wrote: > Has anyone experienced frequent UFS panics on VMWare on fresh > current? > I've started seeing ufs_dirbad panics almost daily. For a > while I could > cause them simply by running make installworld to a freshly > newfs-ed > file system - the panic message points to the *new* file > system. > Unfortunately, kgdb cannot process the generated vmcores > (though they > are on a separate file system that has never crashed). The > repeatable > panics on new file systems have stopped when I rebuilt the > kernel, but > now they are happening again, this time on my /usr/ports. I > don't think > file system options have an influence - they first happened on > a > "normal" UFS (noasync), and now they are happening on > gjournaled, aync > mounted UFS. Is this an SMP or uniprocessor virtual machine? I see frequent "signal 11" failures from gcc when putting an SMP virtual machine under load. The same load on a uniprocessor virtual machine works fine. This is 6.2-STABLE; I haven't tried -CURRENT. VMware Server 1.0.3, AMD-X2, ECC memory, Windows XP 64-bit host. Regards, Jan Mikkelsen