From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ruijie Yu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#63283: Emacs crash within fontset Date: Fri, 05 May 2023 11:19:35 +0800 Message-ID: References: Reply-To: Ruijie Yu Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16935"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.9.22; emacs 30.0.50 Cc: 63283@debbugs.gnu.org To: Seppo Ronkainen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri May 05 05:26:23 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pum5P-00049z-JK for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 05 May 2023 05:26:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pum56-0001M3-Px; Thu, 04 May 2023 23:26:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pum55-0001Jv-12 for bug-gnu-emacs@gnu.org; Thu, 04 May 2023 23:26:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pum54-0001vl-Ob for bug-gnu-emacs@gnu.org; Thu, 04 May 2023 23:26:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pum53-0007KU-MG for bug-gnu-emacs@gnu.org; Thu, 04 May 2023 23:26:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ruijie Yu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 05 May 2023 03:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63283 X-GNU-PR-Package: emacs Original-Received: via spool by 63283-submit@debbugs.gnu.org id=B63283.168325716028165 (code B ref 63283); Fri, 05 May 2023 03:26:01 +0000 Original-Received: (at 63283) by debbugs.gnu.org; 5 May 2023 03:26:00 +0000 Original-Received: from localhost ([127.0.0.1]:52577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pum51-0007KC-IY for submit@debbugs.gnu.org; Thu, 04 May 2023 23:25:59 -0400 Original-Received: from netyu.xyz ([152.44.41.246]:60088 helo=mail.netyu.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pum4y-0007K1-5K for 63283@debbugs.gnu.org; Thu, 04 May 2023 23:25:57 -0400 Original-Received: from fw.net.yu.netyu.xyz ( [222.248.4.98]) by netyu.xyz (OpenSMTPD) with ESMTPSA id d8f3010e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 5 May 2023 03:25:54 +0000 (UTC) In-reply-to: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:261044 Archived-At: Seppo Ronkainen via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Honorable GNU developers ! > > For some reason the new Emacs 29.0.90 did not build at work the other day unless I provided configuration option --without-all (I plan to look > into why later but that is not why I am writing this report now). > > When I experimented with Emacs (29.0.90 --without-all) I noticed a crash defect that was easy to reproduce. It seemed to have with fonts to do. > I have noticed the same problem both at work CentOS 7.9 and at home (currently on a raspberry pi 4) not that it matters but anyhow several > machines / architectures. The problem seemed non-present when I built Emacs without configuration option --without-all > > I attach details about my findings in an org file, hope it helps Not quite sure if this is a bug per-se, since there are some of the default configurations concerning fonts, which you have deliberately disabled. This is the value of `system-configuration-features' on my build: --8<---------------cut here---------------start------------->8--- "ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB" --8<---------------cut here---------------end--------------->8--- Someone more qualified may be able to answer which feature(s) exactly are needed for having fonts work correctly. What is the value of this variable on a `--without-all' build? And does the issue occur on both GUI ("emacs -Q") session and TUI ("emacs -Q -nw") session? -- Best, RY [Please note that this mail might go to spam due to some misconfiguration in my mail server -- still investigating.]