all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Robert Vojta <rvojta@me.com>
Cc: 68940@debbugs.gnu.org
Subject: bug#68940: 29.2; Random crashes in face for char / font
Date: Tue, 06 Feb 2024 14:23:31 +0200	[thread overview]
Message-ID: <865xz1233w.fsf@gnu.org> (raw)
In-Reply-To: <m2bk8ucyx1.fsf@link.local.mail-host-address-is-not-set> (bug-gnu-emacs@gnu.org)

> Date: Mon, 05 Feb 2024 23:46:18 +0100
> From:  Robert Vojta via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> This was introduced in 29.2, works in 29.1.
> 
> 1. emacs -Q does not crash
> 
> 2. bisected it to the following ...
> 
> (use-package org
>   :config
>   (setq org-ellipsis (if (char-displayable-p ?⏷) "\t⏷" nil)))
> 
> ... this randomly crashes (wild guess 80%). When it doesn't crash
> (rare), it works as expected, even w/ the "⏷" character.
> 
> If I comment out this org-ellipsis line, everything's fine and it is not
> crashing.
> 
> Here's the full report from the macOS:
> 
> https://gist.github.com/zrzka/373a8a860848efc9aa440dc1e8682a8b

I cannot reproduce this, but I'm not on macOS.  Maybe it's
darwin-specific?

Just to clarify: if you start "emacs -Q", then evaluate

  M-: (setq org-ellipsis (if (char-displayable-p ?⏷) "\t⏷" nil)) RET

then visit some Org file and try toggling visibility (so that
org-ellipsis is used), does it crash?  If not, something else in your
customizations "helps" the bug to happen, perhaps some font-related
settings?  The crash backtrace seems to suggest the problem in
face_for_font, and that usually means you have some problematic font
in your setup.

Thanks.





  reply	other threads:[~2024-02-06 12:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-05 22:46 bug#68940: 29.2; Random crashes in face for char / font Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 12:23 ` Eli Zaretskii [this message]
2024-02-06 12:29   ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 14:14     ` Eli Zaretskii
2024-02-06 15:55       ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-06 16:46         ` Eli Zaretskii
2024-02-06 21:59           ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-07  7:41             ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-07 13:01               ` Eli Zaretskii
2024-02-08  5:42               ` Gerd Möllmann
2024-02-08  7:14                 ` Eli Zaretskii
2024-02-08  7:31                   ` Gerd Möllmann
2024-02-07 12:32             ` Eli Zaretskii
2024-02-07 12:50               ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08  6:07                 ` Gerd Möllmann
2024-02-08  9:00                   ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08  9:56                     ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08 10:35                       ` Gerd Möllmann
2024-02-09  7:22                         ` Robert Vojta via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-08 10:17                     ` Gerd Möllmann

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

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

  git send-email \
    --in-reply-to=865xz1233w.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=68940@debbugs.gnu.org \
    --cc=rvojta@me.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.