From xemacs-m  Thu Jan 23 22:22:11 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 WAA19204 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 22:22:09 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQbzvd05276; Thu, 23 Jan 1997 23:22:08 -0500 (EST)
Date: Thu, 23 Jan 1997 23:22:08 -0500 (EST)
Message-Id: <QQbzvd05276.199701240422@crystal.WonderWorks.COM>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 20.0b91: croak in Fsit_for

This was in VM.  I had just hit 'b' to scroll a message backward.
VM had called sit-for to wait for 5 seconds of inactivity before
it displayed its startup message.  So the 'b' shoudl have made
sit-for return.  Apparently it made XEmacs die instead.

$ gdb /local/bin/xemasc.20 xemacs.20.core 
/local/bin/xemasc.20: No such file or directory.
Core was generated by `xemacs.20'.
#0  0x28ad55 in ?? (0x0000000b, 0x00000000, 0xefbfce48, 0x0004949c)
(gdb) quit
$ gdb /local/bin/xemacs.20 xemacs.20.core 
Core was generated by `xemacs.20'.
#0  0x28ad55 in kill (0x0000000b, 0x00000000, 0xefbfce48, 0x0004949c)
(gdb) where
#0  0x28ad55 in kill (0x0000000b, 0x00000000, 0xefbfce48, 0x0004949c)
#1  0x49569 in fatal_error_signal (sig=11) at emacs.c:194
#2  0xefbfdfde in _Xdebug (0x004e1000, 0x00000000, 0x00000000, 0x00000000)
#3  0xf5111 in redisplay_window (window=273551360, skip_selected=1) at redisplay.c:4086
#4  0xf58db in redisplay_frame (f=0x3e3400, preemption_check=0) at redisplay.c:5382
#5  0xf5c74 in redisplay_device (d=0x429200) at redisplay.c:5498
#6  0xf5f34 in redisplay_without_hooks () at redisplay.c:5576
#7  0xf6160 in redisplay () at redisplay.c:5643
#8  0x625e0 in Fsit_for (seconds=5000, nodisplay=272162820) at event-stream.c:2608
#9  0x511eb in primitive_funcall (fn=0, nargs=1, args=0x0) at eval.c:3458
#10 0x51326 in funcall_subr (subr=0x294438, args=0xefbfcfe4) at eval.c:3482
#11 0x5093d in funcall_recording_as (recorded_as=272248204, nargs=1, args=0xefbfd0fc) at eval.c:3174
#12 0x50acd in Ffuncall (nargs=2, args=0xefbfd0fc) at eval.c:3218
#13 0x19a3a in Fbyte_code (bytestr=811198756, vector=1079695552, maxdepth=811198756) at bytecode.c:418
#14 0x51809 in funcall_lambda (fun=274472132, nargs=0, arg_vector=0xefbfd844) at eval.c:3592
#15 0x509ca in funcall_recording_as (recorded_as=273784300, nargs=0, args=0xefbfd840) at eval.c:3190
#16 0x50acd in Ffuncall (nargs=1, args=0xefbfd840) at eval.c:3218
#17 0x19a3a in Fbyte_code (bytestr=812176888, vector=1079822080, maxdepth=273784276) at bytecode.c:418
#18 0x51809 in funcall_lambda (fun=274397604, nargs=1, arg_vector=0xefbfd98c) at eval.c:3592
#19 0x509ca in funcall_recording_as (recorded_as=274081140, nargs=1, args=0xefbfd988) at eval.c:3190
#20 0x50acd in Ffuncall (nargs=2, args=0xefbfd988) at eval.c:3218
#21 0x1d3a2 in Fcall_interactively (function=274081140, record_flag=272162820, keys=272162820) at callint.c:934
#22 0x4f611 in Fcommand_execute (cmd=274081140, record=272162820, keys=272162820) at eval.c:2595
#23 0x64cfa in execute_command_event (command_builder=0x3c8600, event=273515892) at event-stream.c:3502
#24 0x65f94 in Fdispatch_event (event=273515892) at event-stream.c:3840
#25 0x29101 in Fcommand_loop_1 () at cmdloop.c:540
#26 0x28e09 in command_loop_1 (dummy=272162820) at cmdloop.c:460
#27 0x4dca4 in condition_case_1 (handlers=272162916, bfun=0x28d9c <Frecursive_edit+1028>, barg=272162820, hfun=0x28170 <Freally_early_error_handler+84>, harg=272162820) at eval.c:1648
#28 0x29310 in command_loop_2 (dummy=272162820) at cmdloop.c:222
#29 0x4dab4 in internal_catch (tag=272240612, func=0x292f0 <vars_of_cmdloop+288>, arg=272162820, threw=0x0) at eval.c:1325
#30 0x2865e in initial_command_loop (load_me=0) at cmdloop.c:271
#31 0x4a4a4 in main_1 (argc=3, argv=0xefbfdca8, envp=0xefbfdcb8) at emacs.c:1452
#32 0x4ae61 in main (argc=3, argv=0xefbfdca8, envp=0xefbfdcb8) at emacs.c:1803
(gdb) quit

