From owner-freebsd-alpha Sat Jul 14 5:59:14 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id 947C337B401 for ; Sat, 14 Jul 2001 05:59:07 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f6ECx7M05234 for ; Sat, 14 Jul 2001 05:59:07 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 79389380B for ; Sat, 14 Jul 2001 05:59:07 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: alpha@freebsd.org Subject: For those with persistant alpha trouble.... Date: Sat, 14 Jul 2001 05:59:07 -0700 From: Peter Wemm Message-Id: <20010714125907.79389380B@overcee.netplex.com.au> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This appears to have fixed beast.freebsd.org: Index: interrupt.c =================================================================== RCS file: /home/ncvs/src/sys/alpha/alpha/interrupt.c,v retrieving revision 1.53 diff -u -r1.53 interrupt.c --- interrupt.c 2001/06/04 00:52:09 1.53 +++ interrupt.c 2001/07/14 11:56:37 @@ -444,7 +444,7 @@ "alpha_dispatch_intr: disabling vector 0x%x", i->vector); ithd->it_disable(ithd->it_vector); } - error = ithread_schedule(ithd, !cold); + error = ithread_schedule(ithd, 0); KASSERT(error == 0, ("got an impossible stray interrupt")); } The other alpha I have access to right now (UP2000 - SMP 2x21264) doesn't seem to care either way - it seems to work ok. beast.freebsd.org (Miata MX5 - PWS500au) absolutely will not build world without it. I would be curious to know if this solves any other persistant crashing machines. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message