From xemacs-m  Sat Jun 28 13:25:59 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA18210
	for <xemacs-beta@xemacs.org>; Sat, 28 Jun 1997 13:25:58 -0500 (CDT)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id OAA24917 for <xemacs-beta@xemacs.org>; Sat, 28 Jun 1997 14:30:03 -0400 (EDT)
Received: (from aichner@localhost) by engine.ecf.teradyne.com (8.7.1/8.7.1) id UAA25390; Sat, 28 Jun 1997 20:25:26 +0200 (MET DST)
To: xemacs-beta@xemacs.org
Subject: Re: XEmacs internal corruption integer `0' plist -- test case
References: <m2k9jeppxm.fsf@altair.xemacs.org>
X-Face: 4[iHdXiTu\V3u[~\I)<f9HC);%~nG8`oUqv#uzvs6=\V{AjN6Sn
 c/qi;YLwRmEbt8Y*=j5n(urqY@chPh@J'D"QlqD!C8>*}#kYF[-tYl3VZga/HSOP|K,{L
 Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9
 =w|R6U3_;SH&B<Mfy6Q%#
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 28 Jun 1997 20:25:26 +0200
In-Reply-To: Steven L Baur's message of "28 Jun 1997 11:01:25 -0700"
Message-ID: <rxsbu4qa8kp.fsf@ecf.teradyne.com>
Lines: 35
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

>>>>> "sb" == Steven L Baur <steve@xemacs.org> writes:

    sb> Here is a simple test case that will not cause a crash.  Please
    sb> evaluate it in *scratch* and report the results.  In what was intended 
    sb> to be beta10 in a few hours (but will probably be delayed until this
    sb> is fixed) I get the following output:

    sb> Bad plist in font-menu-this-frame-only-p, 0
    sb> nil


    sb> (mapatoms (lambda (symbol)
    sb> 	    (condition-case nil
    sb> 		(get symbol 'custom-group)
    sb> 	      (t (message "Bad plist in %s, %s"
    sb> 			  (symbol-name symbol)
    sb> 			  (prin1-to-string (object-plist symbol)))))))

Hello Steven,

running emacs-version "20.3 \"Copenhagen\" XEmacs Lucid (beta8)",
which I started as
xemacs -nw -f gnus
, I first evalled the above in the *Article* buffer directly. The
result was nil without any errors being reported.

Then I set debug-on-error t and evalled in *scratch* again.
The result was the same. I was somewhat astonished by the slowness of
the evaluation which is on the order of one second each time.

HTH,

Adrian


