From owner-freebsd-stable@FreeBSD.ORG Sun Dec 21 14:04:37 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7091845 for ; Sun, 21 Dec 2014 14:04:37 +0000 (UTC) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 862722CAD for ; Sun, 21 Dec 2014 14:04:37 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id x19so3145991ier.34 for ; Sun, 21 Dec 2014 06:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=neosmart.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=uIUxNEKPhPjcDLnCy4xZotLMlfArsnL93qCZU/btCO4=; b=zStX773KRE61Rnsd4cc328xXjY3Zv+ruIRxDkQkm1wrEvjwzEmlU5sCpAeGp1EmkPT SPLqLIA10b3ez3F/KjY9OxzZd/+UP5QXa4G9pkgSJo5YVOwbyGRMkG0fDEtSdzZu4kJo 8ULs9fOh0O9n73oWSVxvRCrrFqGtjkizdagKI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=uIUxNEKPhPjcDLnCy4xZotLMlfArsnL93qCZU/btCO4=; b=EH/TLFBKLkQzg6mdRE6pjsXkFQKJi3BxV8N9mFxoSIlshMzlypJP5Sdv/kQ2+fjleK vNqiB6wGML/qcz+e7g1BdXwzJbUkglIg+yERKrEn7AjSzu7pzItA7owFa/rzYMvdzROY YUpdbZB6iFHEch3opS51OkB3X2YNW3tr+LFnjH6hUnwjXvRmGwcWlPXV9zMlkZ7mcGIy rb6Lk2WqpmptPZGNYnoR1y68O7rvvJhk/p8jeWaTwvQqfC5PCVOqLipDGTO+9F7a/sWM FG1l3Pi6NRZ0T53KTszdPCX4X5rKO4z3rOn7QiMVd2rim5dSaJvs+O9Pr1gdfBs4Amj6 EQxw== X-Gm-Message-State: ALoCoQkk2hW23WzY2oKGrNl04sdS3CHtzNIN5uJthoY3eBt8ulO9weNEr8pJu2TIT2eTEuIOHOfT X-Received: by 10.50.45.4 with SMTP id i4mr11861728igm.42.1419170676593; Sun, 21 Dec 2014 06:04:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.159.227 with HTTP; Sun, 21 Dec 2014 06:04:16 -0800 (PST) In-Reply-To: <20141221134906.GV2148@kib.kiev.ua> References: <796D07B5-4BEC-4E6E-BB7B-21951EB91E4B@neosmart.net> <20141221134906.GV2148@kib.kiev.ua> From: Mahmoud Al-Qudsi Date: Sun, 21 Dec 2014 08:04:16 -0600 Message-ID: Subject: Re: fdescfs kernel panic on 10.1-RELEASE To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-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: Sun, 21 Dec 2014 14:04:37 -0000 On Sun, Dec 21, 2014 at 7:49 AM, Konstantin Belousov wrote: > > What is the source line for address fdesc_allocvp+0xad ? > Easiest is to run 'kgdb /boot/kernel/kernel /dev/mem' on the system > which panics and do "list *fdesc_allocvp+0xad". > My apologies - pilot error, it would seem. I was missing my symbols, and after a recompile the error is gone.