From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 10:11:43 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 AF77616A41B for ; Wed, 28 Nov 2007 10:11:43 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD8213C45B for ; Wed, 28 Nov 2007 10:11:43 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1817247uge for ; Wed, 28 Nov 2007 02:11:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zuZIZkao3g/JkkP2+TfN7SVjEE0uI0jZhdJLJLg7KYg=; b=ML/PT6rMTJckKn61GUFz9wzBnN7/KSY45fqzBhAeFFU7r3+q4n1ttV0jn2eLWuUUpqq4ilzjVDSqzeI51R2HoYnt4HHuy7BpKm54sJutuW2ANEMhyHKq97Nozb6ceUT9qOshb8+3jFJA+HO51Lvv0ZRC3t/K1kWN6obW+iH5dd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RUO3+oEEclr+aG91GM/DOXiTaC3N8U9y2qz9aJxr4yeMSbsP3zT/lHraKZOO6OkH19m2oXGAd65h2uMG6NZXomoYA4M+NBiwDTicTIAUHIdebTlyVDTT5KHINbzxUjv3DoQsJzWeInhTG7NSj84ojgyY8JUavM5scd0anBy5mow= Received: by 10.67.20.11 with SMTP id x11mr2657ugi.1196244702125; Wed, 28 Nov 2007 02:11:42 -0800 (PST) Received: by 10.66.220.16 with HTTP; Wed, 28 Nov 2007 02:11:42 -0800 (PST) Message-ID: <3aaaa3a0711280211g1a44172bi117ea3ee95f729bb@mail.gmail.com> Date: Wed, 28 Nov 2007 10:11:42 +0000 From: Chris To: "Kris Kennaway" In-Reply-To: <474B4610.5020702@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000701c82f89$fb9b40a0$0200a8c0@satellite> <4749FDE0.9030902@netscape.net> <474A9DCD.6020500@FreeBSD.org> <3aaaa3a0711260734tb0a46a3kac3b423bfd89582b@mail.gmail.com> <474B4610.5020702@FreeBSD.org> 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:11:43 -0000 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. Chris