From xemacs-m  Sat Jan 11 21:09:53 1997
Received: from mharnois.workgroup.net (pm1-046.sbt.net [206.153.211.46])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id VAA29197 for <xemacs-beta@xemacs.org>; Sat, 11 Jan 1997 21:09:50 -0600 (CST)
Received: from mharnois.workgroup.net (mharnois@localhost [127.0.0.1])
          by mharnois.workgroup.net (8.8.4/8.8.4) with ESMTP
	  id UAA12294 for <xemacs-beta@xemacs.org>; Sat, 11 Jan 1997 20:48:55 -0600
Message-Id: <199701120248.UAA12294@mharnois.workgroup.net>
To: xemacs-beta@xemacs.org
Subject: seg fault with 20.0-b34
Date: Sat, 11 Jan 1997 20:48:54 -0600
From: Michael Harnois <mharnois@sbt.net>

This happened as I was trying to open another frame.

#0  0x4028b6a9 in __kill ()
#1  0x80786e9 in fatal_error_signal (sig=11) at emacs.c:194
#2  0xbffff14c in ?? ()
#3  0x400dd4c0 in XtInitializeWidgetClass ()
#4  0x400ddc72 in _XtCreatePopupShell ()
#5  0x400ddcaf in XtCreatePopupShell ()
#6  0x811f9e0 in x_create_widgets (f=0x8787900, lisp_window_id=405229572, 
    parent=405229572) at frame-x.c:1711
#7  0x811ff5b in x_init_frame_1 (f=0x8787900, props=405229572)
    at frame-x.c:1946
#8  0x80ae3dc in Fmake_frame (props=405229572, device=406265344) at frame.c:422
#9  0x807e601 in primitive_funcall (fn=0x80ae1b4 <Fmake_frame>, nargs=2, 
    args=0xbffff87c) at eval.c:3458
#10 0x807e7b0 in funcall_subr (subr=0x817ace4, args=0xbffff87c) at eval.c:3482
#11 0x807df11 in funcall_recording_as (recorded_as=405324404, nargs=2, 
    args=0xbffff954) at eval.c:3174
#12 0x807e097 in Ffuncall (nargs=2, args=0xbffff954) at eval.c:3218
#13 0x805cffa in Fbyte_code (bytestr=941457824, vector=1209893384, maxdepth=4)
    at bytecode.c:418
#14 0x807ec14 in funcall_lambda (fun=404587056, nargs=1, arg_vector=0xbffffa0c)
    at eval.c:3592
#15 0x807e86f in apply_lambda (fun=404587056, numargs=1, 
    unevalled_args=405229572) at eval.c:3515
#16 0x807db45 in Feval (form=678149140) at eval.c:3052
#17 0x807e5f1 in primitive_funcall (fn=0x807d36c <Feval>, nargs=1, 
    args=0xbffffbe8) at eval.c:3457
#18 0x807e7b0 in funcall_subr (subr=0x8178aa4, args=0xbffffbe8) at eval.c:3482
#19 0x807df11 in funcall_recording_as (recorded_as=405314116, nargs=2, 
    args=0xbffffbe4) at eval.c:3174
#20 0x807f1b8 in call1 (fn=405314116, arg0=678149140) at eval.c:3939
#21 0x80898b5 in execute_command_event (command_builder=0x82b25c0, 
    event=407032972) at event-stream.c:3494
#22 0x808a046 in Fdispatch_event (event=407032972) at event-stream.c:3840
#23 0x806558b in Fcommand_loop_1 () at cmdloop.c:540
#24 0x8065420 in command_loop_1 (dummy=405229572) at cmdloop.c:460
#25 0x807b97a in condition_case_1 (handlers=405229668, 
    bfun=0x8065404 <command_loop_1>, barg=405229572, 
    hfun=0x80656c4 <cmd_error>, harg=405229572) at eval.c:1648
#26 0x806581c in command_loop_2 (dummy=405229572) at cmdloop.c:222
#27 0x807b799 in internal_catch (tag=405307340, 
    func=0x80657fc <command_loop_2>, arg=405229572, threw=0x0) at eval.c:1325
#28 0x8065228 in initial_command_loop (load_me=405229572) at cmdloop.c:271
#29 0x80794c2 in main_1 (argc=1, argv=0xbffffe08, envp=0xbffffe10)
    at emacs.c:1452
#30 0x8079b32 in main (argc=1, argv=0xbffffe08, envp=0xbffffe10)
    at emacs.c:1803
#31 0x804f5fb in _start ()

