From owner-freebsd-current@FreeBSD.ORG Sun May 2 08:27:39 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 197DE1065672 for ; Sun, 2 May 2010 08:27:39 +0000 (UTC) (envelope-from jroberson@jroberson.net) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id EBF438FC1A for ; Sun, 2 May 2010 08:27:38 +0000 (UTC) Received: by pvb32 with SMTP id 32so241586pvb.13 for ; Sun, 02 May 2010 01:27:32 -0700 (PDT) Received: by 10.114.139.6 with SMTP id m6mr14149797wad.91.1272788852210; Sun, 02 May 2010 01:27:32 -0700 (PDT) Received: from [10.0.1.198] (udp022762uds.hawaiiantel.net [72.234.79.107]) by mx.google.com with ESMTPS id c22sm18196356wam.18.2010.05.02.01.27.30 (version=SSLv3 cipher=RC4-MD5); Sun, 02 May 2010 01:27:31 -0700 (PDT) Date: Sat, 1 May 2010 22:27:32 -1000 (HST) From: Jeff Roberson X-X-Sender: jroberson@desktop To: Vladimir Grebenschikov In-Reply-To: <1272780607.2720.89.camel@localhost> Message-ID: References: <1272780607.2720.89.camel@localhost> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: current@freebsd.org Subject: Re: SUJ update - new panic - "ffs_copyonwrite: recursive call" 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: Sun, 02 May 2010 08:27:39 -0000 On Sun, 2 May 2010, Vladimir Grebenschikov wrote: > Hi > > While 'make buildworld' This is a problem with snapshots and the journal full condition. I will address it shortly. Thanks, Jeff > > kgdb /boot/kernel/kernel /var/crash/vmcore.13 > GNU gdb 6.1.1 [FreeBSD] > ... > #0 0xc056b93c in doadump () > (kgdb) bt > #0 0xc056b93c in doadump () > #1 0xc0489019 in db_fncall () > #2 0xc0489411 in db_command () > #3 0xc048956a in db_command_loop () > #4 0xc048b3ed in db_trap () > #5 0xc05985a4 in kdb_trap () > #6 0xc06f8b5e in trap () > #7 0xc06dd6eb in calltrap () > #8 0xc059870a in kdb_enter () > #9 0xc056c1d1 in panic () > #10 0xc066d602 in ffs_copyonwrite () > #11 0xc068742a in ffs_geom_strategy () > #12 0xc05d8955 in bufwrite () > #13 0xc0686e64 in ffs_bufwrite () > #14 0xc067a8a2 in softdep_sync_metadata () > #15 0xc068c568 in ffs_syncvnode () > #16 0xc0681425 in softdep_prealloc () > #17 0xc066592a in ffs_balloc_ufs2 () > #18 0xc066a252 in ffs_snapblkfree () > #19 0xc065eb9a in ffs_blkfree () > #20 0xc0673de0 in freework_freeblock () > #21 0xc06797c7 in handle_workitem_freeblocks () > #22 0xc0679aaf in process_worklist_item () > #23 0xc06821f4 in softdep_process_worklist () > #24 0xc0682940 in softdep_flush () > #25 0xc0542a00 in fork_exit () > #26 0xc06dd760 in fork_trampoline () > (kgdb) x/s panicstr > 0xc07c2b80: "ffs_copyonwrite: recursive call" > (kgdb) > > > > -- > Vladimir B. Grebenschikov > vova@fbsd.ru >