Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 1998 15:56:17 -0700
From:      Julian Elischer <julian@whistle.com>
To:        Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Cc:        current@FreeBSD.ORG
Subject:   Re: Softupdates panic
Message-ID:  <35C79191.7DE14518@whistle.com>
References:  <Pine.OSF.3.90.980804225237.7595A-100000@bragg>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35C79191.7DE14518>