Date: Thu, 14 May 1998 07:59:56 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: jhay@zibbi.mikom.csir.co.za (jhay) Cc: sos@FreeBSD.ORG, hasty@rah.star-gate.com, dstenn@fanfic.org, julian@whistle.com, current@FreeBSD.ORG Subject: Re: soft-update update Message-ID: <199805140559.HAA20033@zibbi.mikom.csir.co.za> In-Reply-To: From jhay at "May 13, 98 01:42:41 pm"
next in thread | raw e-mail | index | archive | help
> > >
> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805140559.HAA20033>
