From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Problem with library images on Windows (again) Date: Thu, 19 May 2005 06:50:35 +0300 Message-ID: <01c55c26$Blat.v2.4$0ef86680@zahav.net.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1116475399 5699 80.91.229.2 (19 May 2005 04:03:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 May 2005 04:03:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 19 06:03:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYcF6-0000tI-De for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 06:02:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYcHf-0007W0-IZ for ged-emacs-devel@m.gmane.org; Thu, 19 May 2005 00:05:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYcGp-0007FH-DV for emacs-devel@gnu.org; Thu, 19 May 2005 00:04:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYcGg-0007AC-In for emacs-devel@gnu.org; Thu, 19 May 2005 00:04:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYcGg-0006wP-6a for emacs-devel@gnu.org; Thu, 19 May 2005 00:04:18 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DYcEx-00040F-9B for emacs-devel@gnu.org; Thu, 19 May 2005 00:02:31 -0400 Original-Received: from zaretski (IGLD-80-230-39-112.inter.net.il [80.230.39.112]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EKK23082 (AUTH halo1); Thu, 19 May 2005 06:53:53 +0300 (IDT) Original-To: Juanma Barranquero X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (message from Juanma Barranquero on Thu, 19 May 2005 00:52:56 +0200) 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:37329 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37329 > Date: Thu, 19 May 2005 00:52:56 +0200 > From: Juanma Barranquero > > Anyway: tiff_load is pushing EBX into the stack and getting a > different EBX when poping it out at the end of the function! Can you set a watchpoint on the address where EBX is saved on the stack, and then see what code clobbers that value?