From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 02:48:05 2014 Return-Path: Delivered-To: current@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 EDED896A for ; Wed, 6 Aug 2014 02:48:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C03702D37 for ; Wed, 6 Aug 2014 02:48:05 +0000 (UTC) Received: from bdrewery (uid 1298) (envelope-from bdrewery@freebsd.org) id cf0 by freefall.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 02:48:05 +0000 Received: (qmail 45620 invoked from network); 5 Aug 2014 21:48:04 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Aug 2014 21:48:04 -0500 Message-ID: <53E1975D.4010703@FreeBSD.org> Date: Tue, 05 Aug 2014 21:47:57 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: current@FreeBSD.org Subject: r269147: NULL mp in getnewvnode() via kern_proc_filedesc_out() Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 06 Aug 2014 02:48:06 -0000 Has anyone else encountered this? Got it while running poudriere. > NULL mp in getnewvnode() > [...] > vn_fullpath1() at vn_fullpath1+0x19d/frame 0xfffffe1247d8e540 > vn_fullpath() at vn_fullpath+0xc1/frame 0xfffffe1247d8e590 > export_fd_to_sb() at export_fd_to_sb+0x489/frame 0xfffffe1247d8e7c0 > kern_proc_filedesc_out() at kern_proc_filedesc_out+0x234/frame 0xfffffe1247d8e840 > sysctl_kern_proc_filedesc() at sysctl_kern_proc_filedesc+0x84/frame 0xfffffe1247d8e900 > sysctl_root_handler_locked() at sysctl_root_handler_locked+0x68/frame 0xfffffe1247d8e940 > sysctl_root() at sysctl_root+0x18e/frame 0xfffffe1247d8e990 > userland_sysctl() at userland_sysctl+0x192/frame 0xfffffe1247d8ea30 > sys___sysctl() at sys___sysctl+0x74/frame 0xfffffe1247d8eae0 > amd64_syscall() at amd64_syscall+0x25a/frame 0xfffffe1247d8ebf0 > Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe1247d8ebf0 Unfortunately I have no dump as the kmem was too large compared to my swap, and I didn't get to the console before some of the text was overwritten. Perhaps it will hit it again soon after reboot and I'll get a core. -- Regards, Bryan Drewery