From debbugs-submit-bounces@debbugs.gnu.org Sat May 04 07:36:15 2019 Received: (at submit) by debbugs.gnu.org; 4 May 2019 11:36:15 +0000 Received: from localhost ([127.0.0.1]:50466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hMsxi-0006ng-PN for submit@debbugs.gnu.org; Sat, 04 May 2019 07:36:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58443) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hMsxg-0006nR-QB for submit@debbugs.gnu.org; Sat, 04 May 2019 07:36:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:52144) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMsxb-0001hN-H9 for submit@debbugs.gnu.org; Sat, 04 May 2019 07:36:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMsxa-000739-De for bug-gnu-emacs@gnu.org; Sat, 04 May 2019 07:36:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMsxZ-0001fw-Bz for bug-gnu-emacs@gnu.org; Sat, 04 May 2019 07:36:06 -0400 Received: from fethera.tethera.net ([2607:5300:60:c5::1]:34012) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMsxZ-0001fH-81 for bug-gnu-emacs@gnu.org; Sat, 04 May 2019 07:36:05 -0400 Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hMsxT-0005hK-MF for bug-gnu-emacs@gnu.org; Sat, 04 May 2019 07:35:59 -0400 Received: (nullmailer pid 27423 invoked by uid 1000); Sat, 04 May 2019 11:35:57 -0000 From: David Bremner To: bug-gnu-emacs@gnu.org Subject: 26.1; false positive: Match data clobbered by buffer modification hooks Date: Sat, 04 May 2019 08:35:57 -0300 Message-ID: <87o94ih2oy.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:5300:60:c5::1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 1. Save the following as test.el (let ((inhibit-modification-hooks t)) (with-temp-buffer (insert "P'") (goto-char (point-min)) (while (re-search-forward "\\([^\\]\\)'" nil t) (replace-match "\\1`")) (buffer-substring (point-min) (point-max)))) 2. run "emacs --batch --quick --load ./test.el" 3. Under docker, with Debian's emacs-nox (but not emacs-lucid or emacs-gtk, I get an error "Match data clobbered by buffer modification hooks". I don't think this is Debian specific, as someone was also able to duplicate it with "nixpkgs.emacs26-nox" (also in Docker). I agree the setup sounds pretty specific, but it is used by a Debian CI setup, which is why I care. Here's the build info, copied out of docker: In GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu) of 2019-02-03, modified by Debian built on zam904 Recent messages: Loading /etc/emacs/site-start.d/00debian.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Configured using: 'configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --enable-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/26.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/sh\ are/emacs/26.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --enable-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/26.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/sh\ are/emacs/26.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-x=no --without-gsettings 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/emacs-26.1+1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' LDFLAGS=-Wl,-z,relro' From debbugs-submit-bounces@debbugs.gnu.org Mon May 06 01:03:18 2019 Received: (at 35557) by debbugs.gnu.org; 6 May 2019 05:03:18 +0000 Received: from localhost ([127.0.0.1]:55506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hNVmY-0007tj-6b for submit@debbugs.gnu.org; Mon, 06 May 2019 01:03:18 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:53250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hNVmV-0007tU-NM for 35557@debbugs.gnu.org; Mon, 06 May 2019 01:03:16 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id AB9C51618F1; Sun, 5 May 2019 22:03:09 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Zec4_-Gqp_W5; Sun, 5 May 2019 22:03:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 10BD4161924; Sun, 5 May 2019 22:03:09 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Te0rgztqsra2; Sun, 5 May 2019 22:03:08 -0700 (PDT) Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id E36861618E2; Sun, 5 May 2019 22:03:08 -0700 (PDT) To: David Bremner From: Paul Eggert Subject: 26.1; false positive: Match data clobbered by buffer modification hooks Organization: UCLA Computer Science Department Message-ID: <64899525-fd17-c715-dff4-b99996717f4f@cs.ucla.edu> Date: Sun, 5 May 2019 22:03:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) I tried to reproduce the bug and failed, so I'm afraid you'll have to step in and help debug it. First, please use 26.2 rather than 26.1. Second, please simplify the ./configure arguments (there are some duplicates, and --enable-libsystemd isn't the right name for the flag). Third, I suggest running it under GDB and seeing what exactly goes wrong, e.g., by putting a watchpoint on search_regs.start[sub]. From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 26 17:07:09 2019 Received: (at control) by debbugs.gnu.org; 26 Sep 2019 21:07:09 +0000 Received: from localhost ([127.0.0.1]:45405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDayi-0000aA-Sh for submit@debbugs.gnu.org; Thu, 26 Sep 2019 17:07:09 -0400 Received: from mail-pl1-f182.google.com ([209.85.214.182]:39790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDayg-0000Zb-LA for control@debbugs.gnu.org; Thu, 26 Sep 2019 17:07:07 -0400 Received: by mail-pl1-f182.google.com with SMTP id s17so145579plp.6 for ; Thu, 26 Sep 2019 14:07:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Xb5PZg45fl/mMW3hva0quG1dc2xhDpmIBBGNCNb6mT8=; b=FfTfFD+5X4dUg+WfcProxvHbgS3CEy4b82dOCVeJgTEiqOElGmbq8dG3LoT1tIEMPu H86jmLdmHMgVohZBdrl8bhvzyU62MRhByCmY5oHZHQliQnalBZogUwsp8F78cIZt5zwB lCenAn0B23j2af2M0h4KWU1KQ1Kd2MMLoRgM5OnV4Z81TGjJFdg6RnuPjmXRBOuKHBeI nkrBxqykEdyD3oN+2+pWc+gey8e8cMDazJxRbNqDfzW+/aOLz530ZHZ3HKfiQxXmoDLs MQauV52BpJByOQI17NG6aQT5BTgl8G2b6xxMipnyRrDXXQAQy6ag0HIx4+G5rOkVIzV9 97UQ== X-Gm-Message-State: APjAAAUybBo1ZrptoueBD42J5+Z/U15d+ADfTsRn3DpL7p80xzmJ2Dwf 76Xyxtg7zve6TMG5vmby2bVp6xBcv/U9hZo1+LrGvJUlfaM= X-Google-Smtp-Source: APXvYqzePxOV6ttrBNQTXaN8TrehGAJmS6OQzkV/+AvWDGnmszJQMTa2D1kFs5LjZMQzWzDNETKUgqAU8uL3cDRL31k= X-Received: by 2002:a17:902:d88f:: with SMTP id b15mr557705plz.251.1569532020590; Thu, 26 Sep 2019 14:07:00 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Thu, 26 Sep 2019 23:06:49 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.3 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 35557 + moreinfo quit Content analysis details: (2.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.182 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.182 listed in wl.mailspike.net] 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 35557 + moreinfo quit Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.182 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.182 listed in list.dnswl.org] 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 2.0 BLANK_SUBJECT Subject is present but empty -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager tags 35557 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 21:00:47 2019 Received: (at 35557) by debbugs.gnu.org; 2 Nov 2019 01:00:47 +0000 Received: from localhost ([127.0.0.1]:57686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQhmY-0003P9-Dy for submit@debbugs.gnu.org; Fri, 01 Nov 2019 21:00:46 -0400 Received: from host.gofardesign.uk ([208.79.239.190]:42248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iQhmV-0003GL-2o for 35557@debbugs.gnu.org; Fri, 01 Nov 2019 21:00:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=zPmOZH9O3hV4N6m553JdMSJSZZWAb3QGxki9XaaI/Ok=; b=A48b3eHfVqisFKUy8NhiEy7I+U HUvaMAb9gtgW4kjr7lKyL6P21WAEKoeOJfdl4rfoOtE1dpyl8YeG2EfN3wZBgozJRNI13xFtJ9p3/ cs2EXGHxAqTFmx78bZzZSdVZJ9MTtkOkvroay3TUwX5/CPXavbJq5MpTq4aTJXXlGxDA=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:51608 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iQhmN-0006a6-SU; Fri, 01 Nov 2019 20:00:36 -0500 From: Stefan Kangas To: Paul Eggert Subject: Re: 26.1; false positive: Match data clobbered by buffer modification hooks In-Reply-To: <64899525-fd17-c715-dff4-b99996717f4f@cs.ucla.edu> (Paul Eggert's message of "Sun, 5 May 2019 22:03:08 -0700") References: <64899525-fd17-c715-dff4-b99996717f4f@cs.ucla.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Sat, 02 Nov 2019 02:00:34 +0100 Message-ID: <878sozt7m5.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: host.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 35557 Cc: David Bremner , 35557@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Paul Eggert writes: > I tried to reproduce the bug and failed, so I'm afraid you'll have to step in > and help debug it. First, please use 26.2 rather than 26.1. Second, please > simplify the ./configure arguments (there are some duplicates, and > --enable-libsystemd isn't the right name for the flag). Third, I suggest running > it under GDB and seeing what exactly goes wrong, e.g., by putting a watchpoint > on search_regs.start[sub]. I couldn't reproduce this bug either. David, could you please look into the above suggestions by Paul? Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 02 21:48:26 2019 Received: (at 35557) by debbugs.gnu.org; 3 Dec 2019 02:48:26 +0000 Received: from localhost ([127.0.0.1]:39192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibyEk-0002Cx-0T for submit@debbugs.gnu.org; Mon, 02 Dec 2019 21:48:26 -0500 Received: from fethera.tethera.net ([198.245.60.197]:36578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ibyEi-0002Cp-B9 for 35557@debbugs.gnu.org; Mon, 02 Dec 2019 21:48:24 -0500 Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1ibyEX-0007Ot-F1; Mon, 02 Dec 2019 21:48:13 -0500 Received: (nullmailer pid 1208363 invoked by uid 1000); Tue, 03 Dec 2019 02:48:12 -0000 From: David Bremner To: Stefan Kangas , Paul Eggert Subject: Re: 26.1; false positive: Match data clobbered by buffer modification hooks In-Reply-To: <878sozt7m5.fsf@marxist.se> References: <64899525-fd17-c715-dff4-b99996717f4f@cs.ucla.edu> <878sozt7m5.fsf@marxist.se> Date: Mon, 02 Dec 2019 22:48:12 -0400 Message-ID: <87sgm2m8er.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Stefan Kangas writes: > Paul Eggert writes: > >> I tried to reproduce the bug and failed, so I'm afraid you'll have to step in >> and help debug it. First, please use 26.2 rather than 26.1. Second, please >> simplify the ./configure arguments (there are some duplicates, and >> --enable-libsystemd isn't the right name for the flag). Third, I suggest running >> it under GDB and seeing what exactly goes wrong, e.g., by putting a watchpoint >> on search_regs.start[sub]. > > I couldn't reproduce this bug either. > > David, could you please look into the above suggestions by Paul? FYI I've filed Debian bug 931651 about this. I did duplicate the problem without docker, and with emacs 26.3, but on an s390x system (and it seems to be sensitive to _which_ s390x system, so that is a bit discouraging). I haven't had time to follow up Paul's suggestions. d From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 16 09:24:09 2020 Received: (at 35557) by debbugs.gnu.org; 16 Jan 2020 14:24:09 +0000 Received: from localhost ([127.0.0.1]:36926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1is649-0004Ro-1l for submit@debbugs.gnu.org; Thu, 16 Jan 2020 09:24:09 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:49084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1is646-0004RL-9M for 35557@debbugs.gnu.org; Thu, 16 Jan 2020 09:24:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/OurmDxr/vUlH0FxhLyULxPcNsxE3DIhEq67BEXy24s=; b=XAn57wOzeQAKcWE4m1a9p4SyKC q+JSXlBpbkGEuadfqnJ5HDYUGcMMMn8FhsQ84F2V/eYbFigbNup0hv/4iByi2dnO5bXXs+3Z1hnBo E2xOd2S2T/UAAJP/1AwssuUZEMQvEJ9DGUrzH8ZvrgpXnRSSvm+rdnZB6AUrKhFk3lTaIAKCxhI9I Z5ACCoxxNHNYonXDWtg/UEqKUaeb0WgiH/RgPRFa4T/Tl8Wh0wdiKTqgdorYVlm7tuaHAzbsS2Zpz AzjepJb9vlkzUubLR9OxkXregDbwWJP2dhxNJbIUEN75FufjVz3nDIYyYu0pjZ0sokBBSS9ygvrx0 W8aTiC6g==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:38842 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1is63z-000N6x-Fm; Thu, 16 Jan 2020 09:23:59 -0500 From: Stefan Kangas To: David Bremner Subject: Re: bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks In-Reply-To: <87sgm2m8er.fsf@tethera.net> (David Bremner's message of "Mon, 02 Dec 2019 22:48:12 -0400") References: <64899525-fd17-c715-dff4-b99996717f4f@cs.ucla.edu> <878sozt7m5.fsf@marxist.se> <87sgm2m8er.fsf@tethera.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Date: Thu, 16 Jan 2020 15:23:57 +0100 Message-ID: <87wo9rwkci.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org, Paul Eggert X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) David Bremner writes: > Stefan Kangas writes: > >> Paul Eggert writes: >> >>> I tried to reproduce the bug and failed, so I'm afraid you'll have to step in >>> and help debug it. First, please use 26.2 rather than 26.1. Second, please >>> simplify the ./configure arguments (there are some duplicates, and >>> --enable-libsystemd isn't the right name for the flag). Third, I suggest running >>> it under GDB and seeing what exactly goes wrong, e.g., by putting a watchpoint >>> on search_regs.start[sub]. >> >> I couldn't reproduce this bug either. >> >> David, could you please look into the above suggestions by Paul? > > FYI I've filed Debian bug 931651 about this. I did duplicate the problem > without docker, and with emacs 26.3, but on an s390x system (and it > seems to be sensitive to _which_ s390x system, so that is a bit > discouraging). > > I haven't had time to follow up Paul's suggestions. Thank you. As it seems to be specific to certain s390x machines, I think we will be dependent on your help to track this down. When you find the time, it would be very good if you could try the things suggested by Paul above. Thanks in advance. Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 16 10:03:41 2020 Received: (at 35557) by debbugs.gnu.org; 16 Jan 2020 15:03:42 +0000 Received: from localhost ([127.0.0.1]:38236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1is6gL-0007mP-Rw for submit@debbugs.gnu.org; Thu, 16 Jan 2020 10:03:41 -0500 Received: from fethera.tethera.net ([198.245.60.197]:34782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1is6gG-0007mF-Tg for 35557@debbugs.gnu.org; Thu, 16 Jan 2020 10:03:36 -0500 Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1is6g6-0007Mm-2J; Thu, 16 Jan 2020 10:03:22 -0500 Received: (nullmailer pid 13543 invoked by uid 1000); Thu, 16 Jan 2020 15:03:21 -0000 From: David Bremner To: Stefan Kangas Subject: Re: bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks In-Reply-To: <87wo9rwkci.fsf@marxist.se> References: <64899525-fd17-c715-dff4-b99996717f4f@cs.ucla.edu> <878sozt7m5.fsf@marxist.se> <87sgm2m8er.fsf@tethera.net> <87wo9rwkci.fsf@marxist.se> Date: Thu, 16 Jan 2020 11:03:21 -0400 Message-ID: <87imlbcukm.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org, Paul Eggert X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Stefan Kangas writes: >> I haven't had time to follow up Paul's suggestions. > > Thank you. As it seems to be specific to certain s390x machines, I > think we will be dependent on your help to track this down. When you > find the time, it would be very good if you could try the things > suggested by Paul above. Well, no, it was also present in a docker environment on X86 for me, and someone else on #emacs (IRC) using Nix. d From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 11:35:25 2020 Received: (at control) by debbugs.gnu.org; 22 Sep 2020 15:35:25 +0000 Received: from localhost ([127.0.0.1]:32930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKkKC-000822-VY for submit@debbugs.gnu.org; Tue, 22 Sep 2020 11:35:25 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKkKA-00081l-Os for control@debbugs.gnu.org; Tue, 22 Sep 2020 11:35:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=rbyZG7PSyNSw2IQHpbHvLOWqB4GAxerpMOk9XR0UW1o=; b=M4maxVB0Dzzf66o30QBkvWCG1V x7aEQesnzfaohl9jGZnTARo0jGIewnBlRe3KAxHbPvTInmQodaL/BB6fXjq4nSA54mP6Fsh+9g58W 56Y98y+RIZ7AzA1Gr2TSg6VIslb/tCB/Wu7qMufg/bZg2Dmhy+E7uQYXgs/z9qr2uVko=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kKkK3-0004Ax-1Z for control@debbugs.gnu.org; Tue, 22 Sep 2020 17:35:17 +0200 Date: Tue, 22 Sep 2020 17:35:13 +0200 Message-Id: <87tuvpg6z2.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #35557 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 35557 - moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 35557 - moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 29 09:54:43 2022 Received: (at 35557) by debbugs.gnu.org; 29 Jan 2022 14:54:43 +0000 Received: from localhost ([127.0.0.1]:33017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDp7j-0006kt-3V for submit@debbugs.gnu.org; Sat, 29 Jan 2022 09:54:43 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDp7h-0006kb-C8 for 35557@debbugs.gnu.org; Sat, 29 Jan 2022 09:54:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=LtpYv+6in+ZJQ++TQgNmwI2m7+ufBDW9Oo7Zmzwol8I=; b=DCkz41qI/TVKppTKDpvZ78InVl tF3Zyit4fYchXVKXLNgHojedhNCBAdIU9Y2cWOmuJgUO5D12oq+BbIi31AT59n9LwWwznVBBYGueu A7KAEcoRyE4WWezzto8zLa/MnKAMdlzI5+tDEvwObWqq2ojjXXUurI0RVlmMnDSb0eBQ=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDp7X-0003h3-8T; Sat, 29 Jan 2022 15:54:33 +0100 From: Lars Ingebrigtsen To: David Bremner Subject: Re: bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks References: <87o94ih2oy.fsf@tethera.net> X-Now-Playing: Flux's _Uncarved Block_: "Children Who Know" Date: Sat, 29 Jan 2022 15:54:30 +0100 In-Reply-To: <87o94ih2oy.fsf@tethera.net> (David Bremner's message of "Sat, 04 May 2019 08:35:57 -0300") Message-ID: <87wniibnix.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: David Bremner writes: > 1. Save the following as test.el > > (let ((inhibit-modification-hooks t)) > (with-temp-buffer > (insert "P'") > (goto-char (point-min)) > (while (re-search-forward "\\([^\\]\\)'" nil t) > (replace- [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) David Bremner writes: > 1. Save the following as test.el > > (let ((inhibit-modification-hooks t)) > (with-temp-buffer > (insert "P'") > (goto-char (point-min)) > (while (re-search-forward "\\([^\\]\\)'" nil t) > (replace-match "\\1`")) > (buffer-substring (point-min) (point-max)))) > > 2. run "emacs --batch --quick --load ./test.el" (I'm going through old bug reports that unfortunately weren't resolved at the time.) I don't seem to be able to reproduce this problem with the current Emacs. Are you still seeing this issue in more recent Emacs versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 29 09:54:47 2022 Received: (at control) by debbugs.gnu.org; 29 Jan 2022 14:54:47 +0000 Received: from localhost ([127.0.0.1]:33021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDp7n-0006lF-AE for submit@debbugs.gnu.org; Sat, 29 Jan 2022 09:54:47 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDp7l-0006kj-H8 for control@debbugs.gnu.org; Sat, 29 Jan 2022 09:54:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Xb5PZg45fl/mMW3hva0quG1dc2xhDpmIBBGNCNb6mT8=; b=IGFdjoGCI5XnSwM7F/64yX1/MR 4HJ6QAQObCsINnpow1V6hHcLoaa5ExKVJYQUazbjBsQbVA26p56rK6BInM6nUJCSa3KK8drAnqfaZ rROy1Ar2SfRcTXvIXIEryck6yDN6F4QgwoHn4jYVf6IfDhDW8IOgK0GjtRz+Cy+RYTKQ=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDp7d-0003hA-IC for control@debbugs.gnu.org; Sat, 29 Jan 2022 15:54:39 +0100 Date: Sat, 29 Jan 2022 15:54:36 +0100 Message-Id: <87v8y2bnir.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #35557 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 35557 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 35557 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 30 14:15:39 2022 Received: (at 35557) by debbugs.gnu.org; 30 Jan 2022 19:15:39 +0000 Received: from localhost ([127.0.0.1]:37668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEFfm-0005fc-Um for submit@debbugs.gnu.org; Sun, 30 Jan 2022 14:15:39 -0500 Received: from fethera.tethera.net ([198.245.60.197]:33792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEFfk-0005fM-KO for 35557@debbugs.gnu.org; Sun, 30 Jan 2022 14:15:37 -0500 Received: by fethera.tethera.net (Postfix, from userid 1001) id 956985FBD2; Sun, 30 Jan 2022 14:15:30 -0500 (EST) Received: (nullmailer pid 3318588 invoked by uid 1000); Sun, 30 Jan 2022 19:15:29 -0000 From: David Bremner To: Lars Ingebrigtsen Subject: Re: bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks In-Reply-To: <87wniibnix.fsf@gnus.org> References: <87o94ih2oy.fsf@tethera.net> <87wniibnix.fsf@gnus.org> Date: Sun, 30 Jan 2022 15:15:29 -0400 Message-ID: <871r0pghm6.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > David Bremner writes: > >> 1. Save the following as test.el >> >> (let ((inhibit-modification-hooks t)) >> (with-temp-buffer >> (insert "P'") >> (goto-char (point-min)) >> (while (re-search-forward "\\([^\\]\\)'" nil t) >> (replace-match "\\1`")) >> (buffer-substring (point-min) (point-max)))) >> >> 2. run "emacs --batch --quick --load ./test.el" > > (I'm going through old bug reports that unfortunately weren't resolved > at the time.) > > I don't seem to be able to reproduce this problem with the current > Emacs. Are you still seeing this issue in more recent Emacs versions? I can't duplicate it with Debian's 27.1, so it's probably safe to close, Cheers David From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 30 14:28:59 2022 Received: (at 35557) by debbugs.gnu.org; 30 Jan 2022 19:28:59 +0000 Received: from localhost ([127.0.0.1]:37687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEFsh-00061G-8m for submit@debbugs.gnu.org; Sun, 30 Jan 2022 14:28:59 -0500 Received: from quimby.gnus.org ([95.216.78.240]:37776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEFsS-00060c-LL for 35557@debbugs.gnu.org; Sun, 30 Jan 2022 14:28:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ny+S/1zjsdBYoUHEc3sv7k1PdOIE2zHRLfBUDsqqv2k=; b=dHWvvSSGEc7tZwFn3kIK19Vffv 7/wFDoIQLzVXIEXDbfIK2aSyMsSkkFKI3BOlDT8rhafOqLgx56WPnP3yCZeBANxfau7VohI8GxP87 Z/YmQjm3xleOvLvTqw60msNSKEUO3Xvcukd0EnX0fyzh1riww8HVxRJLo5O3+ogZiYlk=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nEFsI-0001SS-TX; Sun, 30 Jan 2022 20:28:37 +0100 From: Lars Ingebrigtsen To: David Bremner Subject: Re: bug#35557: 26.1; false positive: Match data clobbered by buffer modification hooks References: <87o94ih2oy.fsf@tethera.net> <87wniibnix.fsf@gnus.org> <871r0pghm6.fsf@tethera.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEUXMVsgIikxSWgc Nl+CiH////9OKrwpAAAAAWJLR0QF+G/pxwAAAAd0SU1FB+YBHhMcFGOizyoAAAGsSURBVDjLdZOL ccMwCIZxyAAmWcABD0CgA6Ru9p+pgPyQc63ukpP49PMSBqg1wD+Lxr/tA9E/AhL7y/4kGo1FNfZ4 FgwjoIO3o3eA83LeLqMeoW9SQIHOngiMPS7L85R3AjBRB3sQ6QeIddHwOp6BV0QBRLn34M5NwszD fU8KhjBMtUsw4uEsztJ2GOqqpDXAgmirLEDkvYmwQCSAHon0iWEGyW7gQHR6AmPdUyTzQ3Lh1nJU ljEcu38oIhLfONeesB7iHohN1fbMsweoNsH2RGidAi4TbA8e0E22QnDaa+qSzdbINgcJvEFFW+uu EDlF2OpAm6BbGaQB67yGDTcFXhR7sP3BlR/jSaIrmF8P0rUQbb8AYbiKkc4/VUN0xSNKglegm+rX SyESRfV82nKF85OeqpI+6nKMfQGe4z11gXZOhTaFQQGEJYrmVHgDOUy3CXThiLykwn0HY/gIZ35d OF0dANHqOL/feCg4x51tUjXJAdnBO4Lfo4Q1y70O8IG+yQXzjdokbHMV3zkpVwnsYWVZQXwg0dHr q4qG3WebdpQC+2pvGZPkb8Ae/AKaPk8qYQQKywAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wMS0z MFQxOToyODoyMCswMDowMLWwYXgAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDEtMzBUMTk6Mjg6 MjArMDA6MDDE7dnEAAAAAElFTkSuQmCC X-Now-Playing: Ida's _The Braille Night_: "Moves Through The Air" Date: Sun, 30 Jan 2022 20:28:32 +0100 In-Reply-To: <871r0pghm6.fsf@tethera.net> (David Bremner's message of "Sun, 30 Jan 2022 15:15:29 -0400") Message-ID: <87ilu181lr.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: David Bremner writes: > I can't duplicate it with Debian's 27.1, so it's probably safe to close, Thanks for checking; I'm closing this bug report, then. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35557 Cc: 35557@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) David Bremner writes: > I can't duplicate it with Debian's 27.1, so it's probably safe to close, Thanks for checking; I'm closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 30 14:29:00 2022 Received: (at control) by debbugs.gnu.org; 30 Jan 2022 19:29:00 +0000 Received: from localhost ([127.0.0.1]:37689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEFsh-00061J-P6 for submit@debbugs.gnu.org; Sun, 30 Jan 2022 14:28:59 -0500 Received: from quimby.gnus.org ([95.216.78.240]:37790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEFsc-00060v-7N for control@debbugs.gnu.org; Sun, 30 Jan 2022 14:28:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uEJiyXQbAHALdz2tSYfCdEM5+cuvOnKV1ZotvVOMOnI=; b=foa0qzP+9eMqmLqfp2OiJrLBa+ StYla7RowQl5Klw3qxnY9MPSu9+rRsJeJ3FtH4uON4zCHLOqomR+IhVQ1cmUXiReK0YMzj8h9Ll+8 Igmv6MJ9kXVnzPKLF+SIrVRAFxwJ2zio+V4LL3113FetRHDI6UfkTz4yOnAhPqZe4dkY=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nEFsU-0001Sc-9T for control@debbugs.gnu.org; Sun, 30 Jan 2022 20:28:48 +0100 Date: Sun, 30 Jan 2022 20:28:44 +0100 Message-Id: <87h79l81lf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #35557 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 35557 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 35557 quit From unknown Tue Jun 17 01:40:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Feb 2022 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator