From xemacs-m  Thu Mar 13 11:34:59 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA03603
	for <xemacs-beta@xemacs.org>; Thu, 13 Mar 1997 11:33:56 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcgsk12231; Thu, 13 Mar 1997 12:33:56 -0500 (EST)
Date: Thu, 13 Mar 1997 12:33:56 -0500 (EST)
Message-Id: <QQcgsk12231.199703131733@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: the GIF that crashes XEmacs
In-Reply-To: <199703131727.MAA29287@amber.vis-av.com>
References: <QQcgsf11106.199703131626@crystal.WonderWorks.COM>
	<199703131727.MAA29287@amber.vis-av.com>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Derrell Lipman writes:
 > >>>>> "  Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 >   Kyle> Send mail to battlemech@wonderworks.com and it will reply with
 >   Kyle> a message containing Amir's GIF that seems to kill off XEmacs
 >   Kyle> 19.15-b98 running VM, built with
 > 
 >   Kyle> SunOS 4.1.4, MIT X11R5, gcc 2.7.2.
 > 
 >   Kyle> ftp://ftp.uu.net/private/kyle/battlemech.gif
 > 
 > 
 > Actually, when it crashed on me, I didn't send mail as specified
 > above; I just moved onto the ftp: line at the end, and pressed Enter.

Which is what I thought you did.  The crash you're seeing is
duplicated by this code.

(setq e (make-extent nil nil))
(delete-extent e)
(set-extent-face e 'bold)

for which I've already submitted a patch to Steven.  Amir's
crash, unfortunately, is apparently unrelated.

