GNU bug report logs -
#17897
24.4.50; Customize face-font-family-alternatives could lead to emacs crash
Previous Next
Reported by: Kan-Ru Chen (陳侃如) <kanru <at> kanru.info>
Date: Wed, 2 Jul 2014 08:39:02 UTC
Severity: normal
Tags: moreinfo
Found in version 24.4.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
On Sun, Aug 4, 2019, at 5:57 AM, Lars Ingebrigtsen wrote:
> Kan-Ru Chen (陳侃如) <kanru <at> kanru.info> writes:
>
> > Run following command could crash emacs:
> >
> > cat <<END > test.el
> > (progn (custom-set-variables
> > '(face-font-family-alternatives
> > '(("Monospace" "courier" "fixed")
> > ("courier" "CMU Typewriter Text" "fixed")
> > ("Sans Serif" "helv" "helvetica" "arial" "fixed")
> > ("helv" "helvetica" "arial" "fixed"))))
> > (char-displayable-p 215))
> > END
> > emacs -Q --load test.el
> >
> > The face-font-family-alternatives value is taken from the default value.
> >
> > `bt full` and `xbacktrace` attached.
>
> (I'm going through old bug reports that unfortunately have not received
> any responses yet.)
>
> I'm unable to reproduce this bug in Emacs 27. Are you still seeing it?
I'm unable to reproduce this bug in Emacs 26 either.
Kanru
This bug report was last modified 5 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.