From xemacs-m  Thu Dec 26 13:15:11 1996
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id NAA27256 for <xemacs-beta@xemacs.org>; Thu, 26 Dec 1996 13:15:10 -0600 (CST)
Received: from mr1.exu.ericsson.se (mr1.exu.ericsson.com [138.85.147.11]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id NAA18545 for <xemacs-beta@xemacs.org>; Thu, 26 Dec 1996 13:12:46 -0600 (CST)
Received: from screamer.rtp.ericsson.se (screamer.rtp.ericsson.se [147.117.133.13]) by mr1.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with SMTP id NAA17601 for <xemacs-beta@xemacs.org>; Thu, 26 Dec 1996 13:12:45 -0600 (CST)
Received: from rcur (rcur18.rtp.ericsson.se [147.117.133.138]) by screamer.rtp.ericsson.se (8.6.12/8.6.4) with ESMTP id OAA13171 for <xemacs-beta@xemacs.org>; Thu, 26 Dec 1996 14:12:44 -0500
To: XEmacs Mailing List <xemacs-beta@xemacs.org>
Subject: 20.0-b32 crash
Mime-Version: 1.0 (generated by tm-edit 1.1.1.2)
Content-Type: text/plain; charset=ISO-8859-1
Date: Thu, 26 Dec 1996 14:12:44 -0500
Message-ID: <7266.851627564@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by xemacs.cs.uiuc.edu id NAA27257


I was running GNUS and did something (sorry, I don't really know what
happened) which caused the following crash.  Traceback from gdb below:

#0  0xeec73e30 in kill ()
#1  0x88fdc in fatal_error_signal (sig=11) at /home/unix/toy/apps/xemacs-20.0-b32/src/emacs.c:194
#2  <signal handler called>
#3  0x1a2b48 in x_to_emacs_keysym_sunos_bug (return_value_sunos_bug=0xefffe3b4, event=0xefffe6f0, 
    simple_p=0) at /home/unix/toy/apps/xemacs-20.0-b32/src/event-Xt.c:647
#4  0x1a3820 in x_to_emacs_keysym (event=0xefffe6f0, simple_p=0)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-Xt.c:792
#5  0x1a3bfc in x_event_to_emacs_event (x_event=0xefffe6f0, emacs_event=0xc50c8c)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-Xt.c:896
#6  0x1a6784 in emacs_Xt_event_handler (wid=0x5cd600, closure=0x0, event=0xefffe6f0, 
    continue_to_dispatch=0xefffe55f "\001\b")
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-Xt.c:2130
#7  0xef41b5c0 in XtDispatchEventToWidget ()
#8  0xef41c070 in _XtDefaultDispatcher ()
#9  0xef41c2c0 in XtDispatchEvent ()
#10 0xef428618 in XtAppProcessEvent ()
#11 0x1a6524 in emacs_Xt_next_event (emacs_event=0x805160)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-Xt.c:2081
#12 0x9e584 in event_stream_next_event (event=0x805160)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-stream.c:485
#13 0xa2b30 in next_event_internal (target_event=276844896, allow_queued=1)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-stream.c:1873
#14 0xa342c in Fnext_event (event=276844896, prompt=272089092)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/event-stream.c:2104
#15 0x687f8 in Fcommand_loop_1 () at /home/unix/toy/apps/xemacs-20.0-b32/src/cmdloop.c:531
#16 0x6845c in command_loop_1 (dummy=272089092)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/cmdloop.c:460
#17 0x8d834 in condition_case_1 (handlers=272089188, bfun=0x683b8 <command_loop_1>, 
    barg=272089092, hfun=0x67554 <cmd_error>, harg=272089092)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/eval.c:1648
#18 0x67654 in command_loop_3 () at /home/unix/toy/apps/xemacs-20.0-b32/src/cmdloop.c:222
#19 0x6767c in command_loop_2 (dummy=272089092)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/cmdloop.c:233
#20 0x8d354 in internal_catch (tag=272166884, func=0x67670 <command_loop_2>, arg=272089092, 
    threw=0x0) at /home/unix/toy/apps/xemacs-20.0-b32/src/eval.c:1325
#21 0x67b10 in initial_command_loop (load_me=423536)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/cmdloop.c:271
#22 0x8a2bc in main_1 (argc=4, argv=0xefffef14, envp=0xefffef28)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/emacs.c:1452
#23 0x8aa38 in main (argc=4, argv=0xefffef14, envp=0xefffef28)
    at /home/unix/toy/apps/xemacs-20.0-b32/src/emacs.c:1801

