From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#44084: 28.0.50; Crash on incomplete Unicode escape sequences Date: Thu, 22 Oct 2020 23:14:40 +0300 Organization: LINKOV.NET Message-ID: <87lffy2f2n.fsf@mail.linkov.net> References: <87wnzmhrxt.fsf@mail.linkov.net> <83blgwor0a.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1333"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 44084@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 22 22:16:24 2020 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 1kVh0Z-0000CF-II for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 22 Oct 2020 22:16:23 +0200 Original-Received: from localhost ([::1]:54324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVh0Y-00074J-4h for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 22 Oct 2020 16:16:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45266) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVh0E-00073y-Gs for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2020 16:16:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42463) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kVh0E-0000Is-7j for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2020 16:16:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kVh0E-0000CY-3X for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2020 16:16:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Oct 2020 20:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44084 X-GNU-PR-Package: emacs Original-Received: via spool by 44084-submit@debbugs.gnu.org id=B44084.1603397723717 (code B ref 44084); Thu, 22 Oct 2020 20:16:02 +0000 Original-Received: (at 44084) by debbugs.gnu.org; 22 Oct 2020 20:15:23 +0000 Original-Received: from localhost ([127.0.0.1]:54007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVgza-0000BU-OH for submit@debbugs.gnu.org; Thu, 22 Oct 2020 16:15:22 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:46493) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVgzZ-0000B9-9w; Thu, 22 Oct 2020 16:15:21 -0400 X-Originating-IP: 91.129.102.160 Original-Received: from mail.gandi.net (m91-129-102-160.cust.tele2.ee [91.129.102.160]) (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id A7B681BF20A; Thu, 22 Oct 2020 20:15:13 +0000 (UTC) In-Reply-To: <83blgwor0a.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 20 Oct 2020 18:29:09 +0300") 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:191313 Archived-At: tags 44084 fixed close 44084 28.0.50 thanks >> Emacs crashes, maybe because it's configured with --enable-checking=yes,glyphs >> >> character.h:228: Emacs fatal error: assertion failed: 0 <= c > > Thanks, should be fixed now. I confirm that it's fixed, so closing this now.