From owner-freebsd-current Sun Jun 14 01:12:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05735 for freebsd-current-outgoing; Sun, 14 Jun 1998 01:12: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 BAA05730 for ; Sun, 14 Jun 1998 01:12:14 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id BAA05820; Sun, 14 Jun 1998 01:07:07 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd005816; Sun Jun 14 08:07:01 1998 Date: Sun, 14 Jun 1998 01:06:58 -0700 (PDT) From: Julian Elischer To: ben@rosengart.com cc: current@FreeBSD.ORG Subject: Re: ffs_blkfree: freeing free block In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 14 Jun 1998, Snob Art Genre wrote: > I'm getting reproducible panics doing a make installworld using today's > sources with soft updates. > > I have a couple of cores, but they appear to have no debugging symbols. > I'm recompiling a kernel with DDB support and this time I'll install it > by hand, keeping the debugging symbols. > > The cores have identical backtraces: > > (kgdb) bt > #0 0xf0111dda in boot () > #1 0xf011209e in panic () > #2 0xf016272f in ffs_blkfree () > #3 0xf01677bd in indir_trunc () > #4 0xf01674bc in handle_workitem_freeblocks () > #5 0xf01656ac in softdep_process_worklist () > #6 0xf013314b in sched_sync () > #7 0xf0105a98 in kproc_start () > #8 0xf0186ab9 in fork_trampoline () > Cannot access memory at address 0x1ebf00. thanks for the report.. I had hoped we'd fixed that one.. make world is running great here.. but then it always has.. you are absolutly sure that you have hte latest kern, ufs/* and have symlinks from usf/ffs/ffs_softdep.c -> /usr/src/contrib/sys/softupdates/ffs_softdep.c ? it should be rev 1.11 at least > > > Ben > > "You have your mind on computers, it seems." > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message