From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 7 19:13:32 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE1D16A4CE; Wed, 7 Jul 2004 19:13:32 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E5743D2F; Wed, 7 Jul 2004 19:13:30 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 5A9C1FD9A5; Wed, 7 Jul 2004 12:13:30 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00729-03; Wed, 7 Jul 2004 12:13:30 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id DFC6DFD9A3; Wed, 7 Jul 2004 12:13:29 -0700 (PDT) From: Sean McNeil To: conrads@cox.net In-Reply-To: References: Content-Type: text/plain Message-Id: <1089227609.34828.6.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 07 Jul 2004 12:13:29 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-x11@freebsd.org cc: freebsd-current@freebsd.org cc: freebsd-amd64@freebsd.org cc: freebsd-gnome@freebsd.org Subject: Re: Any way to debug a hard lockup? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 19:13:33 -0000 On Wed, 2004-07-07 at 12:03, Conrad J. Sabatier wrote: > For the last few days, my amd64 box (Athlon 64 3200+, 5.2-CURRENT, > updating just about daily lately) has been locking up hard fairly > often, and I have no clue as to why. > > Checking the logs after rebooting reveals nothing at all out of the > ordinary. The box just "seizes up" and that's that. Only thing to do > is a power-down and restart. > > Changing from SCHED_ULE to SCHED_4BSD appears to make no difference at > all. > > My other box, an older (32-bit) Athlon, has been rock stable. I've > been keeping both machines updated simultaneously to exactly the same > revisions, using as near-identical system settings as possible also, > the main difference being I'm running X.org/GNOME on the amd64 box and > no X on the i386 box. > > Any suggestions? Instinct tells me it may be a problem with some of > the ports I'm running (X.org/GNOME, hence the Cc:s), but how to verify? > Sure, I could run without X a while and see how it goes, but that still > won't help to isolate the problem, if it is, in fact, port-related. > > Thanks. I've had the same problem, but not the time to look into it. You may want to try to telnet, ssh, or use the serial port. I'm not sure, but it seems the machine is still running but X is locked up solid and ctl-alt-f1 doesn't work. Serial port access would be your best bet. The lockups started for me after the native preemption stuff was added in. Sean