From owner-freebsd-stable@FreeBSD.ORG Mon Sep 27 14:16:07 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E068C106566C for ; Mon, 27 Sep 2010 14:16:07 +0000 (UTC) (envelope-from nickolasbug@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 70F5F8FC08 for ; Mon, 27 Sep 2010 14:16:07 +0000 (UTC) Received: by eyx24 with SMTP id 24so1497494eyx.13 for ; Mon, 27 Sep 2010 07:16:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=lkYELPmcYqEk0KM09+j+fp0xn/q8cZrwTZd9rMaNOpo=; b=SwFaGnxRJWLYRkGobbaX3sX+WlNi1oGxUb5CDcfMVT8J/8zSLP2BaILnL9Z2rhcQj+ TDzxJAhZXcKyCCobpF3J+y3+l4UBrrHww31YRlVbkSSfZWqnWUflXUU4mph1c9H6DnSI 3MMf10cBuX1f6zSL/A+4ZXV5yfi5r3W0OhVw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gMBJaN9IYjIG4VPpyWPaST8+RNtA+tR3Am3gD5sJE1VdUNqqoWZtAq/hMdos4QM1bP F0qE8fpy5oRycWPVkZExpkX4fWc8JQrVH4JpuExnRTcWPdh7csoudYRbPiOwght8EOum voTiYwXhUZ8HOED7mpoMLsVlWdQXvjAj1Vwo8= MIME-Version: 1.0 Received: by 10.213.32.135 with SMTP id c7mr6141096ebd.2.1285596966109; Mon, 27 Sep 2010 07:16:06 -0700 (PDT) Received: by 10.213.113.142 with HTTP; Mon, 27 Sep 2010 07:16:06 -0700 (PDT) In-Reply-To: <1285595631.31122.809.camel@pow> References: <1285587910.31122.633.camel@pow> <4CA08D0D.4030406@icyb.net.ua> <1285595631.31122.809.camel@pow> Date: Mon, 27 Sep 2010 17:16:06 +0300 Message-ID: From: nickolasbug@gmail.com To: luke@hybrid-logic.co.uk Content-Type: text/plain; charset=ISO-8859-1 Cc: stable@freebsd.org Subject: Re: Problem running 8.1R on KVM with AMD hosts X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 14:16:08 -0000 > http://lukemarsden.net/8.1R-KVM-AMD-failure.png This picture is useless. No debug symbols == no useful information. 1. Please, build your kernel with debug symbols. Your kernel configuration file should contain string makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 2. Show kgdb output, as described here: http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html