From owner-freebsd-current Sat Aug 23 20:37:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA03009 for current-outgoing; Sat, 23 Aug 1997 20:37:46 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA02998 for ; Sat, 23 Aug 1997 20:37:42 -0700 (PDT) Received: (qmail 7740 invoked by uid 1000); 24 Aug 1997 03:38:01 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha [p0] on FreeBSD X-Priority: 1 (High) Priority: urgent Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Sat, 23 Aug 1997 20:38:01 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Freebsd-current@freebsd.org, freebsd-hackers@freebsd.org Subject: Panic During Install - FFS Bug? Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Y'all, 3.0-CURRENT as of last night (23-Aug-97) In installing -current on a new machine, it panics during installing packages, pretty much at random. Finally got enough installed to put a kernel with ddb to see the trace: vgonel + 9f getnewvnode + b3 ffs_vget ffs_valloc ufs_makeinode ufs_create vn_open open syscall Xsyscall Crash due to reference to data at location 0x04. Calling process was cpio. Who do I talk to about that? BTW, 2 points: * This happens in single-user from the boot floppy, single user kernel.GENERIC, multi-user kernel.GENERIC or kernel.DPT. * Under normal, even very heavy load, including massive cpio copies, even concurrent ones, this does not happen. Simon