From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 5 17:10:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D5C7DCB3 for ; Fri, 5 Apr 2013 17:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A494237C for ; Fri, 5 Apr 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r35HA0e1004256 for ; Fri, 5 Apr 2013 17:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r35HA0bE004255; Fri, 5 Apr 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 5 Apr 2013 17:10:00 GMT Resent-Message-Id: <201304051710.r35HA0bE004255@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, José García Juanino Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CD9B7C9C for ; Fri, 5 Apr 2013 17:07:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BE22B36B for ; Fri, 5 Apr 2013 17:07:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r35H7sjl082718 for ; Fri, 5 Apr 2013 17:07:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r35H7sjp082717; Fri, 5 Apr 2013 17:07:54 GMT (envelope-from nobody) Message-Id: <201304051707.r35H7sjp082717@red.freebsd.org> Date: Fri, 5 Apr 2013 17:07:54 GMT From: José García Juanino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/177658: FreeBSD panics after get full filesystem with ufs snapshot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 17:10:00 -0000 >Number: 177658 >Category: kern >Synopsis: FreeBSD panics after get full filesystem with ufs snapshot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 05 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: José García Juanino >Release: FreeBSD 9.1 RELEASE >Organization: >Environment: FreeBSD golem.boecillo.eemea.ericsson.se 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Reproducible panic: FreeBSD panics after get full filesystem with a ufs snapshot. kernel and userland is standard, with no tweaks, only in /boot/loader.conf: geom_concat_load="YES" (the affected filesystem is gconcated of several partitions). In sysctl.conf, I have: kern.ipc.somaxconn=256 kern.maxfiles=25000 >How-To-Repeat: In a ufs filesystem with soft updates and some snapshot taken previously, do some heavy write activity. The snapshot will grow a lot; if that snapshot fill up the filesystem you will get a panic. Full backtrace in http://pastebin.com/MZP2Femp. This PR is pretty similar to kern/162362. >Fix: >Release-Note: >Audit-Trail: >Unformatted: