bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3112: 23.0.92; segfault in display-supports-face-attributes-p


From: Richard Hansen
Subject: bug#3112: 23.0.92; segfault in display-supports-face-attributes-p
Date: Tue, 12 May 2009 16:06:44 -0400
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

My emacs had some Debian-provided patches, so I tried building fresh from CVS. I'm still having the same problem, and I can still reliably reproduce the segfault. Here's what I did:

$ cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs
$ cd emacs
$ ./configure
$ make bootstrap
$ make
$ ./src/emacs -Q --eval '(custom-set-faces (quote (default ((t (:height 121 :family 
"something-invalid"))))))'

I cannot reproduce this either on my Debian system.  Can you try to do
"xdrb -remove" and "rm ~/.Xdefaults" before starting Emacs, to see if some Xresource settings interfere?

$ xrdb -query
*customization: -color
Xcursor.size:   32
Xcursor.theme:  DMZ-White
Xcursor.theme_core:     true
Xft.antialias:  1
Xft.dpi:        96
Xft.hinting:    1
Xft.hintstyle:  hintmedium
Xft.lcdfilter:  none
Xft.rgba:       none
$ xrdb -remove
$ xrdb -query
$ ./src/emacs -Q --eval '(custom-set-faces (quote (default ((t (:height 121 :family "something-invalid"))))))' # then hovered mouse over something that produces a tooltip
Fatal error (11)Segmentation fault (core dumped)

I'll try this out on a fresh Ubuntu machine in case it's something specific to my machine.

Thanks for taking the time to try to reproduce it!

-Richard






reply via email to

[Prev in Thread] Current Thread [Next in Thread]