From owner-freebsd-current@FreeBSD.ORG Sat Aug 23 08:17:24 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4825BC3 for ; Sat, 23 Aug 2014 08:17:24 +0000 (UTC) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A6FB33C77 for ; Sat, 23 Aug 2014 08:17:24 +0000 (UTC) Received: from delphij-macbook.local (c-24-5-244-32.hsd1.ca.comcast.net [24.5.244.32]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 8803CA695; Sat, 23 Aug 2014 01:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1408781843; x=1408796243; bh=jtqpLg9hhgaO9O2VkoNUIKGmdPRFHaw1MYN6kZs/OXo=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=HMWGNO2FdRv/xb3ChuswSAsqRsOtfd6VOiPUtSZYLvuJPl1HhCckQ3fjSCRhCiIkU vnnJ/txy755V9c/DUxMaqLwwolw6a1+UK9POd0KDdsAD7/gPPfmpO1mAV+Htwvk9ca Kg4K/i0i0F8Fa4RnczeS0Gf+sNL0zxX9zhLjyn3M= Message-ID: <53F84E13.4030303@delphij.net> Date: Sat, 23 Aug 2014 01:17:23 -0700 From: Xin Li Reply-To: d@delphij.net Organization: The FreeBSD Project MIME-Version: 1.0 To: =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= , freebsd-current@freebsd.org Subject: Re: Recent vt(4) broke moused when hw.vga.textmode=1 References: <53F836FC.9000104@delphij.net> <53F845D5.5050805@dumbbell.fr> In-Reply-To: <53F845D5.5050805@dumbbell.fr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 23 Aug 2014 08:17:24 -0000 On 8/23/14 12:42 AM, Jean-Sébastien Pédron wrote: > On 23.08.2014 08:38, Xin Li wrote: >> Fatal trap 12: page fault while in kernel mode > > And the crash is fixed in r270390. > > Thank you for reporting this! I have verified and r270390 have fixed the crash, thanks for the prompt fix! Cheers,