From xemacs-m  Fri Apr 11 15:01:53 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 PAA12065
	for <xemacs-beta@xemacs.org>; Fri, 11 Apr 1997 15:01:51 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id NAA13115;
	Fri, 11 Apr 1997 13:14:43 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 20.1-b14 still crashes at startup on background pixmap
References: <25019.860769657@kocrsw12>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Mike Scheidler's message of Fri, 11 Apr 1997 09:40:57 -0500
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 11 Apr 1997 13:14:41 -0700
Message-ID: <m2lo6p9v0u.fsf@altair.xemacs.org>
Lines: 30
X-Mailer: Gnus v5.4.43/XEmacs 20.1(beta15)

> Starting program: /users/c23mts/xemacs-20.1-b14/sol2/src/./xemacs
> Fatal error: assertion failed, file /users/c23mts/xemacs-20/src/frame.h, line 189, RECORD_TYPEP (_obj, lrecord_frame) || MARKED_RECORD_P (_obj)

> #3  0x19a7f4 in extract_xpm_color_names (xpmattrs=0xefffb228, device=272928256,
>     color_symbol_alist=541278572) at /users/c23mts/xemacs-20/src/glyphs-x.c:2592

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.


This code looks like:
        {
          assert (COLOR_SPECIFIERP (value));
          value = Fspecifier_instance (value, Qnil, Qnil, Qnil);
        }
in 19.15.


A check needs to be inserted prior to attempting to extract the
window, but I have no idea what that should be.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

