From xemacs-m  Sat Jan 18 17:39:40 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 RAA08179 for <xemacs-beta@xemacs.org>; Sat, 18 Jan 1997 17:39:38 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQbzby06865; Sat, 18 Jan 1997 18:39:37 -0500 (EST)
Date: Sat, 18 Jan 1997 18:39:37 -0500 (EST)
Message-Id: <QQbzby06865.199701182339@crystal.WonderWorks.COM>
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 19.15b90: crash in balloon-help

I want actually moving the mouse to pulldown a menu, but
ballon-help must have been triggered.  There's no other reason
for XEmacs to be in Fset_frame_size.

I uncommented (require 'balloon-help) in my .emacs a day
or so ago and have been getting crashes pretty regularly since then.
Steven/Martin I suggest that you start using balloon-help and see
if it kills XEmacs for you.  The effect isn't immediate, but it
is noticeable.  Prior to enabling balloon-help I could use teh
same XEmacs process for a couple of days.

$ gdb /local/bin/xemacs xemacs.core
Core was generated by `xemacs'.
#0  0x1d8ac1 in kill (0x0000000b, 0x00000000, 0xefbfd6e4, 0x00028b7c)
(gdb) where
#0  0x1d8ac1 in kill (0x0000000b, 0x00000000, 0xefbfd6e4, 0x00028b7c)
#1  0x28c49 in fatal_error_signal (sig=11) at emacs.c:192
#2  0xefbfdfde in _Xdebug (0x10000000, 0x00000000, 0x00000000, 0xefbfd758)
#3  0x4b8d3 in default_face_height_and_width (domain=268435456, height=0xefbfd758, width=0xefbfd754) at faces.c:762
#4  0x656ba in frame_conversion_internal (f=0x0, pixel_to_char=0, pixel_width=0xefbfd7a8, pixel_height=0xefbfd7a4, char_width=0xefbfd788, char_height=0xefbfd78c) at frame.c:2555
#5  0x65857 in char_to_pixel_size (f=0x0, char_width=66, char_height=10, pixel_width=0xefbfd7a8, pixel_height=0xefbfd7a4) at frame.c:2610
#6  0xf3864 in EmacsFrameSetCharSize (widget=0xaf0b00, columns=66, rows=10) at EmacsFrame.c:573
#7  0xd4d53 in x_set_frame_size (f=0x0, cols=66, rows=10) at frame-x.c:1950
#8  0x6559b in Fset_frame_size (frame=279904256, cols=66, rows=3099136, pretend=271413252) at frame.c:2463
#9  0x2ebc1 in primitive_funcall (fn=0, nargs=1, args=0x0) at eval.c:3490
#10 0x2ecde in funcall_subr (subr=0x1e3a78, args=0xefbfd830) at eval.c:3526
#11 0x2e489 in funcall_recording_as (recorded_as=271512324, nargs=3, args=0xefbfd890) at eval.c:3207
#12 0x2e619 in Ffuncall (nargs=4, args=0xefbfd890) at eval.c:3253
#13 0xf77a in Fbyte_code (bytestr=809413704, vector=1078011200, maxdepth=271908404) at bytecode.c:450
#14 0x2f131 in funcall_lambda (fun=272775684, nargs=0, arg_vector=0xefbfd9bc) at eval.c:3636
#15 0x2e516 in funcall_recording_as (recorded_as=272658532, nargs=0, args=0xefbfd9b8) at eval.c:3223
#16 0x2e619 in Ffuncall (nargs=1, args=0xefbfd9b8) at eval.c:3253
#17 0xf77a in Fbyte_code (bytestr=809412828, vector=1077963520, maxdepth=289) at bytecode.c:450
#18 0x2f131 in funcall_lambda (fun=272775556, nargs=1, arg_vector=0xefbfdad0) at eval.c:3636
#19 0x2e516 in funcall_recording_as (recorded_as=272756684, nargs=1, args=0xefbfdacc) at eval.c:3223
#20 0x2f700 in call1 (fn=272756684, arg0=271413252) at eval.c:3253
#21 0x39813 in execute_internal_event (event=281725860) at event-stream.c:2840
#22 0x3b0ea in Fdispatch_event (event=281725860) at event-stream.c:3841
#23 0x149cd in Fcommand_loop_1 () at cmdloop.c:542
#24 0x14853 in command_loop_1 (dummy=271413252) at cmdloop.c:462
#25 0x2bea4 in condition_case_1 (handlers=271413348, bfun=0x14838 <Frecursive_edit+380>, barg=271413252, hfun=0x14b64 <vars_of_cmdloop+200>, harg=271413252) at eval.c:1672
#26 0x14cbc in command_loop_2 (dummy=271413252) at cmdloop.c:224
#27 0x2bcb8 in internal_catch (tag=271490468, func=0x14c9c <vars_of_cmdloop+512>, arg=271413252, threw=0x0) at eval.c:1347
#28 0x1464c in initial_command_loop (load_me=0) at cmdloop.c:273
#29 0x296c6 in main_1 (argc=1, argv=0xefbfdcc0, envp=0xefbfdcc8) at emacs.c:1312
#30 0x29a1c in main (argc=1, argv=0xefbfdcc0, envp=0xefbfdcc8) at emacs.c:1456
(gdb) quit

