From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 22:17:29 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946A0106564A for ; Tue, 27 Jan 2009 22:17:29 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 22A778FC08 for ; Tue, 27 Jan 2009 22:17:28 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so257355fga.35 for ; Tue, 27 Jan 2009 14:17:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=99VJeVX8zJFoMXA/2ByBfFC6/PRgp52TN0wXUCjQjxs=; b=b5iNfwa6Zqn/6YVaxK+kY4qb0UkSbSA05o9Xkim4ivAzjWn9xHLpdpFc9UlbtVsmXy 8bA7J++GnVqpZycilcyyIiMcK64C6rPRTY7XIwDY7hVSEcVB5s1ckWYZPCuEfr/sL7FG SABt/psrOYhHhxA8Xjupfd951Vc0vtkI29qHg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GnNj2iS1tsau9jhxfJc9K8FhqGns0120bbogkAM/bAiYDhzxJ77h4yJSygC2iBXsSa 5jIRTzzxX7SdeRmZKl+zPixFxo6neyERzsqbwjTWRnasUguNsyRCISP/j8VJu/xAyRot zGbOzYlNfjdq/Wx8x8qgqAVTTFVIjYSR1UwKU= MIME-Version: 1.0 Received: by 10.86.25.17 with SMTP id 17mr455027fgy.39.1233094648156; Tue, 27 Jan 2009 14:17:28 -0800 (PST) In-Reply-To: <20090127221047.GH2009@deviant.kiev.zoral.com.ua> References: <20090127221047.GH2009@deviant.kiev.zoral.com.ua> Date: Wed, 28 Jan 2009 01:17:28 +0300 Message-ID: From: pluknet To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current Subject: Re: panic: freeing free block X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 22:17:29 -0000 2009/1/28 Kostik Belousov : > On Wed, Jan 28, 2009 at 01:02:18AM +0300, pluknet wrote: >> 2009/1/28 pluknet : >> > After sudo perl-after-upgrade -f: >> > (manually transcribed) >> > >> > --- syscall (4, FreeBSD ELF32, write), ... >> > dev = ad6s3d, block = 885656, fs = /var >> > panic: ffs_blkfree: freeing free block >> > cpuid = 0 >> > KBD: enter: panic >> > [thread pid 27 tid 100053 ] >> > Stopped at kbd_enter+0x3a: movl $0,kbd_why >> > >> > Sorry, keyboard was not attached, no bt this time. >> >> eyk.. after reboot and fsck -y cleanup got this again on /var, >> block = 944184: >> >> (manually transcribed) >> > bt >> Tracing pid 27 tid 100053 td 0xc5964900 >> kdb_enter >> panic >> ffs_blkfree >> indir_trunc >> handle_workitem_freeblocks >> process_worklist_item >> softdep_process_worklist >> softdep_flush >> fork_exit >> fork_trampoline > > What revision of the sys/ufs/ffs/ffs_inode.c do you use ? > Hi, Kostik. ffs_inode.c,v 1.115 -- wbr, pluknet