From xemacs-m  Mon Jun 30 14:41:29 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 OAA28330
	for <xemacs-beta@xemacs.org>; Mon, 30 Jun 1997 14:41:28 -0500 (CDT)
Received: (from galibert@localhost) by iria.mines.u-nancy.fr (950413.SGI.8.6.12/950213.SGI.AUTOCF) id VAA04038; Mon, 30 Jun 1997 21:40:17 +0200
Message-ID: <19970630214017.26381@iria.mines.u-nancy.fr>
Date: Mon, 30 Jun 1997 21:40:17 +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
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.74

And a big one that is (the box has 512Mb memory, good thing I
did not try on the 8Mb one):
-rw-r--r--    1 galibert model    551589712 Jun 30 21:19 core

It looks like an infinite recursive loop in lisp in an
error handler, stopped by a stack explosion. Besides,
temacs -l loadup breaks exactly the same way than with
Sofia.

I keep the core around, if needed.

  OG.


(dbx) where
>  0 Fget(object = <no such address>, propname = <no such address>, defalt = <no such address>) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2722, 0x101e4098]
   1 signal_1(sig = 1347714632, data = 555017676) ["/global/tempo/galibert/xemacs-20.3-b10/src/eval.c":1912, 0x100d34c0]
   2 Fsignal(error_symbol = 1347714632, data = 555017676) ["/global/tempo/galibert/xemacs-20.3-b10/src/eval.c":2077, 0x100d3df0]
   3 bad_bad_bunny(plist = 0x10547e58, badplace = 0x10547e58, errb = struct _error_behavior_struct_ {
    really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 666
}) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2136, 0x101e1ed8]
   4 advance_plist_pointers(plist = 0x10547e58, tortoise = 0x5fff81f0, hare = 0x5fff81f4, errb = struct _error_behavior_struct_ {
    really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 666
}, retval = 0x5fff81fc) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2230, 0x101e2144]
   5 external_plist_get(plist = 0x10547e58, property = 1347714372, laxp = 0, errb = struct _error_behavior_struct_ {
    really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 666
}) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2291, 0x101e2494]
   6 symbol_getprop(sym = 1347714632, propname = 1347714372, defalt = 1347714332) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2644, 0x101e3a2c]
   7 Fget(object = 1347714632, propname = 1347714372, defalt = 1347714332) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2731, 0x101e40e0]
   8 signal_1(sig = 1347714632, data = 555017660) ["/global/tempo/galibert/xemacs-20.3-b10/src/eval.c":1912, 0x100d34c0]
   9 Fsignal(error_symbol = 1347714632, data = 555017660) ["/global/tempo/galibert/xemacs-20.3-b10/src/eval.c":2077, 0x100d3df0]
   10 bad_bad_bunny(plist = 0x10547e58, badplace = 0x10547e58, errb = struct _error_behavior_struct_ {
    really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 666
}) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2136, 0x101e1ed8]
   11 advance_plist_pointers(plist = 0x10547e58, tortoise = 0x5fff84f0, hare = 0x5fff84f4, errb = struct _error_behavior_struct_ {
    really_unlikely_name_to_have_accidentally_in_a_non_errb_structure = 666
}, retval = 0x5fff84fc) ["/global/tempo/galibert/xemacs-20.3-b10/src/fns.c":2230, 0x101e2144]

etc...etc... loops like this infinitely.

