From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 26 13:00:17 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B08F316A401 for ; Thu, 26 Apr 2007 13:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5B68813C465 for ; Thu, 26 Apr 2007 13:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3QD0HuO042107 for ; Thu, 26 Apr 2007 13:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3QD0H0e042106; Thu, 26 Apr 2007 13:00:17 GMT (envelope-from gnats) Date: Thu, 26 Apr 2007 13:00:17 GMT Message-Id: <200704261300.l3QD0H0e042106@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/96981: reproducible instant reboot by unprivileged user X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 13:00:17 -0000 The following reply was made to PR kern/96981; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, lvoege@gmail.com Cc: Subject: Re: kern/96981: reproducible instant reboot by unprivileged user Date: Thu, 26 Apr 2007 13:58:19 +0100 Hi, Is this still a problem under 6.2? If so, is there any chance you could wire up a serial console to the machine as described in http://www.freebsd.org/doc/en_US.ISO8859-1/articles/console-server/freebsd.html and follow the instructions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-online-ddb.html in order to obtain a stack trace once it has crashed? It's likely that your machine is crashing and rebooting straight away as you are in X, however the above may well provide enough information to help debug this issue further. Thanks, Gavin