unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: c4droid <c4droid@foxmail.com>
Cc: 38750@debbugs.gnu.org, zoubibo@amiunique.net
Subject: bug#38750: Segmentfault on Emacs 26.3
Date: Thu, 26 Dec 2019 19:25:44 +0200	[thread overview]
Message-ID: <83blrvq9rb.fsf@gnu.org> (raw)
In-Reply-To: <m2a77fi8ru.fsf@foxmail.com>+B5251FC7B18C9D10 (message from c4droid on Thu, 26 Dec 2019 20:14:13 +0800)

> From: c4droid <c4droid@foxmail.com>
> Date: Thu, 26 Dec 2019 20:14:13 +0800
> Cc: hekinami <zoubibo@amiunique.net>
> 
> * Phenomenon
> GNU Emacs crashed with a segmentation fault by initializing with a font
> change setting.
> * Environment
>   1. Linux Mint 19.2
>   2. GNU Emacs 26.3 (Compiled from source)
> * How to reproduce
>   1. Use the specified .emacs.d (Latest commint 248995b)
>      $ git clone --depth 1 https://github.com/hekinami/dotemacs ~/.emacs.d
>   2. Run emacs to initialize .emacs.d
>      $ emacs # Be waiting for the completation of packages installing patiently
>   3. Create a file (Just because of a miss of the configuration)
>      $ mkdir -p ~/.emacs.d/contents/organizer/fin
>      $ touch ~/.emacs.d/contents/organizer/fin/fin.ledger
>   4. Revise .emacs.d/settings.org
>      From:
>      #+BEGIN_SRC emacs-lisp
>      (use-package all-the-icons
>        :ensure t) ;; M-x all-the-icons-install-fonts
>      #+END_SRC
>      To:
>      #+BEGIN_SRC emacs-lisp
>      (use-package all-the-icons
>        :ensure t
>        :config
>        (set-fontset-font t 'unicode (font-spec :family "all-the-icons") nil 'append)
> 	   (set-fontset-font t 'unicode (font-spec :family "file-icons") nil 'append)
> 	   (set-fontset-font t 'unicode (font-spec :family "Material Icons") nil 'append)
> 	   (set-fontset-font t 'unicode (font-spec :family "github-octicons") nil 'append)
> 	   (set-fontset-font t 'unicode (font-spec :family "FontAwesome") nil 'append)
> 	   (set-fontset-font t 'unicode (font-spec :family "Weather Icons") nil 'append)) ;; M-x all-the-icons-install-fonts
>      #+END_SRC

Another manifestation of bug#38569?





       reply	other threads:[~2019-12-26 17:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m2a77fi8ru.fsf@foxmail.com>
2019-12-26 17:25 ` Eli Zaretskii [this message]
2019-12-29 21:05   ` bug#38750: Segmentfault on Emacs 26.3 Robert Pluim
2020-04-27 21:46     ` Stefan Kangas
2019-12-26 12:14 c4droid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83blrvq9rb.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=38750@debbugs.gnu.org \
    --cc=c4droid@foxmail.com \
    --cc=zoubibo@amiunique.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).