From xemacs-m  Thu Apr 17 19:15:41 1997
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA13895
	for <xemacs-beta@xemacs.org>; Thu, 17 Apr 1997 19:15:40 -0500 (CDT)
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 TAA07718 for <xemacs-beta@xemacs.org>; Thu, 17 Apr 1997 19:15:08 -0500 (CDT)
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 TAA17038 for <xemacs-beta@xemacs.org>; Thu, 17 Apr 1997 19:15:07 -0500 (CDT)
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 JAA07643 for <xemacs-beta@xemacs.org>; Tue, 1 Apr 1997 09:05:28 -0500
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: 20.1-b9 crash while make-frame-on-display
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: Tue, 01 Apr 1997 09:05:27 -0500
Message-ID: <22965.859903527@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>


Logged in from home last night, did a gnuattach and then tried
(make-frame-on-display "rtprm010:0").  gnuattach died and so did the
existing xemacs. :-(

The only difference I can think of is that my display at home is
16-bit truecolor.  Both run X11R6.  I don't use any xpm's except for
the icon, which is the default icon.

Here is the backtrace:

#0  0xee9740d8 in kill ()
#1  0x8adf4 in fatal_error_signal (sig=11) at /home/unix/toy/apps/xemacs-20.1-b9/src/emacs.c:201
#2  <signal handler called>
#3  0x1b8330 in extract_xpm_color_names (xpmattrs=0xefffd280, device=280502784, 
    color_symbol_alist=2453504) at /home/unix/toy/apps/xemacs-20.1-b9/src/glyphs-x.c:2610
#4  0x1b87dc in xpm_instantiate (image_instance=0, instantiator=1078960576, pointer_fg=272224260, 
    pointer_bg=272224260, dest_mask=47) at /home/unix/toy/apps/xemacs-20.1-b9/src/glyphs-x.c:2701
#5  0xf1934 in instantiate_image_instantiator (device=280502784, instantiator=1078960576, 
    pointer_fg=272224260, pointer_bg=272224260, dest_mask=47)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/glyphs.c:500
#6  0xf549c in image_instantiate (specifier=271954756, matchspec=271954756, domain=272475136, 
    instantiator=1078960576, depth=272224260)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/glyphs.c:1597
#7  0x9304c in primitive_funcall (fn=0xf4cc4 <image_instantiate>, nargs=5, args=0xefffd690)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3460
#8  0x90220 in call_with_suspended_errors_1 (opaque_arg=272214720)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:2057
#9  0x8f1ec in internal_catch (tag=272214848, func=0x900c8 <call_with_suspended_errors_1>, 
    arg=272214720, threw=0xefffd654) at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:1324
#10 0x90464 in call_with_suspended_errors (fun=0xf4cc4 <image_instantiate>, retval=271954756, 
    class=272224260, errb={
      really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 82440}, nargs=5)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:2163
#11 0x1709e4 in specifier_instance_from_inst_list (specifier=273654464, matchspec=271954756, 
    domain=272475136, inst_list=540987900, errb={
      really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 276824064}, 
    no_quit=540987900, depth=1) at /home/unix/toy/apps/xemacs-20.1-b9/src/specifier.c:2281
#12 0x171074 in specifier_instance (specifier=273654464, matchspec=271954756, domain=272475136, 
    errb={really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 276824064}, 
    no_quit=1, no_fallback=0, depth=1) at /home/unix/toy/apps/xemacs-20.1-b9/src/specifier.c:2390
#13 0xf769c in glyph_image_instance (glyph=273654592, domain=272475136, errb={
      really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 276824064}, no_quit=1)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/glyphs.c:2351
#14 0xf7018 in glyph_width (glyph=273654592, frame_face=272353664, window_findex=0, 
    window=272475136) at /home/unix/toy/apps/xemacs-20.1-b9/src/glyphs.c:2281
#15 0x1cde0c in x_get_button_size (f=0xbcb200, window=272475136, tb=0xc4e280, vert=0, pos=0)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/toolbar-x.c:246
#16 0x1ce09c in x_output_toolbar (f=0xbcb200, pos=TOP_TOOLBAR)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/toolbar-x.c:373
#17 0x1cf624 in x_redraw_exposed_toolbar (f=0xbcb200, pos=TOP_TOOLBAR, x=0, y=0, width=584, 
    height=580) at /home/unix/toy/apps/xemacs-20.1-b9/src/toolbar-x.c:537
