From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 18:58:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B87E16A4CE for ; Mon, 23 Aug 2004 18:58:23 +0000 (GMT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com (CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com [69.193.222.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509CE43D31 for ; Mon, 23 Aug 2004 18:58:23 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from localhost (localhost [127.0.0.1]) with ESMTP id 44B5E295412; Mon, 23 Aug 2004 14:58:21 -0400 (EDT) Received: from CPE000103d44c07-CM000f9f7ae88c.cpe.net.cable.rogers.com ([127.0.0.1])10024) with ESMTP id 37195-07; Mon, 23 Aug 2004 14:58:18 -0400 (EDT) Received: from cpe000103d44c07-cm000f9f7ae88c.cpe.net.cable.rogers.com (localhost [127.0.0.1])with ESMTP id 01934295411; Mon, 23 Aug 2004 14:58:17 -0400 (EDT) Received: from 66.11.183.182 (SquirrelMail authenticated user mikej); by cpe000103d44c07-cm000f9f7ae88c.cpe.net.cable.rogers.com with HTTP; Mon, 23 Aug 2004 14:58:18 -0400 (EDT) Message-ID: <1752.66.11.183.182.1093287498.squirrel@66.11.183.182> In-Reply-To: <412A39BA.8030003@elischer.org> References: <1569.66.11.183.182.1093284444.squirrel@66.11.183.182> <412A3590.4030003@elischer.org> <1599.66.11.183.182.1093285772.squirrel@66.11.183.182> <412A39BA.8030003@elischer.org> Date: Mon, 23 Aug 2004 14:58:18 -0400 (EDT) From: "Mike Jakubik" To: "Julian Elischer" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at fbsd.wettoast.net cc: freebsd-current@freebsd.org Subject: Re: SMP deadlocks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 18:58:23 -0000 Julian Elischer said: > ok, here's the patch.. http://people.freebsd.org/~dwhite/smp_rv_mtx.patch > > > if you don't know how to turn on pre-emption you probably don't have it > on... :) (it's disabled for now in i386/include/param.h from memory) In that case i do not have it on, but I am having trouble replicating the problem now. I have rebooted to the old kernel, without debugging. And i still cant replicate the problem when doing a simultaneous make -j4 buildworld and buildkernel. And to top it off, the customer expects the server in production in a few days :P If i can replicate the problem, i will try these patches. FYI The system has frozen previously during normal functions, not when doing compiles, but this seems to be very intermittent.