From owner-freebsd-stable@FreeBSD.ORG Wed Feb 16 17:26:49 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7737D106566B; Wed, 16 Feb 2011 17:26:49 +0000 (UTC) (envelope-from aboyer@averesystems.com) Received: from zimbra.averesystems.com (75-149-8-245-Pennsylvania.hfc.comcastbusiness.net [75.149.8.245]) by mx1.freebsd.org (Postfix) with ESMTP id 304168FC12; Wed, 16 Feb 2011 17:26:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra.averesystems.com (Postfix) with ESMTP id D3CEF446001; Wed, 16 Feb 2011 12:07:33 -0500 (EST) X-Virus-Scanned: amavisd-new at averesystems.com Received: from zimbra.averesystems.com ([127.0.0.1]) by localhost (zimbra.averesystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5i6ywnZSBdXw; Wed, 16 Feb 2011 12:07:32 -0500 (EST) Received: from riven.arriad.com (fw.arriad.com [10.0.0.16]) by zimbra.averesystems.com (Postfix) with ESMTPSA id DB861446003; Wed, 16 Feb 2011 12:07:31 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Andrew Boyer In-Reply-To: <4D4A38FD.7000607@rdtc.ru> Date: Wed, 16 Feb 2011 12:08:30 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <4FD1B1C3-08A7-4F48-A30A-DE5A8F3D3834@averesystems.com> References: <4D3011DB.9050900@frasunek.com> <4D30458D.30007@sentex.net> <4D309983.70709@rdtc.ru> <201101141437.55421.jhb@freebsd.org> <4D46575A.802@rdtc.ru> <4D4670C2.4050500@freebsd.org> <4D48513C.40503@rdtc.ru> <20110201185026.GB62007@glebius.int.ru> <4D4A38FD.7000607@rdtc.ru> To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.1082) Cc: Eugene Grosbein Subject: Re: About "panic: bufwrite: buffer is not busy???" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 17:26:49 -0000 Moving this to -current and -stable and following up... Something is broken with coredumps on stable/8 amd64. I tried a vanilla = 8.2-RC3 and yesterday's csup of stable/8; neither can dump a core with = 'sysctl debug.kdb.panic=3D1'. For the 8.2-RC3 / amd64 / GENERIC install, I used the memstick image, = installed on ad7 (a 250GB SATA drive), used the default partition map, = and set dumpdev to AUTO. I added enough tracing to show that the second panic is due to the = syncer process flushing buffers to the other filesystems in parallel = with the dump. I've seen this panic and a similar one 'buffer not = locked' coming from ffs_write(). One time out of about 30 the core ran = to completion, but slowly (~1MB/sec). Other times the dump just locks = up completely with no other output. Does anyone know what might have changed to expose this problem? I don't ever see it under 7.1. Thanks, Andrew On Feb 3, 2011, at 12:11 AM, Eugene Grosbein wrote: > On 02.02.2011 00:50, Gleb Smirnoff wrote: >=20 >> E> Uptime: 8h3m51s >> E> Dumping 4087 MB (3 chunks) >> E> chunk 0: 1MB (150 pages) ... ok >> E> chunk 1: 3575MB (915088 pages) 3559 3543panic: bufwrite: buffer = is not busy??? >> E> cpuid =3D 3 >> E> Uptime: 8h3m52s >> E> Automatic reboot in 15 seconds - press a key on the console to = abort >> Can you add KDB_TRACE option to kernel? Your boxes for some reason = can't >> dump core, but with this option we will have at least trace. >=20 > I see Mike Tancsa's box has "bufwrite: buffer is not busy???" problem = too. > Has anyone a thought how to fix generation of crashdumps? >=20 > Eugene Grosbein >=20 >=20 > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" -------------------------------------------------- Andrew Boyer aboyer@averesystems.com