From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Mon, 31 May 2004 19:41:20 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3405-Mon31May2004194119+0300-eliz@gnu.org> References: <20040531013831.AA50.LEKTU@mi.madritel.es> <20040531153907.3F41.JMBARRANQUERO@wke.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086022144 16055 80.91.224.253 (31 May 2004 16:49:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 May 2004 16:49:04 +0000 (UTC) Cc: jmbarranquero@wke.es, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 31 18:48:49 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUpxx-0004Br-00 for ; Mon, 31 May 2004 18:48:49 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BUpxx-0005Nv-00 for ; Mon, 31 May 2004 18:48:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUpy9-00056c-7o for emacs-devel@quimby.gnus.org; Mon, 31 May 2004 12:49:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUpy2-00056J-Nd for emacs-devel@gnu.org; Mon, 31 May 2004 12:48:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUpy0-000560-SN for emacs-devel@gnu.org; Mon, 31 May 2004 12:48:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUpxz-00055x-3k for emacs-devel@gnu.org; Mon, 31 May 2004 12:48:52 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUpxO-0003PY-Hm for emacs-devel@gnu.org; Mon, 31 May 2004 12:48:14 -0400 Original-Received: from zaretski ([80.230.152.211]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id CZO38386; Mon, 31 May 2004 19:43:28 +0300 (IDT) Original-To: Andreas Schwab X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Andreas Schwab on Mon, 31 May 2004 17:28:00 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24285 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24285 > From: Andreas Schwab > > Is edi a call-used register on windows? I don't know (anyone?). Anyway, if gif_load clobbers edi or even simply doesn't push/pop it (the machine code will show), then we know that this is the cause of the crash. Juanma, were the image support libraries compiled with MSVC or with another compiler, like GCC? Perhaps there are subtle differences in the ABI supported by the two compilers.