From owner-freebsd-current@FreeBSD.ORG Sat May 19 03:50:16 2012 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 8D3A1106564A for ; Sat, 19 May 2012 03:50:16 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 666528FC12 for ; Sat, 19 May 2012 03:50:16 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q4J3o8Lc015517; Sat, 19 May 2012 03:50:08 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id quncu9j2swmz5rh5a2ue36m5d2; Sat, 19 May 2012 03:50:08 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <20769DCB-D3EF-49C6-A791-E190A5CCECAE@lists.zabbadoz.net> Date: Fri, 18 May 2012 20:50:07 -0700 Content-Transfer-Encoding: 7bit Message-Id: <8E6581F5-1AFE-4C3F-95E6-2323DA583E42@kientzle.com> References: <2103A722-43BF-4BCF-AEDE-2E0CB13DF620@kientzle.com> <20769DCB-D3EF-49C6-A791-E190A5CCECAE@lists.zabbadoz.net> To: "Bjoern A. Zeeb" X-Mailer: Apple Mail (2.1257) Cc: freebsd-current FreeBSD Subject: Re: SUJ file system corruption. 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: Sat, 19 May 2012 03:50:16 -0000 On May 18, 2012, at 3:18 AM, Bjoern A. Zeeb wrote: > > On 13. May 2012, at 22:35 , Tim Kientzle wrote: > >> FYI: Saw a crash due to filesystem corruption when running SUJ. >> >> This is on a ARM AM335x system (BeagleBone) that is >> still pretty experimental, so I certainly cannot rule out other >> problems, but in case it means something to >> someone, here's the scenario: >> >> Reset the board to reboot (which is routine for these >> small embedded boards) and when it came back up >> it went through SUJ recovery, and then a little later >> the kernel panicked with this stack trace: >> >> rm: /var/run/dmesg.boot: Bad file descriptor >> panic: ffs_write: type 0xc1e86660 0 (0,1024) > > > Can you tell us if this was HEAD, stable/9 or 9.0-RELEASE? Apologies: This was with the armv6 projects tree, which is not quite CURRENT. Tim