From xemacs-m  Fri Apr 11 15:17:08 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA12166
	for <xemacs-beta@xemacs.org>; Fri, 11 Apr 1997 15:17:06 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQckvx06309; Fri, 11 Apr 1997 16:17:05 -0400 (EDT)
Date: Fri, 11 Apr 1997 16:17:05 -0400 (EDT)
Message-Id: <QQckvx06309.199704112017@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: 20.1-b14 still crashes at startup on background pixmap
In-Reply-To: <m2lo6p9v0u.fsf@altair.xemacs.org>
References: <25019.860769657@kocrsw12>
	<m2lo6p9v0u.fsf@altair.xemacs.org>
X-Mailer: VM 6.25 under 19.15 XEmacs Lucid
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Steven L Baur writes:
 > It's bombing here:
 >         {
 >           Lisp_Object frame = DEVICE_SELECTED_FRAME(XDEVICE(device));
 > ====>     Lisp_Object window = FRAME_SELECTED_WINDOW(XFRAME(frame)); <====
 >           assert (COLOR_SPECIFIERP (value));
 >           value = Fspecifier_instance (value, window, Qnil, Qnil);
 >         }
 > 
 > before the initial frame is displayed.

Timing.  I'd come to this tentative conclusion, but have no way
to test the fix because the thing doesn't crash for me when I set
an attributeBackgroundPixmap resource for the default face.  I
tried in .Xdefaults and in app-defaults/Emacs.

