From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 22:35:38 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 2B85810656F7 for ; Tue, 27 Jan 2009 22:35:38 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id AC2708FC1E for ; Tue, 27 Jan 2009 22:35:37 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so262267fga.35 for ; Tue, 27 Jan 2009 14:35:36 -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=TUaYhvCXuF9+Oy5mALx80xZ/lQE6rrajRqb0TV8T6wI=; b=OwvgjpmbAVNoFJ8QwPJfEx8ZJfPJYC1Dv79ay4PBU752wKxhWU7VL2hfBMrenaOZTA OY0pfMImqgZyY30O6tDN0lgjeuVFvH4XrcnQELUjlXhUN3VUqovdke/k4RPGcobJTJHJ k6T5niBCYPuatpV7bsxXOiIZbcY5izVtMVjv0= 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=HcVUNVFBWTtWj6L2GsEeQjf2QyAizCvIjrtv/c3KPBYbBNU5ZmlJhsEMH5IL1FaswR 1vaHZUF0mKYZY0Q6N347CYKxFt+yksZSD8hnBbtXtxdKf0B80/cpvFfMWml318l3K+VS F2CP5RsUZ9mGH9K5FyBj7AJlc7vnrbDi61z40= MIME-Version: 1.0 Received: by 10.86.70.3 with SMTP id s3mr850952fga.78.1233095736851; Tue, 27 Jan 2009 14:35:36 -0800 (PST) In-Reply-To: <20090127223103.GI2009@deviant.kiev.zoral.com.ua> References: <20090127221047.GH2009@deviant.kiev.zoral.com.ua> <20090127223103.GI2009@deviant.kiev.zoral.com.ua> Date: Wed, 28 Jan 2009 01:35:36 +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:35:38 -0000 2009/1/28 Kostik Belousov : > On Wed, Jan 28, 2009 at 01:17:28AM +0300, pluknet wrote: >> 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 > Please, make sure to use 1.116. I did a mistake that was fixed several > hours later. > [csuped and rebuilt] It seems 1.116 really fixes this. Cannot reproduce anymore. Thank you. -- wbr, pluknet