From owner-freebsd-current@FreeBSD.ORG Wed Oct 3 13:21:17 2007 Return-Path: Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 692A116A417 for ; Wed, 3 Oct 2007 13:21:17 +0000 (UTC) (envelope-from avleeuwen@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.234]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6E213C4A6 for ; Wed, 3 Oct 2007 13:21:17 +0000 (UTC) (envelope-from avleeuwen@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so1896147qbd for ; Wed, 03 Oct 2007 06:21:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=fFott2DzI8Rrpig3WS48vywozzCLefGaYZSHbYeV9Xw=; b=cjCoOYdnFLC42YZOMG0uRBqMm9utw6eYYLDsvYR4SI3Y/OSGJZGBGOy/DpMADIxX2ajJKtEDtgPKOugvDa9Bb56zsNf8MbW3YzGscC/Hjf40hQ8g8PhFBSiOVLRnRQPffIPdQ89GaujsHByNfuwvslt5pCq2mhD0j8wTfpS2dH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=sfF1sj14dNyIvwLOb9sB9iRfV8BuQ3fx0S7Xsr8hke/D71JDe9sCYNgaQRE1aX7B7bsvIMjCmQK6fjMYjSK+97OKeWchK6o2P6LlJ6d6q/28mJV9N/HCnK0HjduTprGIX3c1Ylk0OzUml5CQj/UaeDubLQcrBAv/n5GAuuvTlVE= Received: by 10.114.92.2 with SMTP id p2mr3968648wab.1191417675601; Wed, 03 Oct 2007 06:21:15 -0700 (PDT) Received: by 10.114.133.11 with HTTP; Wed, 3 Oct 2007 06:21:15 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 15:21:15 +0200 From: "Arjan van Leeuwen" To: "Rolf Witt" In-Reply-To: MIME-Version: 1.0 References: <1191175387.92510.6.camel@shumai.marcuscom.com> <46FFF615.5090108@donut.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Current@freebsd.org Subject: Re: panic: ffs_blkfree: freeing free block X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: avleeuwen@piwebs.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 13:21:17 -0000 2007/10/1, Arjan van Leeuwen : > > Same here: > I'm getting this panic several times a day now. How can I help in further debugging this? Also, I note that everytime I panic, my currently opened files are reduced to 0 bytes. Is that expected? Arjan #0 doadump () at pcpu.h:194 > #1 0x0000000000000004 in ?? () > #2 0xffffffff80472c09 in boot (howto=260) > at /usr/src/sys/kern/kern_shutdown.c:409 > #3 0xffffffff8047300d in panic (fmt=0x104
) > at /usr/src/sys/kern/kern_shutdown.c:563 > #4 0xffffffff80642135 in ffs_blkfree (ump=Variable "ump" is not available. > ) > at /usr/src/sys/ufs/ffs/ffs_alloc.c:1893 > #5 0xffffffff80651dc3 in indir_trunc (freeblks=0xffffff001544d500, > dbn=Variable "dbn" is not available. > ) > at /usr/src/sys/ufs/ffs/ffs_softdep.c:2896 > #6 0xffffffff8065227f in handle_workitem_freeblocks ( > freeblks=0xffffff001544d500, flags=0) > at /usr/src/sys/ufs/ffs/ffs_softdep.c:2746 > #7 0xffffffff80653853 in process_worklist_item (mp=0xffffff0001478978, > flags=Variable "flags" is not available. > ) > at /usr/src/sys/ufs/ffs/ffs_softdep.c:963 > #8 0xffffffff80654867 in softdep_process_worklist (mp=0xffffff0001478978, > full=0) at /usr/src/sys/ufs/ffs/ffs_softdep.c:847 > #9 0xffffffff806567d7 in softdep_flush () > at /usr/src/sys/ufs/ffs/ffs_softdep.c:758 > #10 0xffffffff80454723 in fork_exit ( > callout=0xffffffff806566b0 , arg=0x0, > frame=0xffffffffac3a8c80) at /usr/src/sys/kern/kern_fork.c:796 > #11 0xffffffff806dbb8e in fork_trampoline () > at /usr/src/sys/amd64/amd64/exception.S:397 > > > 2007/9/30, Rolf Witt : > > > > Here the same (i386 old PIII with 640mb RAM, Sources from friday): > > > > > reboot after panic: ffs_blkfree: freeing free > > block > > > > The kernel on my PC panics by reading the UPDATING-File with less after > > executing a portsnap update. > > > > Sorry, i know thats are not very helpful informations, but i lost the > > vmcore and all debug output. > > > > rowi > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " > > freebsd-current-unsubscribe@freebsd.org" > > > >