From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: How about using static link instead of dynamic loaded dlls? Date: Thu, 05 Jun 2003 23:52:22 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030605234336.0703.LEKTU@terra.es> References: <20030605213617.855E.LEKTU@terra.es> <20030605232511.F8F1.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054851368 31765 80.91.224.249 (5 Jun 2003 22:16:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 22:16:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jun 06 00:16:02 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19O31e-0008Fc-00 for ; Fri, 06 Jun 2003 00:16:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19O3Ju-00066W-00 for ; Fri, 06 Jun 2003 00:34:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19O30S-0006TY-TS for emacs-devel@quimby.gnus.org; Thu, 05 Jun 2003 18:14:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19O30D-0006R1-Iy for emacs-devel@gnu.org; Thu, 05 Jun 2003 18:14:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19O2qI-00033j-8n for emacs-devel@gnu.org; Thu, 05 Jun 2003 18:04:18 -0400 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp3.ldap.isp) by monty-python.gnu.org with esmtp (Exim 4.20) id 19O2eo-000851-CX; Thu, 05 Jun 2003 17:52:26 -0400 Original-Received: from [81.40.137.38] ([81.40.137.38]) by tsmtp3.ldap.isp (terra.es) with ESMTP id HG13F900.8BA; Thu, 5 Jun 2003 23:52:21 +0200 Original-To: Juanma Barranquero In-Reply-To: <20030605232511.F8F1.LEKTU@terra.es> X-Mailer: Becky! ver. 2.06.02 Original-cc: Robin Hu X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14790 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14790 > I try to load a .PNG file and I get an access violation, and this trace: > > 0000001a() > > libpng.dll!png_warning() + 0x3c > libpng.dll!png_set_read_fn() + 0x3e It seems like my_png_error and my_png_warning are being called with wrong data. I can consistently cause my_png_error to be invoked with arguments (NULL, NULL). /L/e/k/t/u