From xemacs-m  Tue Jan 14 11:13:23 1997
Received: from mtl.mit.edu (MTL.MIT.EDU [18.62.0.45])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id LAA16919 for <xemacs-beta@xemacs.org>; Tue, 14 Jan 1997 11:12:41 -0600 (CST)
Received: by mtl.mit.edu (5.65/DEC-Ultrix/4.3/MTL-1.2)
	id AA27977; Tue, 14 Jan 1997 11:52:10 -0500
X-Organization: MIT Microsystems Technology Laboratories
Reply-To: gutnik@mtl.mit.edu
Received: by godot.mtl (SMI-8.6/SMI-SVR4)
	id LAA02043; Tue, 14 Jan 1997 11:52:09 -0500
Date: Tue, 14 Jan 1997 11:52:09 -0500
Message-Id: <199701141652.LAA02043@godot.mtl>
From: Vadim Gutnik <gutnik@mit.edu>
To: xemacs-beta@xemacs.org
Subject: core dumped

In XEmacs 20.0 [Lucid] (sparc-sun-solaris2.4) of Mon Jan 13 1997 on portnoy

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Here's what gdb gave me.

	Vadim



GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (sparc-sun-solaris2.5), Copyright 1996 Free Software Foundation, Inc...
(no debugging symbols found)...
 
warning: core file may not match specified executable file.
Core was generated by `/mit/xemacs/bin-beta/xemacs -nw'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libsocket.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libnsl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libkvm.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libelf.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libkstat.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libintl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libmp.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libw.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...(no debugging symbols found)...
done.
Reading symbols from /usr/lib/nss_files.so.1...(no debugging symbols found)...done.
#0  0xef5f3e30 in kill ()
(gdb) where
#0  0xef5f3e30 in kill ()
#1  0x8a2bc in fatal_error_signal ()
#2  <signal handler called>
#3  0xef5f3e30 in kill ()
#4  0x8c474 in assert_failed ()
#5  0x1654e8 in specifier_instance ()
#6  0xf3f74 in glyph_image_instance ()
#7  0xe9bd8 in update_frame_icon ()
#8  0x13b3b8 in redisplay_device ()
#9  0x13b9e8 in redisplay_without_hooks ()
#10 0x13bc0c in redisplay ()
#11 0xa45b0 in Fnext_event ()
#12 0x6a2e4 in Fcommand_loop_1 ()
#13 0x69f48 in command_loop_1 ()
#14 0x8eadc in condition_case_1 ()
#15 0x69140 in command_loop_3 ()
#16 0x69168 in command_loop_2 ()
#17 0x8e5fc in internal_catch ()
#18 0x695fc in initial_command_loop ()
#19 0x8b538 in main_1 ()
#20 0x8bcf4 in main ()

