From owner-freebsd-stable@FreeBSD.ORG Tue Sep 22 03:33:41 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA6B8106568B; Tue, 22 Sep 2009 03:33:41 +0000 (UTC) (envelope-from hiyorin@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD798FC26; Tue, 22 Sep 2009 03:33:40 +0000 (UTC) Received: by ewy5 with SMTP id 5so63227ewy.36 for ; Mon, 21 Sep 2009 20:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=gk7EsJv6ESbuWZUq45FtLfCDp5r4c8NXUlHU8VnyPSA=; b=vKyhHRCKYxdhVkVZwpKXpyPW2UaxOkFru26FTLzb+K8rc77s+wLLzLmvIsUuR5+O15 KazxhwDstT/BCAZ8TOhr+yp7wcGr7dThpJuskfGuD4U1s3W6C97f2w2lFqwvsGF+8fif xjlptJghw+o5fuUWyO5GK5z6HPUGM0i9lHNBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=AX0ihSmIglkmEj/g6MHRU5YiYrmmrT6l135Bx1lrP9Q7rheIfU7y1n7jcWlIk9sbw5 Zu63o6oTOodJLjXJkWlL/UeofsR0Zc1eRDtp218o32Y1dZvXQgS5o4UcozNo76p0H2ZV vSkeunKyNH8qN2dUobpgM0WQ/ukoduMERH8og= Received: by 10.210.101.1 with SMTP id y1mr4000931ebb.60.1253590420059; Mon, 21 Sep 2009 20:33:40 -0700 (PDT) Received: from ?10.130.10.181? ([202.82.159.125]) by mx.google.com with ESMTPS id 7sm78316eyb.16.2009.09.21.20.33.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Sep 2009 20:33:39 -0700 (PDT) Message-ID: <4AB8458C.8000404@gmail.com> Date: Tue, 22 Sep 2009 11:33:32 +0800 From: "C. C. Tang" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Attilio Rao References: <3bbf2fe10909121432x7bd4f7es497e9431c4e520d6@mail.gmail.com> <4AB1A838.2040406@gmail.com> <3bbf2fe10909170216u29d994aj55c21efdfbc26ba5@mail.gmail.com> <4AB21005.6040104@gmail.com> <4AB36E1F.6080401@gmail.com> <3bbf2fe10909191224m6061d325h8bc1a389e195aa30@mail.gmail.com> <4AB8318D.5000404@gmail.com> <3bbf2fe10909211910r2ed6957cvb1f7f226e2a8b89d@mail.gmail.com> In-Reply-To: <3bbf2fe10909211910r2ed6957cvb1f7f226e2a8b89d@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-STABLE Mailing List , Dan Naumov Subject: Re: 7.2-release/amd64: panic, spin lock held too long X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2009 03:33:41 -0000 Attilio Rao wrote: > 2009/9/22 C. C. Tang : >>>>>>> >>>>> I have patched the sched_ule.c and did a make buildkernel & make >>>>> installkernel (is buildworld and installworld necessary?), rebooted and >>>>> the >>>>> machine is running now. >>>>> I will post here again if there is any update. >> My server is up for 3.5 days now with HyperThreading & powerd enabled. >> No panic occured yet. > > Usually how long did it take to panic? > > Attilio > > It is rather random, but will usually panic within one week. Anyway my server will keep running and I will report if it has any problem. Thanks, C.C.