From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 14 08:25:22 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B06AC1065694 for ; Mon, 14 Dec 2009 08:25:22 +0000 (UTC) (envelope-from ibrahim.harrani@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 472F08FC17 for ; Mon, 14 Dec 2009 08:25:21 +0000 (UTC) Received: by bwz5 with SMTP id 5so1922555bwz.3 for ; Mon, 14 Dec 2009 00:25:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Y5WYI6zsxyOg6lrjdE5+WaRA+nG26aqwru9KwD6K65E=; b=LA62QsQJDf6cDiaIlMuxwXKMoSEl8BHNjzIROv8sGcdZWtXyhgbaDYM5be0ri6vrMB Xr1bQl4bEcQDAM9XqDsLZIOX6njCffjZP3CvlZ/EAeY4xsvcoqEZMfzMphQrtzNBpy3+ Zw5R2Sq2Dr3uUutigQRrBbxohTz7sVcVcxKtk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fxh0DqMUZsEqqz1YWZdCtUOJIXbCiaqB6PanSLUcTRnh5ZBVM8Er/2Bg4yIdmPvUVY LIqmmk7FpsfklmCJktO2WHjvf43wxmSk5Bb2N03o9TeX1a7lBxieix3MVyLUdUiJo6r2 Jo9qADD9Qd36/grEucBDK8wqouoX8epQOChjA= MIME-Version: 1.0 Received: by 10.204.24.130 with SMTP id v2mr2568338bkb.33.1260777730894; Mon, 14 Dec 2009 00:02:10 -0800 (PST) Date: Mon, 14 Dec 2009 10:02:10 +0200 Message-ID: <530068a0912140002w10641022w57bc3f8129e8fde0@mail.gmail.com> From: Ibrahim Harrani To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: panic: semexit - semid not allocated in FreeBSD 6.3 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 08:25:22 -0000 Hi, I am using FreeBSD 6.3 amd64, I am getting the following crash semexit - semid not allocated cpuid = 7 Cannot dump. No dump device defined Sleeping thread (tid 101800, pid 4107) owns a non-sleepable lock It seems that this problem was reported and fixed in FreeBSD 7.1 http://lists.freebsd.org/pipermail/freebsd-hackers/2009-January/027317.html Is there any fix for FreeBSD 6.3? Thanks. Ibrahim