#18 0x1cf87c in x_redraw_exposed_toolbars (f=0xbcb200, x=0, y=0, width=584, height=580)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/toolbar-x.c:547
#19 0x1c80d0 in x_redraw_exposed_area (f=0xbcb200, x=0, y=0, width=584, height=580)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/redisplay-x.c:1915
#20 0x1a9198 in emacs_Xt_handle_magic_event (emacs_event=0x9c248c)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/event-Xt.c:1306
#21 0xa04a0 in event_stream_handle_magic_event (event=0x9c248c)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/event-stream.c:521
#22 0xa753c in execute_internal_event (event=278668428)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/event-stream.c:2917
#23 0xa6b84 in Fsit_for (seconds=3594240, nodisplay=272224284)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/event-stream.c:2727
#24 0x92ff8 in primitive_funcall (fn=0xa677c <Fsit_for>, nargs=2, args=0xefffe13c)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3457
#25 0x93168 in funcall_subr (subr=0x27b804, args=0xefffe13c)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3481
#26 0x924dc in funcall_recording_as (recorded_as=271038468, nargs=2, args=0xefffe138)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3173
#27 0x92610 in Ffuncall (nargs=3, args=0xefffe138)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3217
#28 0x5a1e4 in Fbyte_code (bytestr=811941440, vector=1081583232, maxdepth=32)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/bytecode.c:418
#29 0x93640 in funcall_lambda (fun=276296132, nargs=0, arg_vector=0xefffe508)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3591
#30 0x925b8 in funcall_recording_as (recorded_as=276296132, nargs=0, args=0xefffe504)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3189
#31 0x92610 in Ffuncall (nargs=1, args=0xefffe504)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3217
#32 0x93e40 in run_hook_with_args_in_buffer (buf=0x1039d004, nargs=1, args=0xefffe504, 
    cond=RUN_HOOKS_TO_COMPLETION) at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3772
#33 0x93eb8 in run_hook_with_args (nargs=1, args=0xefffe504, cond=RUN_HOOKS_TO_COMPLETION)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3785
#34 0x93ab4 in Frun_hooks (nargs=1, args=0xefffe5cc)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3648
#35 0x94010 in run_hook (hook=272310100) at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:3889
#36 0x94d40 in catch_them_squirmers_run_hook (hook_symbol=272310100)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:4361
#37 0x8f6cc in condition_case_1 (handlers=272224356, bfun=0x94d34 <catch_them_squirmers_run_hook>, 
    barg=272310100, hfun=0x949a4 <allow_quit_safe_run_hook_caught_a_squirmer>, harg=547392044)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:1647
#38 0x94fc4 in safe_run_hook_trapping_errors (
    warning_string=0x228ef8 "Error in `post-command-hook' (setting hook to nil)", 
    hook_symbol=272310100, allow_quit=1) at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:4421
#39 0xa9e58 in post_command_hook () at /home/unix/toy/apps/xemacs-20.1-b9/src/event-stream.c:3661
#40 0xa9b78 in execute_command_event (command_builder=0xae7240, event=278667732)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/event-stream.c:3583
#41 0xaad8c in Fdispatch_event (event=276572744)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/event-stream.c:3872
#42 0x69e5c in Fcommand_loop_1 () at /home/unix/toy/apps/xemacs-20.1-b9/src/cmdloop.c:540
#43 0x69aac in command_loop_1 (dummy=272224260)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/cmdloop.c:460
#44 0x8f6cc in condition_case_1 (handlers=272224356, bfun=0x69a08 <command_loop_1>, 
    barg=272224260, hfun=0x68b98 <cmd_error>, harg=272224260)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:1647
#45 0x68c98 in command_loop_3 () at /home/unix/toy/apps/xemacs-20.1-b9/src/cmdloop.c:222
#46 0x68cc0 in command_loop_2 (dummy=272224260)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/cmdloop.c:233
#47 0x8f1ec in internal_catch (tag=272302108, func=0x68cb4 <command_loop_2>, arg=272224260, 
    threw=0x0) at /home/unix/toy/apps/xemacs-20.1-b9/src/eval.c:1324
#48 0x69158 in initial_command_loop (load_me=429236)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/cmdloop.c:271
#49 0x8c100 in main_1 (argc=1, argv=0xefffeebc, envp=0xefffeec4)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/emacs.c:1475
#50 0x8c8cc in main (argc=1, argv=0xefffeebc, envp=0xefffeec4)
    at /home/unix/toy/apps/xemacs-20.1-b9/src/emacs.c:1826

