From owner-freebsd-current@FreeBSD.ORG Mon Dec 6 09:19:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D5916A4CE for ; Mon, 6 Dec 2004 09:19:49 +0000 (GMT) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517E443D31 for ; Mon, 6 Dec 2004 09:19:48 +0000 (GMT) (envelope-from michiel@boland.org) Received: from xs6.xs4all.nl (xs6.xs4all.nl [194.109.21.6]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with ESMTP id iB69JkZG091775 for ; Mon, 6 Dec 2004 10:19:47 +0100 (CET) (envelope-from michiel@boland.org) Received: from xs6.xs4all.nl (boland37@localhost.xs4all.nl [127.0.0.1]) by xs6.xs4all.nl (8.12.10/8.12.10) with ESMTP id iB69Jkjl034255 for ; Mon, 6 Dec 2004 10:19:46 +0100 (CET) (envelope-from michiel@boland.org) Received: (from boland37@localhost) by xs6.xs4all.nl (8.12.10/8.12.9/Submit) id iB69Jfk8034254 for current@freebsd.org; Mon, 6 Dec 2004 10:19:41 +0100 (CET) (envelope-from michiel@boland.org) X-Authentication-Warning: xs6.xs4all.nl: boland37 set sender to michiel@boland.org using -f Date: Mon, 6 Dec 2004 10:19:41 +0100 From: Michiel Boland To: current@freebsd.org Message-ID: <20041206091941.GA23932@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by XS4ALL Virus Scanner Subject: mkdir in /dev causes crash X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 06 Dec 2004 09:19:49 -0000 Hi. If I create a directory in /dev, the kernel crashes at kern_mkdir+0x293: movl 0x60,%ecx (Sorry, I forgot to take the console output to work, so I don't have much more info.) I guess this is related to changes made to /sys/fs/devfs/devfs_vnops.c et al? I'll try to put this into a PR, unless someone can spot immediately where the problem lies. Cheers Michiel