From xemacs-m  Tue Jan 21 23:27:25 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id XAA03394 for <xemacs-beta@xemacs.org>; Tue, 21 Jan 1997 23:27:23 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQbznx01714; Wed, 22 Jan 1997 00:27:20 -0500 (EST)
Date: Wed, 22 Jan 1997 00:27:20 -0500 (EST)
Message-Id: <QQbznx01714.199701220527@crystal.WonderWorks.COM>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 19.15b90: crash in Fkill_emacs

Tonight, I noticed that XEmacs was taking a long time to quit.
Turns out it was crashing after I typed C-x C-c.  This has
happened more than once.

$ gdb /local/bin/xemacs xemacs.core
Core was generated by `xemacs'.
#0  0x259b79 in kill (0x0000000b, 0x00000000, 0xefbfd484, 0x0003f0c8)
(gdb) where
#0  0x259b79 in kill (0x0000000b, 0x00000000, 0xefbfd484, 0x0003f0c8)
#1  0x3f195 in fatal_error_signal (sig=11) at emacs.c:192
#2  0xefbfdfde in _Xdebug (0x0084c100, 0x0048cf00, 0x10358004, 0x0084a000)
#3  0x15a87b in x_release_frame_toolbar_gcs (f=0x84c100) at toolbar-x.c:740
#4  0x15aaeb in x_free_frame_toolbars (f=0x84a000) at toolbar-x.c:776
#5  0x11dd8f in free_frame_toolbars (f=0x84a000) at toolbar.c:869
#6  0x90dd5 in delete_frame_internal (f=0x84a000, force=271941636, called_from_delete_device=1, from_io_error=0) at frame.c:1437
#7  0x30ed6 in delete_device_internal (d=0x3dd100, force=1, called_from_delete_console=1, from_io_error=0) at device.c:774
#8  0x23859 in delete_console_internal (con=0x411900, force=1, called_from_kill_emacs=1, from_io_error=0) at console.c:697
#9  0x4017d in Fkill_emacs (arg=271941636) at emacs.c:1499
#10 0x4631c in primitive_funcall (fn=0, nargs=1, args=0x0) at eval.c:3484
#11 0x46462 in funcall_subr (subr=0x2620c0, args=0xefbfd664) at eval.c:3526
#12 0x45a79 in funcall_recording_as (recorded_as=273373572, nargs=1, args=0xefbfd660) at eval.c:3207
#13 0x45c09 in Ffuncall (nargs=2, args=0xefbfd660) at eval.c:3253
#14 0x179d6 in Fbyte_code (bytestr=809629104, vector=1078305952, maxdepth=273373644) at bytecode.c:450
#15 0x46336 in primitive_funcall (fn=0, nargs=1, args=0x0) at eval.c:3488
#16 0x46462 in funcall_subr (subr=0x260348, args=0xefbfd754) at eval.c:3526
#17 0x455ac in Feval (form=541257684) at eval.c:3064
#18 0x46876 in funcall_lambda (fun=541253732, nargs=0, arg_vector=0xefbfd8a4) at eval.c:746
#19 0x45b06 in funcall_recording_as (recorded_as=272028780, nargs=0, args=0xefbfd8a0) at eval.c:3223
#20 0x45c09 in Ffuncall (nargs=1, args=0xefbfd8a0) at eval.c:3253
#21 0x179d6 in Fbyte_code (bytestr=808205048, vector=1076640612, maxdepth=271941636) at bytecode.c:450
#22 0x46945 in funcall_lambda (fun=271334472, nargs=1, arg_vector=0xefbfd9d0) at eval.c:3636
#23 0x45b06 in funcall_recording_as (recorded_as=272028852, nargs=1, args=0xefbfd9cc) at eval.c:3223
#24 0x45c09 in Ffuncall (nargs=2, args=0xefbfd9cc) at eval.c:3253
#25 0x1af04 in Fcall_interactively (function=272028852, record_flag=271941636, keys=271941636) at callint.c:902
#26 0x4474d in Fcommand_execute (cmd=272028852, record=271941636, keys=271941636) at eval.c:2628
#27 0x599a6 in execute_command_event (command_builder=0x396e00, event=279044912) at event-stream.c:3497
#28 0x5ac38 in Fdispatch_event (event=279044912) at event-stream.c:3836
#29 0x2000d in Fcommand_loop_1 () at cmdloop.c:542
#30 0x1fd15 in command_loop_1 (dummy=271941636) at cmdloop.c:462
#31 0x42de0 in condition_case_1 (handlers=271941732, bfun=0x1fca8 <Frecursive_edit+1028>, barg=271941636, hfun=0x1f07c <Freally_early_error_handler+84>, harg=271941636) at eval.c:1672
#32 0x2021c in command_loop_2 (dummy=271941636) at cmdloop.c:224
#33 0x42bf0 in internal_catch (tag=272018852, func=0x201fc <vars_of_cmdloop+288>, arg=271941636, threw=0x0) at eval.c:1347
#34 0x1f56a in initial_command_loop (load_me=0) at cmdloop.c:273
#35 0x3fca6 in main_1 (argc=1, argv=0xefbfdcc0, envp=0xefbfdcc8) at emacs.c:1312
#36 0x40050 in main (argc=1, argv=0xefbfdcc0, envp=0xefbfdcc8) at emacs.c:1456
(gdb) quit

