From xemacs-m  Thu Apr 10 11:06:05 1997
Received: from ns2.eds.com (ns2.eds.com [199.228.142.78])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA23921
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 11:06:02 -0500 (CDT)
Received: from nnsp.eds.com (nnsp.eds.com [130.174.32.78])
	by ns2.eds.com (8.8.5/8.8.5) with ESMTP id MAA22341
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 12:06:02 -0400 (EDT)
Received: from kocrsv04.delcoelect.com (kocrsv04.delcoelect.com [144.250.100.205])
	by nnsp.eds.com (8.8.5/8.8.5) with ESMTP id MAA09526
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 12:05:31 -0400 (EDT)
Received: from kocrsw12.delcoelect.com (kocrsw12.delcoelect.com [144.250.106.18]) by kocrsv04.delcoelect.com (8.7.5/8.7.3) with SMTP id LAA18479 for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 11:05:29 -0500 (EST)
Received: from kocrsw12 by kocrsw12.delcoelect.com (SMI-8.6/SMI-SVR4)
	id LAA15382; Thu, 10 Apr 1997 11:05:25 -0500
X-Mailer: exmh version 2.0gamma 1/27/97
To: xemacs-beta@xemacs.org
Subject: 20.0-b12 crashes due to background pixmap
X-Face: 4tk3bJx]I+QTZ|=]*1+Z){9+;5u_hK*NBeZK6[+B+iB%bVuOJ%^uK~fIG}O-}%WLX*D^aW>
 Gv8E3Xtz0\N&fQl^:pj<K{xM`:d>pPt:9lF-YXB%O)?@rd?*/jE!s94`?]:jJ#C5RDP:;Mr.3lwo`0
 {vIT+<{%IRwe]vLd]7>\X|*z{TUX_t;?TPcOLBMIv8_V92!Vk(*DJVU~0M[`5D^PAWLniO1?YYWArM
 U*j9o+>?1MWi.lO?F-?aVt:qQ8OaG?R}B:I!7S_+KuzxZ.f9M@$z#n\bG2$Q2{od
Date: Thu, 10 Apr 1997 11:05:23 -0500
Message-ID: <15380.860688323@kocrsw12>
From: Mike Scheidler <c23mts@eng.delcoelect.com>

Builds without a hitch with this configuration (Solaris 2.4, gcc):

# ../configure '--prefix=/usr/std' '--with-xpm'
# '--site-includes=/usr/std/include' '--site-libraries=/usr/std/lib'
# '--with-sound=native' '--native-sound-lib=/usr/std/lib/libaudio.a'
# '--with-dialogs=athena' '--with-xface=yes'
# '--srcdir=/users/c23mts/xemacs-20'
# '--site-runtime-libraries=/usr/std/lib' '--dynamic' '--cflags=-g -O'
# '--with-offix=yes' '--error-checking=none' '--debug=yes' '--with-mule=no'

On startup, though, I get the following messages:

-------------------------------
    *** Error in XEmacs initialization
    (error "Invalid specifier domain" (error-message "Quit" error-conditions (quit)))
    *** Backtrace
      really-early-error-handler((error "Invalid specifier domain" (error-message "Quit" error-conditions (quit))))
      # (unwind-protect ...)
      specifier-instance(#<image-specifier global=((... . ...) (... . ...)) 0x17a> #<x-device on ":0.0" 0x6b3> nil nil)
      # bind (value no-fallback default domain property face)
      face-property-instance(default background-pixmap #<x-device on ":0.0" 0x6b3>)
      # bind (domain prop face2 face1)
      face-property-equal(list-mode-item-selected default background-pixmap #<x-device on ":0.0" 0x6b3>)
      # bind (domain face2 face1 props)
      face-equal-loop((background-pixmap strikethru) list-mode-item-selected default #<x-device on ":0.0" 0x6b3>)
      # bind (device common-props x-props tty-props domain face2 face1)
      face-equal(list-mode-item-selected default #<x-device on ":0.0" 0x6b3>)
      # bind (domain face)
      face-differs-from-default-p(list-mode-item-selected #<x-device on ":0.0" 0x6b3>)
      # bind (device)
      init-other-random-faces(#<x-device on ":0.0" 0x6b3>)
      # bind (device)
      init-device-faces(#<x-device on ":0.0" 0x6b3>)
      # (unwind-protect ...)
      make-device(x nil)
      # bind (display)
      make-x-device(nil)
      init-x-win()
      # bind (debugger debug-on-error command-line-args-left)
      command-line()
      # (unwind-protect ...)
      normal-top-level()
      # (condition-case ... . error)
      # (catch top-level ...)
    *** Killing XEmacs
-------------------------------

If I remove the default face's background pixmap resource, though,
everything works fine.  Here's what was specified:

  Emacs.default.attributeBackgroundPixmap: /users/c23mts/personal/gradient-blue.xpm

This worked fine in 20.1-b11.

--
Mike Scheidler                     INTERNET:  c23mts@eng.delcoelect.com
Software Development Tools         UUCP:      deaes!c23mts
Delco Electronics Corporation      PHONE:     (765) 451-0319
Kokomo, IN 46904-9005              GMNET:     8-322-0319


