From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 22 21:07:11 2014 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4327945D for ; Tue, 22 Jul 2014 21:07:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC4D2661 for ; Tue, 22 Jul 2014 21:07:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s6ML7AJv019997 for ; Tue, 22 Jul 2014 21:07:10 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s6ML7A8t019996 for hackers@FreeBSD.org; Tue, 22 Jul 2014 21:07:10 GMT (envelope-from bdrewery) Received: (qmail 52133 invoked from network); 22 Jul 2014 16:07:09 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 22 Jul 2014 16:07:09 -0500 Message-ID: <53CED27C.4080306@FreeBSD.org> Date: Tue, 22 Jul 2014 14:07:08 -0700 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: hackers@FreeBSD.org Subject: r268621: panic: shadowed tmpfs v_object Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 21:07:11 -0000 On r268621: > panic: shadowed tmpfs v_object 0xfffff807a7f96600 > cpuid = 0 > KDB: stack backtrace: > db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe1247d67390 > kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe1247d67440 > vpanic() at vpanic+0x126/frame 0xfffffe1247d67480 > kassert_panic() at kassert_panic+0x139/frame 0xfffffe1247d674f0 > vm_object_deallocate() at vm_object_deallocate+0x236/frame 0xfffffe1247d67550 > tmpfs_free_node() at tmpfs_free_node+0x138/frame 0xfffffe1247d67580 > tmpfs_reclaim() at tmpfs_reclaim+0x17d/frame 0xfffffe1247d675c0 > VOP_RECLAIM_APV() at VOP_RECLAIM_APV+0xf7/frame 0xfffffe1247d675f0 > vgonel() at vgonel+0x1a1/frame 0xfffffe1247d67660 > vrecycle() at vrecycle+0x3e/frame 0xfffffe1247d67690 > tmpfs_inactive() at tmpfs_inactive+0x4c/frame 0xfffffe1247d676b0 > VOP_INACTIVE_APV() at VOP_INACTIVE_APV+0xf7/frame 0xfffffe1247d676e0 > vinactive() at vinactive+0xc6/frame 0xfffffe1247d67730 > vputx() at vputx+0x27a/frame 0xfffffe1247d67790 > tmpfs_rename() at tmpfs_rename+0xf5/frame 0xfffffe1247d67860 > VOP_RENAME_APV() at VOP_RENAME_APV+0xfc/frame 0xfffffe1247d67890 > kern_renameat() at kern_renameat+0x3ef/frame 0xfffffe1247d67ae0 > amd64_syscall() at amd64_syscall+0x25a/frame 0xfffffe1247d67bf0 > Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe1247d67bf0 > --- syscall (128, FreeBSD ELF64, sys_rename), rip = 0x80088b74a, rsp = 0x7fffffffe238, rbp = 0x7fffffffe710 --- > Uptime: 6d4h0m3s > > Dump failed. Partition too small. Unfortunately I have no dump to debug. -- Regards, Bryan Drewery