From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Crash after latest w32font changes Date: Mon, 3 Mar 2008 02:36:02 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204508211 3853 80.91.229.12 (3 Mar 2008 01:36:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 01:36:51 +0000 (UTC) To: "Emacs Devel" , "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 03 02:37:17 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JVzcC-0007Di-VF for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 02:37:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVzbg-00009H-0q for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 20:36:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVzb4-0007wJ-O4 for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:36:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVzb3-0007ua-AI for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:36:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVzb2-0007uI-W5 for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:36:05 -0500 Original-Received: from gv-out-0910.google.com ([216.239.58.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVzb2-0000EN-Ni for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:36:04 -0500 Original-Received: by gv-out-0910.google.com with SMTP id y18so3208733gvf.17 for ; Sun, 02 Mar 2008 17:36:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ginMvB7Iodvno/uyIyQYsbyrkBJgmE/2jAjBYtpIp6s=; b=JqQEaIdedUtlkEPlZMDUvL3Jvma23TsNuV5kkeOP+Fme5fc2S0vrHYt+yQU67yTitOY/wSaAQBtCn1obLMGrmbPtcYlwd21NIjS0qxUhI246pAJdJS0qzCwRXiDyJ09OqnaoU4AU5XDTqoH0EzzxX67n+CYIjYOt20Gwx3EGR/k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pD0gRoX9QZldi78H6g8AuwOItPMHsbzwrm/cqO2MBDtvoPgwwonUs1BkSEx9Eg1ZafMgeZEm5GVVinXNEqH1VyaCZ2oOoFKg0m2Ik80swqR3DbOxa9+m3NpPSJBonrvxAj4bD93zA9gw6iP8l9csBtus/dsQezYJzIfScbtazqE= Original-Received: by 10.114.183.1 with SMTP id g1mr138712waf.3.1204508162050; Sun, 02 Mar 2008 17:36:02 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sun, 2 Mar 2008 17:36:02 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Google Wireless Transcoder (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91131 Archived-At: Perhaps it is something as simple as this? Juanma Index: src/w32font.c =================================================================== RCS file: /cvsroot/emacs/emacs/src/w32font.c,v retrieving revision 1.13 diff -u -2 -r1.13 w32font.c --- src/w32font.c 3 Mar 2008 00:31:18 -0000 1.13 +++ src/w32font.c 3 Mar 2008 01:16:20 -0000 @@ -1710,5 +1710,5 @@ MAT2 transform; int i; - struct w32font_info *w32_font; + struct w32font_info *w32_font = (struct w32font_info *) font; bzero (&transform, sizeof (transform));