From owner-freebsd-current Tue Aug 4 10:55:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23189 for freebsd-current-outgoing; Tue, 4 Aug 1998 10:55:07 -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 KAA23024 for ; Tue, 4 Aug 1998 10:54:28 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA26016; Tue, 4 Aug 1998 10:49:38 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdj26014; Tue Aug 4 17:49:36 1998 Message-ID: <35C749AD.1CFBAE39@whistle.com> Date: Tue, 04 Aug 1998 10:49:33 -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 I confirm this panic and am working on isolating it.. 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 > > This test seems to leave the machine in an inconsistent state; running any > further tests (e.g. fCmd.test, which always fails for me for whatever > reason; or just running the make test from the top of the tree) will > invariably panic the machine with the following: > > handle_workitem_remove: bad file delta > Debugger("panic") > stopped at _Debugger+0x36:movb $0,_in_Debugger:98 > db> trace > _Debugger(f0116a21) at _Debugger+0x36 > _panic(f01bb240,f08b9860,0,0,f01e4fbc) at _panic+0x5a > _handle_workitem_remove(f08b9860) at _handle_workitem_remove+0x69 > _softdep_process_worklist(0) at _softdep_process_worklist+0xe9 > _sched_sync(f39eabf3,f013c528,f02348bc,3000000,f01e3aba) at _sched_sync+0x1ae > _kproc_start(f02348bc) at _proc_start+0x31 > _fork_trampoline() at _form_trampoline+0x19 > db> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message