From xemacs-m  Tue Jul  1 11:53:36 1997
Received: from hubbub.cisco.com (mailgate-sj-1.cisco.com [198.92.30.31])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA08029
	for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 11:53:35 -0500 (CDT)
Received: from sandman (sandman.cisco.com [171.70.19.29]) by hubbub.cisco.com (8.8.4-Cisco.1/CISCO.GATE.1.1) with ESMTP id JAA23592 for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 09:53:07 -0700 (PDT)
Received: (from drich@localhost) by sandman (SMI-8.6/8.6.12) id JAA02650 for xemacs-beta@xemacs.org; Tue, 1 Jul 1997 09:53:06 -0700
Date: Tue, 1 Jul 1997 09:53:06 -0700
From: Dan Rich <drich@cisco.com>
Message-Id: <199707011653.JAA02650@sandman>
To: xemacs-beta@xemacs.org
Subject: crash and burn in "Athens" on Solaris

I just had my first crash in a long time trying to use gnuclient with "Athens".
I had just typed:
	/local/beta/bin/gnuclient -nw
got a prompt back immediately, and then watched my XEmacs windows disappear.

Here's the stack trace:

  # (condition-case ... . error)
  # (catch top-level ...)


and the stack:

Reading symbols from /opt/local/X11R6/lib/libICE.so.6.3...done.
Reading symbols from /opt/gnu/lib/libncurses.so.3.0...done.
Reading symbols from /usr/lib/libkvm.so.1...done.
Reading symbols from /usr/lib/libkstat.so.1...done.
Reading symbols from /usr/lib/libm.so.1...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libelf.so.1...done.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/openwin/lib/libXt.so.4...done.
Reading symbols from /usr/openwin/lib/libX11.so.4...done.
Reading symbols from /usr/openwin/lib/libXext.so.0...done.
Reading symbols from /usr/lib/libintl.so.1...done.
Reading symbols from /usr/lib/libw.so.1...done.
Reading symbols from /usr/lib/libmp.so.1...done.
Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done.
Reading symbols from /usr/openwin/lib/libXt.so.4...done.
Reading symbols from /usr/openwin/lib/libX11.so.4...done.
Reading symbols from /usr/openwin/lib/libXext.so.0...done.
Reading symbols from /usr/lib/libintl.so.1...done.
Reading symbols from /usr/lib/libw.so.1...done.
Reading symbols from /usr/lib/libmp.so.1...done.
Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done.
#13 0x7dec8 in Fmake_device (type=-268448128, connection=813858296, 
    props=558904748) at device.c:591
#14 0x93d18 in primitive_funcall (fn=0x7dbd0 <Fmake_device>, nargs=3, 
    args=0xefffd1d4) at eval.c:3456
#15 0x93f08 in funcall_subr (subr=0x299bd0, args=0xefffd1d4) at eval.c:3479
#16 0x932b4 in funcall_recording_as (recorded_as=271162320, nargs=3, 
    args=0xefffd1d0) at eval.c:3175
#17 0x933cc in Ffuncall (nargs=4, args=0xefffd1d0) at eval.c:3215
#18 0x5f3f4 in Fbyte_code (bytestr=808192168, vector=1076627652, maxdepth=9)
    at bytecode.c:419
#19 0x943bc in funcall_lambda (fun=271321304, nargs=3, arg_vector=0xefffd4a4)
    at eval.c:3584
#20 0x93378 in funcall_recording_as (recorded_as=271321304, nargs=3, 
    args=0xefffd4a0) at eval.c:3191
#21 0x933cc in Ffuncall (nargs=4, args=0xefffd4a0) at eval.c:3215
#22 0x93c64 in Fapply (nargs=4, args=0xefffdd84) at eval.c:3427
#23 0x93224 in funcall_recording_as (recorded_as=271167088, nargs=2, 
    args=0xefffdd80) at eval.c:3158
#24 0x933cc in Ffuncall (nargs=3, args=0xefffdd80) at eval.c:3215
#25 0x5f3f4 in Fbyte_code (bytestr=811627100, vector=1079768576, maxdepth=64)
    at bytecode.c:419
#26 0x943bc in funcall_lambda (fun=274213316, nargs=2, arg_vector=0xefffdf38)
    at eval.c:3584
#27 0x93ff4 in apply_lambda (fun=274213316, numargs=2, 
    unevalled_args=1346244612) at eval.c:3512
#28 0x92f40 in Feval (form=558904604) at eval.c:3069
#29 0x93cec in primitive_funcall (fn=0x926e4 <Feval>, nargs=1, args=0xefffe464)
    at eval.c:3454
#30 0x93f08 in funcall_subr (subr=0x29ae10, args=0xefffe464) at eval.c:3479
#31 0x932b4 in funcall_recording_as (recorded_as=271166992, nargs=1, 
    args=0xefffe460) at eval.c:3175
#32 0x933cc in Ffuncall (nargs=2, args=0xefffe460) at eval.c:3215
#33 0x5f3f4 in Fbyte_code (bytestr=811639952, vector=1080581344, maxdepth=8)
    at bytecode.c:419
    bfun=0x95f40 <catch_them_squirmers_call2>, barg=558904556, 
    hfun=0x954a4 <caught_a_squirmer>, harg=272493184) at eval.c:1684
#58 0x8da88 in main (argc=0, argv=0xeffffb24, envp=0xeffffb2c) at emacs.c:1815


