From owner-freebsd-current@FreeBSD.ORG Mon Oct 1 13:44:45 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 3BEA316A468 for ; Mon, 1 Oct 2007 13:44:45 +0000 (UTC) (envelope-from avleeuwen@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.248]) by mx1.freebsd.org (Postfix) with ESMTP id DD1C413C46A for ; Mon, 1 Oct 2007 13:44:44 +0000 (UTC) (envelope-from avleeuwen@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so2341288aga for ; Mon, 01 Oct 2007 06:44:44 -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=0PSNtaUL0znXzzuG7OL8AWZN9CfngGJ6M4AsAAIDw40=; b=uSosv4vkESSUc58U00Xwy2x2mfbcmE9K9QKabVTjoPPOcrjGKOXIswwXhIMxC1EnI2itns8gctiAvEUYQ0GKDZxI0t/InTnbfPNpkCp/hinyIBExzsII6yEeeJpuAAXwxBRQfH12NhLs//GjnaVpPkoJygVC4SK+9ORJ3X2n9QY= 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=ObKmCjbGfsj28ir2VLjk/yqrxl/y1jdbxeUThLmu+d99toQCVAKCUauH4j09TYK90I63NToaJFgLT7n2QOIjM2dOPvWu7WgbyFfToX8WejQKkApPo2LA9qR/kETlDOA2gsLEkluYg5qXs14U7w7DB7Jnx9NuEPxlmbwIs5gvd3c= Received: by 10.115.108.1 with SMTP id k1mr644836wam.1191245337952; Mon, 01 Oct 2007 06:28:57 -0700 (PDT) Received: by 10.114.133.11 with HTTP; Mon, 1 Oct 2007 06:28:57 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 15:28:57 +0200 From: "Arjan van Leeuwen" To: "Rolf Witt" In-Reply-To: <46FFF615.5090108@donut.de> 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: Mon, 01 Oct 2007 13:44:45 -0000 Same here: #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" >