From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vincent Lefevre Newsgroups: gmane.emacs.bugs Subject: bug#58956: mark_object, mark_objects(?) crash Date: Sat, 12 Nov 2022 02:55:00 +0100 Message-ID: <20221112015500.GI7936@zira.vinc17.org> References: <20221103030046.GA57325@zira.vinc17.org> <83o7to8rh1.fsf@gnu.org> <20221103101308.GD9442@zira.vinc17.org> <83zgd872q2.fsf@gnu.org> <83zgd75hll.fsf@gnu.org> <8ca1be93-e47a-49d0-e49a-4ad201f0f644@cs.ucla.edu> <87cz9x1bav.fsf@melete.silentflame.com> <20221110102303.GC7936@zira.vinc17.org> <87cz9twddq.fsf@melete.silentflame.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5463"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.2.8+49 (040ba998) vl-149028 (2022-11-07) Cc: Andrea Corallo , Eli Zaretskii , Paul Eggert , 1017711@bugs.debian.org, 58956@debbugs.gnu.org To: Sean Whitton Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 12 02:56:19 2022 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 1otfko-0001EM-Bl for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 12 Nov 2022 02:56:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otfkb-0005Pf-H0; Fri, 11 Nov 2022 20:56:05 -0500 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 1otfkY-0005Om-EK for bug-gnu-emacs@gnu.org; Fri, 11 Nov 2022 20:56:02 -0500 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 1otfkY-0006I3-4m for bug-gnu-emacs@gnu.org; Fri, 11 Nov 2022 20:56:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1otfkX-00050p-QF for bug-gnu-emacs@gnu.org; Fri, 11 Nov 2022 20:56:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Vincent Lefevre Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Nov 2022 01:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58956 X-GNU-PR-Package: emacs Original-Received: via spool by 58956-submit@debbugs.gnu.org id=B58956.166821810419202 (code B ref 58956); Sat, 12 Nov 2022 01:56:01 +0000 Original-Received: (at 58956) by debbugs.gnu.org; 12 Nov 2022 01:55:04 +0000 Original-Received: from localhost ([127.0.0.1]:47100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otfjc-0004ze-5v for submit@debbugs.gnu.org; Fri, 11 Nov 2022 20:55:04 -0500 Original-Received: from joooj.vinc17.net ([155.133.131.76]:57440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otfja-0004zR-Lj for 58956@debbugs.gnu.org; Fri, 11 Nov 2022 20:55:03 -0500 Original-Received: from smtp-zira.vinc17.net (128.119.75.86.rev.sfr.net [86.75.119.128]) by joooj.vinc17.net (Postfix) with ESMTPSA id 6F6B346; Sat, 12 Nov 2022 02:55:00 +0100 (CET) Original-Received: by zira.vinc17.org (Postfix, from userid 1000) id 383F228001E8; Sat, 12 Nov 2022 02:55:00 +0100 (CET) Content-Disposition: inline In-Reply-To: <87cz9twddq.fsf@melete.silentflame.com> X-Mailer-Info: https://www.vinc17.net/mutt/ 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:247628 Archived-At: Hi, On 2022-11-11 11:32:33 -0700, Sean Whitton wrote: > On Thu 10 Nov 2022 at 11:23AM +01, Vincent Lefevre wrote: > > On 2022-11-08 12:44:08 -0700, Sean Whitton wrote: > >> Are you able to test the patch? Let me know if you need help getting an > >> installable .deb. Thanks. > > > > Sorry, I couldn't test it yet, first because of an uninstallable > > package needed for the build because I couldn't upgrade libc6 yet > > and I couldn't get the previous version from snapshot.debian.org > > (bug 1023540). Now that I could upgrade libc6, I'll be able to > > test when I have some time, but perhaps not before the week-end. > > Okay, do let me know if I can help -- this is blocking Emacs from migrating. I've rebuilt the packages with the patch and couldn't reproduce the bug yet. So it may be the correct fix. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)