GNU bug report logs - #17897
24.4.50; Customize face-font-family-alternatives could lead to emacs crash

Previous Next

Package: emacs;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17897 in the body.
You can then email your comments to 17897 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#17897; Package emacs. (Wed, 02 Jul 2014 08:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kan-Ru Chen (陳侃如) <kanru <at> kanru.info>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 02 Jul 2014 08:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kan-Ru Chen (陳侃如) <kanru <at> kanru.info>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50;
 Customize face-font-family-alternatives could lead to emacs crash
Date: Wed, 02 Jul 2014 16:37:03 +0800
[Message part 1 (text/plain, inline)]
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.

In GNU Emacs 24.4.50.16 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
 of 2014-06-30 on kanru-mozilla
Repository revision: 117446 rgm <at> gnu.org-20140630000151-7ofr4tf7tvev5alx
Windowing system distributor `The X.Org Foundation', version 11.0.11204000
System Description:	Debian GNU/Linux 7.5 (wheezy)

[backtrace (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17897; Package emacs. (Sat, 03 Aug 2019 20:58:02 GMT) Full text and rfc822 format available.

Message #8 received at 17897 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Kan-Ru Chen (陳侃如) <kanru <at> kanru.info>
Cc: 17897 <at> debbugs.gnu.org
Subject: Re: bug#17897: 24.4.50; Customize face-font-family-alternatives
 could lead to emacs crash
Date: Sat, 03 Aug 2019 22:57:12 +0200
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?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 03 Aug 2019 20:58:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17897; Package emacs. (Tue, 06 Aug 2019 22:19:02 GMT) Full text and rfc822 format available.

Message #13 received at 17897 <at> debbugs.gnu.org (full text, mbox):

From: "Kan-Ru Chen" <kanru <at> kanru.info>
To: "Lars Ingebrigtsen" <larsi <at> gnus.org>
Cc: 17897 <at> debbugs.gnu.org
Subject: Re: bug#17897: 24.4.50;
  Customize face-font-family-alternatives could lead to emacs crash
Date: Wed, 07 Aug 2019 07:18:24 +0900
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




bug closed, send any further explanations to 17897 <at> debbugs.gnu.org and Kan-Ru Chen (陳侃如) <kanru <at> kanru.info> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 07 Aug 2019 18:41:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Sep 2019 11:24:11 GMT) Full text and rfc822 format available.

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.