From owner-freebsd-current Wed May 13 23:00:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13995 for freebsd-current-outgoing; Wed, 13 May 1998 23:00:17 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13825; Wed, 13 May 1998 23:00:01 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.0.Beta5/8.9.0.Beta5) id HAA20033; Thu, 14 May 1998 07:59:56 +0200 (SAT) From: John Hay Message-Id: <199805140559.HAA20033@zibbi.mikom.csir.co.za> Subject: Re: soft-update update In-Reply-To: From jhay at "May 13, 98 01:42:41 pm" To: jhay@zibbi.mikom.csir.co.za (jhay) Date: Thu, 14 May 1998 07:59:56 +0200 (SAT) Cc: sos@FreeBSD.ORG, hasty@rah.star-gate.com, dstenn@fanfic.org, julian@whistle.com, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > > > > So far soft updates is very solid on my box !! > > > > > > I did a make world which very recently was causing a panic > > > and then I tried to kill soft-updates by untarring , removing a very > > > large tree (java) while doing a make world. > > > > What about SMP systems, last time I tried it took really good > > care of my files :( > > > > Well I have tried it on on my SMP dual PII 266MHz system again and for > the first time it went right through a make world with no problems! > Just to make sure I did it a second time and it also went right through, > where previously it would crash very early. I have only got /usr/obj > mounted though. Ok, after 3 successfull "make world"s yesterday with no problems, the machine crashed last night during a "make release". The messages on the console: -------- setup_allocindir_phase2: need bmap, blk -12 setup_allocindir_phase2: need bmap, blk -12 setup_allocindir_phase2: need bmap, blk -12 setup_allocindir_phase2: need bmap, blk -12 dev = 0x40c, block = 5832, fs = /a panic: ffs_blkfree: freeing free block mp_lock = 00000001; cpuid = 0; lapic.id = 01000000 Debugger("panic") Stopped at _Debugger+0x35: movb $0,_in_Debugger.96 -------- where in gdb show the folling: -------- (kgdb) where #0 0xf011a7f3 in boot () #1 0xf011ab42 in panic () #2 0xf0101585 in db_panic () #3 0xf0101465 in db_command () #4 0xf01015f2 in db_command_loop () #5 0xf0103cb3 in db_trap () #6 0xf01da164 in kdb_trap () #7 0xf01eae90 in trap () #8 0xf01da3c9 in Debugger () #9 0xf011ab39 in panic () #10 0xf01b1a07 in ffs_blkfree () #11 0xf01b6bbc in indir_trunc () #12 0xf01b68a0 in handle_workitem_freeblocks () #13 0xf01b4a3c in softdep_process_worklist () #14 0xf01391ea in sched_sync () #15 0xf010db26 in kproc_start () #16 0xf01dabd9 in fork_trampoline () #17 0x1000c3 in ?? () Cannot access memory at address 0x8114c483. (kgdb) -------- If it is of any help. John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message