From owner-freebsd-stable@FreeBSD.ORG Thu Nov 27 08:27:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEDA16A4CE for ; Thu, 27 Nov 2003 08:27:09 -0800 (PST) Received: from dilbert.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95C1643FCB for ; Thu, 27 Nov 2003 08:27:08 -0800 (PST) (envelope-from petefrench@keithprowse.com) Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.22) id 1APOyx-000Js3-RE for freebsd-stable@freebsd.org; Thu, 27 Nov 2003 16:27:07 +0000 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Thu, 27 Nov 2003 16:27:07 +0000 Subject: 4.9-RELEASE HTT support ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 16:27:09 -0000 So I finally got a new machine at work - being a Dell P4 with HTT on it. As I normally use SMP machines I thought I would have a goat getting this running. Running the box with an SMP kernel but machdep.hlt_logical_cpus set to "1" works fine. Seem rock solid and stable, but all processes are running on logical CPU 0. Altering machdep.hlt_logical_cpus to be "0" and I get what I would expect - a mix of processes running on CPU's 0 and 1. But if I try and do any large compiles (e.g. a make buildkernel) then random processes die with signal 11. I would usually associate this with bad memory, but it only happens when I am running HTT. Had anybody else expereinced anything similar ? -pcf.