From xemacs-m  Tue Jul  1 03:56:42 1997
Received: from iria.mines.u-nancy.fr (galibert@iria.mines.u-nancy.fr [193.49.140.100])
	by xemacs.org (8.8.5/8.8.5) with SMTP id DAA02648
	for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 03:56:36 -0500 (CDT)
Received: (from galibert@localhost) by iria.mines.u-nancy.fr (950413.SGI.8.6.12/950213.SGI.AUTOCF) id KAA06269; Tue, 1 Jul 1997 10:55:24 +0200
Message-ID: <19970701105523.57680@iria.mines.u-nancy.fr>
Date: Tue, 1 Jul 1997 10:55:23 +0200
From: Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
To: Xemacs-beta ML <xemacs-beta@xemacs.org>
Subject: b10 Athens failure on irix 6.2 - information complements
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.74

It crashes because the third call to Flength (since xemacs start)
is done with 0 (NOT Qnil) as an argument. Flength answers a Fsignal
wrong-type-argument (sequencep 0) which goes into infinite
recursive loop.

With beta 9 this call has the PWD passed.

Now, that is entirely outside my real of expertise. I'm not
sure I want to learn bytecode yet...

  OG.

