From owner-freebsd-current@FreeBSD.ORG Mon Jan 19 21:24:01 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAA43106566B for ; Mon, 19 Jan 2009 21:24:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-bw0-f10.google.com (mail-bw0-f10.google.com [209.85.218.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7198F8FC13 for ; Mon, 19 Jan 2009 21:24:01 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by bwz3 with SMTP id 3so144011bwz.19 for ; Mon, 19 Jan 2009 13:24:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=gZYyZ4TQau6HoULOXIdQlzNkQ14r9v7SQkYNdO4ckYA=; b=RJEk3cH03v6ditd+6WB5qq5i3b8M9BOeJka6a2KZZDhaBCAKusEJ6r8qB+SC+u6yO3 R8C/XXvz5nXx2G5OJpFXpb2noRVCxNQuOo6eo54Cj9aICHhvbJBCOpHHTkiRP0NKTyut e4VSspwlA47jzHY2UA3GuBQZVnjY6aybWaTvw= 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:content-transfer-encoding; b=eHiSnJM1P76cpzBoOj/rhIufg/Yk0Mhs6tIIyC+Nma+LviD62nsGOjUMML8qqdnEHr flPvwgI8Eb+a+JP0zvLv1rxObF8OAJDNZ6x3fFQlmSkslHKqP/aNr0xw0D+VqVQc0DwT z/aL3sdJKj6pOfXxZDiyiddEId5NloGP0nsXc= MIME-Version: 1.0 Received: by 10.181.146.14 with SMTP id y14mr2218553bkn.16.1232400041142; Mon, 19 Jan 2009 13:20:41 -0800 (PST) In-Reply-To: <1232330314.13652.11.camel@phoenix.blechhirn.net> References: <1232330314.13652.11.camel@phoenix.blechhirn.net> Date: Mon, 19 Jan 2009 13:20:41 -0800 Message-ID: <7d6fde3d0901191320h73d9b372k185a7f8172cbe9e1@mail.gmail.com> From: Garrett Cooper To: o.roeschke@gmx.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Kernel traps 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, 19 Jan 2009 21:24:02 -0000 On Sun, Jan 18, 2009 at 5:58 PM, Oliver Roeschke wrote: > Hi... > > I just started testing 8-CURRENT and I have to say it really rocks. Is > so incredibly fast (even with WITNESS activated). Great work!!! > > Currently I'm using 8-CURRENT within VMware workstation (6.0.4) and XEN > (3.3.0) as para-virtualized domain. > > I've seen some kernel traps which appear on XEN and VMware, and some > only on XEN or VMware. I've tried to collect them all, and saved them in > the attached text-file. > > I'm currently running on SVN revision 187392. I'm experimenting for over > a week now, and always seen the traps. > > How can I help resolve this issues? Since I'm experimenting in virtual > machines it's no problem to test whatever needed. > > > greetz > olli Olli, Have you tried these resources yet? 1. http://www.lemis.com/grog/Papers/Debug-tutorial/ 2. http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html Cheers, -Garrett