From owner-freebsd-stable@FreeBSD.ORG Wed Aug 15 06:42:54 2007 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 104DE16A417 for ; Wed, 15 Aug 2007 06:42:54 +0000 (UTC) (envelope-from sugarfreemonkey@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 94DC113C442 for ; Wed, 15 Aug 2007 06:42:53 +0000 (UTC) (envelope-from sugarfreemonkey@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so2182822mue for ; Tue, 14 Aug 2007 23:42:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=ORevkboykhe/HLs+JL6lypTOUDXhRfif2UwDNpzZR78S+ptSlWLubeghW/OcZo1ca/LVpq6v9BQhq0LvdI39TGP0XWnf6up5puTXSC3nedXWLu3NJHRp19a9S5dygXBA3JctotUaaoiHwzy/ADbQLk3vmqnSV5GYIqsqEpXIDzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ptwpbybYMIeu4xUvZfJ4UeX8SXhKaAl00qjWyAR3++hHk/yMIHC7PMbx0mbFVLO3jI9SMgV5cdV1db13ZXodUjSDijRz2HjibF2fpuGfir1AZgwud9qN95jtDZOUlYciW7J3a4DWgoceyZW2erFgElszPwUUHW1MarqA2cZzl7g= Received: by 10.78.123.5 with SMTP id v5mr44273huc.1187158592884; Tue, 14 Aug 2007 23:16:32 -0700 (PDT) Received: by 10.78.171.12 with HTTP; Tue, 14 Aug 2007 23:16:32 -0700 (PDT) Message-ID: <1fc8a2a60708142316m452e64c1mc859c53043e0d159@mail.gmail.com> Date: Wed, 15 Aug 2007 14:16:32 +0800 From: "Nex Mon" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: questions on nonsleepable lock 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: Wed, 15 Aug 2007 06:42:54 -0000 Hello All, Can someone point me out or explain the technical details of this kernel panic: sleeping thread (tid 100093, pid 2676) owns nonsleepable lock panic: sleeping thread -- -- Is this caused by incorrect use of mutex or semaphores? Is this related to kernel scheduling? Can this be addressed at the user process? I've tried looking throught the freebsd mailing list archives and documentations but coudn't find a real good answer to solve or prevent this problem. Im using freebsd 6.1 with SMP enabled on a Xeon dual core hardware. The system has several busy applications running, But the load average is very minimal, around 8.55 and no process hogging the CPU. So I expect my system should be running smoothly without in problem. I appreciate any help. Thanks a lot, Mon