From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.bugs Subject: Re: segfault on buggy .gif + patch to fix it Date: Thu, 06 Sep 2007 22:30:32 +0200 Message-ID: <87tzq7pmdz.fsf@gnuvola.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189110717 22717 80.91.229.12 (6 Sep 2007 20:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 20:31:57 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Pixel Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 06 22:31:57 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITO15-0003aX-M0 for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Sep 2007 22:31:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITO13-0003AC-S1 for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Sep 2007 16:31:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITO11-00036I-Ba for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2007 16:31:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITO0z-00032W-Lm for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2007 16:31:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITO0z-00031l-9Z for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2007 16:31:49 -0400 Original-Received: from ppp-144-38.21-151.libero.it ([151.21.38.144] helo=ambire) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITO0x-00086g-Ac for bug-gnu-emacs@gnu.org; Thu, 06 Sep 2007 16:31:47 -0400 Original-Received: from ttn by ambire with local (Exim 4.63) (envelope-from ) id 1ITNzk-0002hs-6u; Thu, 06 Sep 2007 22:30:32 +0200 In-Reply-To: (pixel@mandriva.com's message of "Thu\, 06 Sep 2007 16\:00\:09 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16493 Archived-At: () Pixel () Thu, 06 Sep 2007 16:00:09 +0200 then do "emacs content.gif" in X mode, it will segfault. here is a simple patch to fix the issue: thanks, installed (both trunk and EMACS_22_BASE). thi