From owner-svn-src-head@FreeBSD.ORG Sun Apr 19 19:19:40 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9360310656A7; Sun, 19 Apr 2009 19:19:39 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id A48308FC2E; Sun, 19 Apr 2009 19:19:38 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from wolfram.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n3JJ3sfi041004; Sun, 19 Apr 2009 21:03:55 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <49EB759A.5030008@fgznet.ch> Date: Sun, 19 Apr 2009 21:03:54 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Nathan Whitehorn References: <200904190630.n3J6U14U001240@svn.freebsd.org> In-Reply-To: <200904190630.n3J6U14U001240@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191261 - in head/sys/powerpc: aim include X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 19:19:49 -0000 Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun Apr 19 06:30:00 2009 > New Revision: 191261 > URL: http://svn.freebsd.org/changeset/base/191261 > > Log: > Fix a typo in the SRR1 comparison for program exceptions. While here, > replace magic numbers with constants to keep this from happening again. > > Without this fix, some programs would occasionally get SIGTRAP instead > of SIGILL on an illegal instruction. This affected Altivec detection > in pixman, and possibly other software. > > Reported by: Andreas Tobler > MFC after: 1 week > Thank you, I rebuilt pixman with the default options and I do not get X11 crashes anymore. Regards, Andreas