From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.diffs,gmane.emacs.devel Subject: Re: master e163745: Fix retrieval of frame delay when using GDI+ Date: Fri, 17 Apr 2020 09:56:57 +0300 Message-ID: <83mu7ad2h2.fsf@gnu.org> References: <20200415201641.26527.35206@vcs0.savannah.gnu.org> <20200415201643.2B3BF209AA@vcs0.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="120926"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-diffs@gnu.org, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-diffs-bounces+gnu-emacs-diffs=m.gmane-mx.org@gnu.org Fri Apr 17 08:57:17 2020 Return-path: Envelope-to: gnu-emacs-diffs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jPKw8-000VKI-Gw for gnu-emacs-diffs@m.gmane-mx.org; Fri, 17 Apr 2020 08:57:16 +0200 Original-Received: from localhost ([::1]:43092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPKw7-0005pV-98 for gnu-emacs-diffs@m.gmane-mx.org; Fri, 17 Apr 2020 02:57:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35151) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPKw2-0005oL-Ct; Fri, 17 Apr 2020 02:57:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46585) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPKw2-0007yi-9a; Fri, 17 Apr 2020 02:57:10 -0400 Original-Received: from [176.228.60.248] (port=3634 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jPKw1-00040L-0x; Fri, 17 Apr 2020 02:57:09 -0400 In-Reply-To: (message from Juanma Barranquero on Fri, 17 Apr 2020 01:53:37 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-diffs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mailing list for Emacs changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-diffs-bounces+gnu-emacs-diffs=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-diffs" Xref: news.gmane.io gmane.emacs.diffs:155687 gmane.emacs.devel:247151 Archived-At: > From: Juanma Barranquero > Date: Fri, 17 Apr 2020 01:53:37 +0200 > Cc: emacs-diffs@gnu.org > > Thread 1 hit Breakpoint 2, decode_delay ( > propertyItem=propertyItem@entry=0x56b2f90, frame=frame@entry=0) > at w32image.c:219 > 219 { > (gdb) n > 220 enum PropertyItem_type type = propertyItem[0].type; > (gdb) n > 223 switch (type) > (gdb) n > [New Thread 3872.0x3094] > 237 emacs_abort (); > (gdb) p type > $1 = 43947 > (gdb) Is that the same multi-frame TIFF files you reported a crash a minute ago? Or is this a different use case?