From xemacs-m  Wed Mar  5 12:06:48 1997
Received: from mharnois.workgroup.net (pm1-051.sbt.net [206.153.211.51])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA04776
	for <xemacs-beta@xemacs.org>; Wed, 5 Mar 1997 12:06:46 -0600 (CST)
Received: from mharnois.workgroup.net (mharnois@localhost [127.0.0.1])
	by mharnois.workgroup.net (8.8.5/8.8.5) with ESMTP id MAA00993
	for <xemacs-beta@xemacs.org>; Wed, 5 Mar 1997 12:06:37 -0600
Message-Id: <199703051806.MAA00993@mharnois.workgroup.net>
To: xemacs-beta@xemacs.org
Subject: frame create crash
Date: Wed, 05 Mar 1997 12:06:36 -0600
From: Michael Harnois <mharnois@sbt.net>

AAAAAAAAAAARRRRRRRRRRRRRRGH!!!!!!!!!!!!!!

There *has* to be a reason!!!!!!!!!

  # bind (frame-being-created)
  make-frame(nil)
  # bind (name buffer)
  switch-to-buffer-other-frame("*Group*")
  eval((switch-to-buffer-other-frame "*Group*"))
  # (condition-case ... . error)
  # (catch top-level ...)

#0  0x402aa991 in ?? () from /lib/libc-2.0.1.so
#1  0x808a75a in fatal_error_signal (sig=11) at emacs.c:200
#2  0xbfffecd4 in ?? ()
#3  0x400c7752 in ?? () from /usr/X11R6/lib/libXt.so.6.0
#4  0x400c7f56 in ?? () from /usr/X11R6/lib/libXt.so.6.0
#5  0x8174594 in x_create_widgets (f=0x8a2d700, lisp_window_id=405774340, 
    parent=405774340) at frame-x.c:1720
#6  0x8174d49 in x_init_frame_1 (f=0x8a2d700, props=405774340)
    at frame-x.c:1946
#7  0x80d1354 in Fmake_frame (props=405774340, device=406310400) at frame.c:422
#8  0x8091451 in primitive_funcall (fn=0x80d10e0 <Fmake_frame>, nargs=2, 
    args=0xbffff3f0) at eval.c:3457
#9  0x8091600 in funcall_subr (subr=0x820dc8c, args=0xbffff3f0) at eval.c:3481
#10 0x8090bed in funcall_recording_as (recorded_as=405869532, nargs=2, 
    args=0xbffff4c8) at eval.c:3173
#11 0x8090d5b in Ffuncall (nargs=2, args=0xbffff4c8) at eval.c:3217
#12 0x8063aae in Fbyte_code (bytestr=942076088, vector=1210511648, maxdepth=4)
    at bytecode.c:418
#13 0x8091ae0 in funcall_lambda (fun=405205320, nargs=1, arg_vector=0xbffff580)
    at eval.c:3591
#14 0x80916bf in apply_lambda (fun=405205320, numargs=1, 
    unevalled_args=405774340) at eval.c:3514
#15 0x80907f9 in Feval (form=680270028) at eval.c:3051
#16 0x8091441 in primitive_funcall (fn=0x808ff04 <Feval>, nargs=1, 
    args=0xbffff74c) at eval.c:3456
#17 0x8091600 in funcall_subr (subr=0x820b9f4, args=0xbffff74c) at eval.c:3481
#18 0x8090bed in funcall_recording_as (recorded_as=405859244, nargs=2, 
    args=0xbffff748) at eval.c:3173
#19 0x8092354 in call1 (fn=405859244, arg0=680270028) at eval.c:3938
#20 0x80a33e8 in execute_command_event (command_builder=0x836ad80, 
    event=412752804) at event-stream.c:3549
#21 0x80a45e7 in Fdispatch_event (event=412752804) at event-stream.c:3894
#22 0x8070d8b in Fcommand_loop_1 () at cmdloop.c:540
#23 0x8070aa7 in command_loop_1 (dummy=405774340) at cmdloop.c:460
#24 0x808df7f in condition_case_1 (handlers=405774436, 
    bfun=0x8070a3c <command_loop_1>, barg=405774340, 
    hfun=0x806fe40 <cmd_error>, harg=405774340) at eval.c:1647
#25 0x8070f3c in command_loop_2 (dummy=405774340) at cmdloop.c:222
#26 0x808dd6d in internal_catch (tag=405852164, 
    func=0x8070f1c <command_loop_2>, arg=405774340, threw=0x0) at eval.c:1324
#27 0x8070306 in initial_command_loop (load_me=405774340) at cmdloop.c:271
#28 0x808b5f5 in main_1 (argc=1, argv=0xbffffa5c, envp=0xbffffa64)
    at emacs.c:1474
#29 0x808bcb9 in main (argc=1, argv=0xbffffa5c, envp=0xbffffa64)
    at emacs.c:1825

