From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 29 22:00:42 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C04FB16A420 for ; Fri, 29 Jul 2005 22:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE1643D45 for ; Fri, 29 Jul 2005 22:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6TM0gEs070611 for ; Fri, 29 Jul 2005 22:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6TM0g81070610; Fri, 29 Jul 2005 22:00:42 GMT (envelope-from gnats) Date: Fri, 29 Jul 2005 22:00:42 GMT Message-Id: <200507292200.j6TM0g81070610@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/82905: mount_nullfs can reboot system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 22:00:42 -0000 The following reply was made to PR kern/82905; it has been noted by GNATS. From: Kris Kennaway To: Adrian Czerniak Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/82905: mount_nullfs can reboot system Date: Fri, 29 Jul 2005 17:52:36 -0400 On Sat, Jul 02, 2005 at 08:52:13PM +0000, Adrian Czerniak wrote: > > >Number: 82905 > >Category: kern > >Synopsis: mount_nullfs can reboot system > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Jul 02 21:00:32 GMT 2005 > >Closed-Date: > >Last-Modified: > >Originator: Adrian Czerniak > >Release: 6-CURRENT > >Organization: > >Environment: > FreeBSD 68-71.is.net.pl 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Jul 2 15:27:02 CEST 2005 abaddon@68-71.is.net.pl:/usr/obj/usr/src/sys/abaddon i386 > >Description: > Try to do: > mount_nullfs /mnt/foo /some/other/place (where foo is mounted fat32 partition) and enter to /some/other/place, system will reboot. > >How-To-Repeat: > mount_nullfs /mnt/foo /some/other/place (where foo is mounted fat32 partition) and enter to /some/other/place Does it panic, or just reboot? Make sure you are at the system console and not running X, or you won't see the panic string. If it panics, please see the chapter on kernel debugging in the developers' handbook to learn how to obtain the information necessary to debug this. Kris