From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 20:43:56 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD74B1065672 for ; Mon, 20 Oct 2008 20:43:56 +0000 (UTC) (envelope-from wjw@withagen.nl) Received: from mail.digiware.nl (www.tegenbosch28.nl [217.21.251.97]) by mx1.freebsd.org (Postfix) with ESMTP id 893438FC19 for ; Mon, 20 Oct 2008 20:43:56 +0000 (UTC) (envelope-from wjw@withagen.nl) Received: from localhost (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id 85018174B3 for ; Mon, 20 Oct 2008 22:43:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by localhost (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0gojGNrd0fgL for ; Mon, 20 Oct 2008 22:43:48 +0200 (CEST) Received: from [192.168.2.10] (vaio [192.168.2.10]) by mail.digiware.nl (Postfix) with ESMTP id 1C00617476 for ; Mon, 20 Oct 2008 22:43:48 +0200 (CEST) Message-ID: <48FCED88.1090502@withagen.nl> Date: Mon, 20 Oct 2008 22:43:52 +0200 From: Willem Jan Withagen User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Dumping kernel in SMP env X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2008 20:43:56 -0000 Hi, Once again trying to get a little further with the freezes and lockups. But panic-ing the kernel from the debugger only works with one processor. Doing it with both processors active just generates 2 backtraces, but no dump. Is this a known fact? There was a similar question beginning of the month asking about 'call doadump' not working, without an answer. If it should work, I'll try and recreate the traceback. --WjW