From owner-freebsd-stable@FreeBSD.ORG Thu May 7 15:13:31 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3EDA6CA for ; Thu, 7 May 2015 15:13:31 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66E8612EC for ; Thu, 7 May 2015 15:13:31 +0000 (UTC) Received: by wgiu9 with SMTP id u9so46788598wgi.3 for ; Thu, 07 May 2015 08:13:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=300.nl; s=tip; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=yt94pXnn0DAFNcPFbYXgRc6NgHlDpIoifXENybaKFUc=; b=sLyVyXn3V5LKW/X68UTulXAy8Rhq21jidvWQ+b7JRC/lJmCJLwsbQQxBPTQQZ06RnK QPrG1eUSVmbDRErSEJBkGMe9K7ZRcBe2bZYB+FisRM+/1lJ6p2MbIs29uYd2CHu5rOGg +DP3Pw2SuoNe4VxdgjurHDHuOEATXh98CZ5UM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=yt94pXnn0DAFNcPFbYXgRc6NgHlDpIoifXENybaKFUc=; b=AtuYr+UhW4VZjaV7kXdLPaPgmjPvEubsxVDQETfRKu+CXq43MKxOvfp/ul4yYbCU8N UaNh8sdXH8Peq5f6t9J0wroRsJEMo41azKy8i/XLeU5w7N00N0t82Xa7O+Y6xYuT9U+p /eU8ueU54TNQAUOPrt4HgPakM9m781VZFSAEQ1nz63EBvvfomFJYUuqDOHbO6ovvfMBi JqD1drgwtCNQb1/7ZsxAYN7+l4K0qdXW26K5afEy/D1tuZBgYemax+M5yvRYFNBu1uC7 GDAf29T4wmtj7rwFZfqKAJQlWJr6BoJgfrb3pgFvma4oZ2QQOPjg9WNQ/4cbOJjAR7fI O4QQ== X-Gm-Message-State: ALoCoQmvSQ8aUxZc/Pi+Grt/yP4JkM9+JxMj/CLnMy5OPyaYezMD6+lzsWk0Q34JxxAFLVz0s46P X-Received: by 10.194.81.169 with SMTP id b9mr8322617wjy.126.1431011609773; Thu, 07 May 2015 08:13:29 -0700 (PDT) Received: from [10.2.7.215] (kantoor.transip.nl. [80.69.69.100]) by mx.google.com with ESMTPSA id bh7sm3918967wjb.8.2015.05.07.08.13.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 May 2015 08:13:28 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: panic: pmap active 0xfffff8001b7154b8 From: Johan Schuijt-Li In-Reply-To: <554B7F5D.3050805@FreeBSD.org> Date: Thu, 7 May 2015 17:13:27 +0200 Cc: freebsd-stable@freebsd.org Message-Id: <13D07839-664F-4598-9036-E94D9AC7D0AE@300.nl> References: <554B7F5D.3050805@FreeBSD.org> To: Bryan Drewery X-Mailer: Apple Mail (2.2098) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 15:13:31 -0000 >=20 > What we really need is a full core dump (minidump) and backtrace. This > will let us inspect the pmap state. >=20 > = https://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html = > = https://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.h= tml = Sorry if my words were a bit unclear, but this is what I have. If you = could e-mail me a preferred username with public key I can give you = access to this. - Johan=