From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.bugs Subject: bug#45156: 28.0.50; Segfault due to glyph_row being set to NULL Date: Fri, 30 Apr 2021 14:17:01 +0000 Message-ID: References: <87v9daaycw.fsf@physik.rwth-aachen.de> <831rasc5bi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3984"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 45156@debbugs.gnu.org To: Vasilij Schneidermann Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 30 16:18:22 2021 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 1lcTyI-0000wf-J1 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Apr 2021 16:18:22 +0200 Original-Received: from localhost ([::1]:46276 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcTyH-0007fm-M6 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Apr 2021 10:18:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55572) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcTxy-0007e7-Gk for bug-gnu-emacs@gnu.org; Fri, 30 Apr 2021 10:18:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47835) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lcTxx-0007wY-Mq for bug-gnu-emacs@gnu.org; Fri, 30 Apr 2021 10:18:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lcTxx-0002OT-Hu for bug-gnu-emacs@gnu.org; Fri, 30 Apr 2021 10:18:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Gregory Heytings Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Apr 2021 14:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45156 X-GNU-PR-Package: emacs Original-Received: via spool by 45156-submit@debbugs.gnu.org id=B45156.16197922259139 (code B ref 45156); Fri, 30 Apr 2021 14:18:01 +0000 Original-Received: (at 45156) by debbugs.gnu.org; 30 Apr 2021 14:17:05 +0000 Original-Received: from localhost ([127.0.0.1]:59381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcTx3-0002NL-Cx for submit@debbugs.gnu.org; Fri, 30 Apr 2021 10:17:05 -0400 Original-Received: from heytings.org ([95.142.160.155]:59528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcTx1-0002N1-Bi for 45156@debbugs.gnu.org; Fri, 30 Apr 2021 10:17:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619792222; bh=oqXJ3W0N2SovCWOUVw/uv7xFQmvCaOm+wbOxDmmewRo=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=ImcZwuAmK6kJ80zbTnem0qflbxm+d1D8t2Yye2ZrfFSJG+8Lw9iJFD5XikP+a46en n8tagzRfxGk60KVz9VR4dcwHNI7PFIqCmb4w87l+dFxzqfCowX5qranQKxR50ofKNk zgxUqSgKT+Kjlag5WCgJv11INejoowsI8rbJvgTISkpxCZ1AG3q55EghOJ4v/b+jIs b2k3FdUm+xE9K4t1+jVpn14+WsQc4tLo2beweUHjZRUEjiaFKlF3OxtkDy2gJNEDF6 8yBGuOJ9yi6Qzu0/xp25usUxofJOaBBilAE0AU71vWEQlXQf75s2qfYof53aSm3Wbr Kjgo9JyvizW+g== 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" Xref: news.gmane.io gmane.emacs.bugs:205246 Archived-At: > > The Emacs package on Arch Linux [1] applies three patches to avoid > fontconfig-related crashes when loading up color fonts [2]. The changes > for this bug look more complicated and might need adjustments to apply > cleanly to the 27.2 release. > These three patches are already included in the Emacs 27.2 (and in the Emacs 26.3) release AFAICS.