From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 14 20:27:04 2012 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 A878C106566B; Wed, 14 Mar 2012 20:27:04 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7704A8FC15; Wed, 14 Mar 2012 20:27:04 +0000 (UTC) Received: from julian-mac.elischer.org (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.5/8.14.5) with ESMTP id q2EKR0uA088414 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 14 Mar 2012 13:27:03 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <4F60FF28.8010104@freebsd.org> Date: Wed, 14 Mar 2012 13:27:20 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: Artem Belevich References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Maninya M , freebsd-hackers@freebsd.org Subject: Re: Capture states of all processes at the same time 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: Wed, 14 Mar 2012 20:27:04 -0000 On 3/14/12 12:02 PM, Artem Belevich wrote: > On Wed, Mar 14, 2012 at 11:25 AM, Maninya M wrote: >> Then typed this to force a panic: >> >> sysctl debug.kdb.panic=1 >> >> The computer just hung after this, and after waiting for a while I pressed >> the reboot button. >> It said "no core dumps found" while rebooting. > First, make sure you have swap space configured. If minidump is not > enabled (check sysctl debug.minidump) you will need to make sure you > have more swap space than physical memory. > Then make sure that dump device is set up correctly. See dumpdev in rc.conf(5) > > If that didn't work, you may be running into the issue in PR kern/155421: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern%2F155421&cat= > > Alas, I don't know what to do about that. or just do "ps" from ddb and then continue. you can set things up in 9 (and maybe 8, I don't know) to capture the ddb output.. > --Artem > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >