From owner-freebsd-virtualization@FreeBSD.ORG Mon Nov 11 13:12:47 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CA9C57C4 for ; Mon, 11 Nov 2013 13:12:47 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68C322639 for ; Mon, 11 Nov 2013 13:12:47 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hq4so1717570wib.10 for ; Mon, 11 Nov 2013 05:12:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cvGD/QDOnGnzDw7MAUXx/nfBP6rcslRr10Mi04YqPeY=; b=MRoFh6csY0lCVix5gMD6XpL7F2APRTK9WzG5a1xptqnk2IVdNTiKg5o16iLiAkBxGd J4Azz7gACgErvfAQqtrtvqgZKWW7vIDxtcDYADLy37P2NW24ZljmdtAL66c/NK9XwU8N qZl1a9mcsXMpuxF3J7+Oiir47Lqyr5uqT1Ef9ipASKh/9vRhQdSdM+mT+IFbqUg5SGVI xLHuud4oPbMwiAmYNLR40N2OfYZaRaTGMmMxYyusBiLNbUYr0ZPbGLkn5x0p2yVo6ZO/ X8C1ebmM73NXxkW/gi4ch2uhV4g42KBqdyyTnth88g8w9FAVeq6ihjZjiubDFmbI3mcd 2i/w== MIME-Version: 1.0 X-Received: by 10.194.20.202 with SMTP id p10mr1881151wje.39.1384175565830; Mon, 11 Nov 2013 05:12:45 -0800 (PST) Received: by 10.216.203.195 with HTTP; Mon, 11 Nov 2013 05:12:45 -0800 (PST) In-Reply-To: References: Date: Mon, 11 Nov 2013 17:12:45 +0400 Message-ID: Subject: Re: Running `sysctl -a` causes crash (Hyper-V) From: Sergey Kandaurov To: Pavel Timofeev Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 13:12:47 -0000 [Please, don't top-post.] On 11 November 2013 17:06, Pavel Timofeev wrote: > I'm sorry, could you explain how to do it? Which one is the 'core > file', vmcore or core.txt? > It's vmcore. kgdb /path/to/kernel /path/to/vmcore > 2013/11/11 Sergey Kandaurov : >> On 11 November 2013 16:38, Pavel Timofeev wrote: >>> Hi! Can anybody confirm the subject? >>> Every time when I run `sysctl -a` get this >>> >>> http://pastebin.com/Chf9qQTD >> >> Can you show 'p vm_guest' from core file? -- wbr, pluknet