From xemacs-m  Wed Sep 24 21:31:08 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA12157
	for <xemacs-beta@xemacs.org>; Wed, 24 Sep 1997 21:31:07 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id TAA23757;
	Wed, 24 Sep 1997 19:37:15 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Sarajevo spit out core
References: <hhafh3iivo.fsf@arioch.oche.de>
X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$
 ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3
 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l<bZV1.AI`zWV%kPCnUhcgEe\(}/_kNd6,*3ZJ
 Q3o<YQ3^u;7jS=:p0--u3msQO
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: Carsten Leonhardt's message of "24 Sep 1997 03:46:19 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Sep 1997 19:37:14 -0700
Message-ID: <m2raaei0f9.fsf@altair.xemacs.org>
Lines: 25
X-Mailer: Quassia Gnus v0.10/XEmacs 20.3(beta24) - "Ljubljana"

Carsten Leonhardt <leo@arioch.oche.de> writes:

> I was fumbling around in Quassia's group buffer, when I was left with
> the boring background of my window manager :-(

> Quite a backtrace I got there. I'll keep the core around for a while.

Yup.

You ran into an error (stack frame #115).  XEmacs then appeared to get 
lost inside the call to the debugger.  Eventually you triggered
garbage collection (stack frame #36), then when you got another error 
(stack frame #19) XEmacs attempted to bail out, you got another error
while autosaving (stack frame #4), and that was just too much.

Whee!

> Output on stderr was (exactly like this, without the usual message,
> and that line twice):

> Fatal error: assertion failed, file eval.c, line 1908, abort()
> Fatal error: assertion failed, file eval.c, line 1908, abort()

I would love to see a lisp backtrace.  How does one go about
retrieving one from a core file?

