From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 10:20:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2810C16A418 for ; Wed, 28 Nov 2007 10:20:27 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 4993B13C455; Wed, 28 Nov 2007 10:20:26 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <474D40F4.3090409@FreeBSD.org> Date: Wed, 28 Nov 2007 11:20:36 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Chris References: <000701c82f89$fb9b40a0$0200a8c0@satellite> <4749FDE0.9030902@netscape.net> <474A9DCD.6020500@FreeBSD.org> <3aaaa3a0711260734tb0a46a3kac3b423bfd89582b@mail.gmail.com> <474B4610.5020702@FreeBSD.org> <3aaaa3a0711280211g1a44172bi117ea3ee95f729bb@mail.gmail.com> In-Reply-To: <3aaaa3a0711280211g1a44172bi117ea3ee95f729bb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tore Lund , freebsd-questions@freebsd.org Subject: Re: stability of FreeBSD 7 Beta 3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 10:20:27 -0000 Chris wrote: > On 26/11/2007, Kris Kennaway wrote: > >> Of course not :P What are the PR references? >> >>> Try this. >>> >>> Login to twice on ssh. >>> If not root su both to root. >>> using the 2nd tty do a watch -W on the first tty. >>> on the first tty type 'killall watch' >>> you have now crashed freebsd 7 and most probably a auto reboot timer >>> is counting down. >> I can confirm this. >> >>> Even typing reboot to reboot the server causes page faults. >> But not this. >> >> Kris >> >> > Hi Kris > > http://www.freebsd.org/cgi/query-pr.cgi?pr=116719 is the watch report > > http://www.freebsd.org/cgi/query-pr.cgi?pr=116720 for the reboot > > The reboot stopped crashing when I recompiled world using -O I have > however seen it on other servers crashing on -O binaries its not > consistent like the watch problem but its on numerous servers I seen > the problem on. Unfortunately both of these are not high quality PR submissions, which is probably why no action has been taken yet. At least in the first one you give a "how to repeat" that I was able to follow, but in general when you encounter a panic you should be providing the backtrace and/or other debugging information requested here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html The second PR is basically null as written since it cannot be reproduced and no debugging information was submitted. If you are interested in proceeding with it, please reproduce and obtain the necessary kernel debugging. Otherwise we should close it. Does the patch I sent you solve the first problem? Kris