From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Proportional fonts in the mode line (one month test) Date: Wed, 24 Nov 2021 16:54:47 +0200 Message-ID: <83lf1d8uyw.fsf@gnu.org> References: <87h7c1u0cg.fsf@gnus.org> <87czmpu0ae.fsf@gnus.org> <87wnkxskvn.fsf@gnus.org> <87zgpt63m3.fsf@gnus.org> <83mtlt8vil.fsf@gnu.org> <87v90h6271.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40059"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 24 15:56:01 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mptgm-000ACo-4E for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Nov 2021 15:56:00 +0100 Original-Received: from localhost ([::1]:33858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mptgk-0006f7-4r for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Nov 2021 09:55:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45074) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mptfd-0005je-LZ for emacs-devel@gnu.org; Wed, 24 Nov 2021 09:54:49 -0500 Original-Received: from [2001:470:142:3::e] (port=32862 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mptfd-0003Rj-Aq; Wed, 24 Nov 2021 09:54:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=VFgZHXCsSHn176IPoZB6A2XwIhK40KrVc9zREYZiNrI=; b=CXBSFWeI6JtN dEPLtf0bbDiH0fJNRw028xNZy5LlygdGboJOuFBRY+/xBDGp9jadVKh6/z8D3mIycekb5Z2JpxSAC w3luoTMxQIdnUXEKxFL3qvySkmOdCEgqKfI4dl3KuRiN8eZk5EnqMsEEk9wgqtXyVaZ4SsmEbLbCZ 4AGV3wwPorVSmd43Gs6/I7vSCtrWAwOBBBpHMFWrZuQbAfV14mhgzNQTpSh4MHZzZttzdK8A9ZmjI WqgcMP+I9GDN3X1lHTHiyT+MpOZKaTLY9DmGm38liwh3G/C2mbHBHJoQE0I+yKfjQo+UkqVr7h6gZ KaTy4fiw4br8hOF2u9UvBA==; Original-Received: from [87.69.77.57] (port=2050 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mptfc-0007Qa-F7; Wed, 24 Nov 2021 09:54:48 -0500 In-Reply-To: <87v90h6271.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 24 Nov 2021 15:46:58 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280005 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Wed, 24 Nov 2021 15:46:58 +0100 > > Eli Zaretskii writes: > > >> xdisp.c:31539: Emacs fatal error: assertion failed: it->ascent >= 0 > >> && it->descent >= 0 > > > > Is there a test case which segfaults? > > Yes, loading the text here into master seems to crash it: > > http://quimby.gnus.org/s/crash.txt It doesn't crash here, with the latest master.