From owner-freebsd-stable@FreeBSD.ORG Tue Oct 2 23:59:22 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A3416A418 for ; Tue, 2 Oct 2007 23:59:22 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id AD6CB13C459 for ; Tue, 2 Oct 2007 23:59:21 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so3057596nfb for ; Tue, 02 Oct 2007 16:59:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=tb5zXFwyO3ETPX1/xKGWXFdA/JZew3IDGKbnxtSUgCo=; b=MNznoQ8eftN0gIFYTcq/1GZ7MZOByrCo6CMYj26jk+fgMHa/AeQwV0GQsTE/VK1hZclrHfppJkRhOCcP8oAa2S07zPoagPBpDCR9a4RPnji8HI2mMUKIAhYEnbUceWvyisFqe6JgrqQ9Xi6ohFOAdjZXqT9b6Cl1osY+Sz2tPnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:x-authentication-warning:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=GvnNfuwztXqzq9M+o+iOSNTcV5mEU5Hxlep/Mx1m4DB+R1/lQQnzhQOtKFpupQrXk5sjzuiQ60Wr1s8ZIuO/P5vhr37P+pmIEIDOmZX56LL9gNjHG1JBHQGhD6nT+NvLNRmWf0Jr/X/yY2D1K0xhF/fg2LWdrQfXLBcAkUpLNUE= Received: by 10.78.201.2 with SMTP id y2mr5037732huf.1191368078157; Tue, 02 Oct 2007 16:34:38 -0700 (PDT) Received: from darklight.abyss ( [83.239.5.254]) by mx.google.com with ESMTPS id p29sm2979798hub.2007.10.02.16.34.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 02 Oct 2007 16:34:33 -0700 (PDT) Received: from darklight.abyss (localhost [127.0.0.1]) by darklight.abyss (8.14.1/8.14.1) with ESMTP id l92NYKnd098109; Wed, 3 Oct 2007 03:34:20 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.abyss (8.14.1/8.14.1/Submit) id l92NYGSZ098108; Wed, 3 Oct 2007 03:34:16 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.abyss: yuri set sender to yuri.pankov@gmail.com using -f Date: Wed, 3 Oct 2007 03:34:15 +0400 From: Yuri Pankov To: Natham Message-ID: <20071002233415.GA76638@darklight.abyss> References: <3b93bd110710021255w71c09394o67f81efcdc4894da@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3b93bd110710021255w71c09394o67f81efcdc4894da@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-stable@freebsd.org Subject: Re: Kernel Fatal trap 12 on 6.2 release p7 how to report it 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: Tue, 02 Oct 2007 23:59:22 -0000 On Tue, Oct 02, 2007 at 02:55:08PM -0500, Natham wrote: > Hi: > > Im getting a Fatal trap 12 from a freebsd 6.2 release p7, how can i > report it and get help?? Check http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html on how to obtain needed information. -- Yuri Pankov