From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 4 06:00:52 2010 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 8D46610656A6 for ; Sat, 4 Sep 2010 06:00:52 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACB88FC15 for ; Sat, 4 Sep 2010 06:00:52 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o8460n8M030021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Sep 2010 23:00:49 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o8460nQC030020; Fri, 3 Sep 2010 23:00:49 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA19451; Fri, 3 Sep 10 22:56:31 PDT Date: Fri, 03 Sep 2010 22:56:26 -0700 From: perryh@pluto.rain.com To: mj@feral.com Message-Id: <4c81df8a.QnrOLT9v+2qoEZVY%perryh@pluto.rain.com> References: <4C81187E.9050308@icyb.net.ua> <4C811DDC.6080001@feral.com> In-Reply-To: <4C811DDC.6080001@feral.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: minidump: a hack to prevent vm_page_dump bitmap change during dumping 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: Sat, 04 Sep 2010 06:00:52 -0000 Matthew Jacob wrote: > ... IMO, the best thing to do is to when > you're panicing stop all other CPUs. which is fine _if_ the system is healthy enough to do it. If it's unhealthy enough to be panicing, it may not be healthy enough to be doing IPC operations.