GNU bug report logs -
#571
23.0.60; Solaris 5.8 version hangs (X resources for faces)
Previous Next
Reported by: kzeitler <at> alcatel-lucent.com
Date: Fri, 18 Jul 2008 11:35:02 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 571 <at> emacsbugs.donarmstrong.com (full text, mbox):
> The following 3 lines in function face-set-after-frame-default in faces.el
> cause emacs to hang at startup (before the initial frame pops up).
>
> ;; X resouces for the default face are applied during
> ;; x-create-frame.
> (and (not (eq face 'default))
> (memq (window-system frame) '(x w32 mac))
> (make-face-x-resource-internal face frame))
>
> When I evaluate the function below in scratch buffer with
> (face-set-after-frame-default-tst (selected-frame))
> I get: Wrong type argument: font, unspecified
>
> In GNU Emacs 23.0.60.1 (sparc-sun-solaris2.8, Motif Version 2.1.0)
> of 2008-07-17 on sfsws4
I can't reproduce this on (sparc-sun-solaris2.10, X toolkit) or
(sparc-sun-solaris2.10, Motif Version 2.1.0).
Could this be a sparc-sun-solaris2.8 bug? I don't have access to such a
machine for building Emacs. Glenn, do you?
Klaus, one thing to diagnose this problem is to run Emacs under gdb, set
a breakpoint at `error', and get a backtrace. Could you do that, and
see where in the code this error arises?
This bug report was last modified 16 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.