From owner-freebsd-current Tue Aug 4 16:04:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12265 for freebsd-current-outgoing; Tue, 4 Aug 1998 16:04:16 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12257 for ; Tue, 4 Aug 1998 16:04:14 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id PAA09804; Tue, 4 Aug 1998 15:56:26 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdkf9800; Tue Aug 4 22:56:22 1998 Message-ID: <35C79191.7DE14518@whistle.com> Date: Tue, 04 Aug 1998 15:56:17 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Kris Kennaway CC: current@FreeBSD.ORG Subject: Re: Softupdates panic References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, here's the problem simplified: cd /tmp (assuming mounted soft-updates) mkdir d1 mkdir d1/d2 mkdir d2 mv d2 d1 rmdir d1/d2 rmdir d1 [system will panic in 15 seconds at 'sync' of that data.] fix to follow. (and checked in I guess) julian Kris Kennaway wrote: > > I'm getting a repeatable softupdates-related panic doing a 'make test' on > the itcl3.0a2 source tree (from > ftp://ftp.tcltk.com/pub/itcl/itcl3.0a2.tar.gz), when I run the following > as a regular user (this is actually executed as part of the master 'make > test', but this is the specific part which seems to be gumming up the > works): > > cd /usr2/itcl3.0a2/tcl8.0.3-2/unix > (echo cd ../tests\;source interp.test) | ./tcltest To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message