From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 30 18:07:17 2013 Received: (at submit) by debbugs.gnu.org; 30 Oct 2013 22:07:17 +0000 Received: from localhost ([127.0.0.1]:53642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vbdv2-0007xX-7G for submit@debbugs.gnu.org; Wed, 30 Oct 2013 18:07:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37232) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vbduz-0007xJ-1l for submit@debbugs.gnu.org; Wed, 30 Oct 2013 18:07:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbdul-00052X-Ct for submit@debbugs.gnu.org; Wed, 30 Oct 2013 18:07: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.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbdul-00052T-AZ for submit@debbugs.gnu.org; Wed, 30 Oct 2013 18:06:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbduc-0002RP-R6 for bug-gnu-emacs@gnu.org; Wed, 30 Oct 2013 18:06:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbduU-0004zC-Co for bug-gnu-emacs@gnu.org; Wed, 30 Oct 2013 18:06:50 -0400 Received: from mail-qe0-x231.google.com ([2607:f8b0:400d:c02::231]:37976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbduU-0004z0-6r for bug-gnu-emacs@gnu.org; Wed, 30 Oct 2013 18:06:42 -0400 Received: by mail-qe0-f49.google.com with SMTP id a11so1249734qen.22 for ; Wed, 30 Oct 2013 15:06:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=bYlZUxBvW3rHSP5l0rvddHi1T8/YZ4JkFXOf4EF32nQ=; b=tEpY6bJEGC15M8bcnHLFPNemk2K5qY6Ohuh8X/0XpbbmWwiNubG39nVXbsEgMr8lee Wl4n2jILnQSDeCA27cd7OFJOzWrEpM4GKTehDHwdKlGWL36c3p/ZokyF0oKI66G+ziIY HeSfWXRKKFZCTqcQn9MCslnI9oTooXhYYdvBUbaZo62N186bdbsymfwGA8dptvTt5rab pTtmiAAk66xl/4ZQrQzOdVMcc6RxbIGibVci0ify+GhrFciJu15xGgddHwmtYlU2R8Is isWTHW98x++fupKx7Ep609G+RcKe7Sx1jf3FHAEltmBd+7m6jsWbLiyyoDigeuWb3hhJ GWNg== X-Received: by 10.224.113.199 with SMTP id b7mr1043372qaq.4.1383170801113; Wed, 30 Oct 2013 15:06:41 -0700 (PDT) Received: from cscl-imac-g4-3.ist.psu.edu ([130.203.154.15]) by mx.google.com with ESMTPSA id 4sm1799835qak.11.2013.10.30.15.06.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Oct 2013 15:06:40 -0700 (PDT) From: David Reitter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Crash in directory_files_internal Message-Id: <4AB35230-6D71-4D99-9F8B-0E8FF9668CA7@gmail.com> Date: Wed, 30 Oct 2013 18:06:39 -0400 To: Bug-Gnu-Emacs Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1812\)) X-Mailer: Apple Mail (2.1812) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.0 (----) This crash occurred after eval'ing the expression (directory-files "~/Library/Logs/DiagnosticReports" t = "Aquamacs.*.crash") This directory exists, contains a few files, and I had eval'ed that just = a few second earlier without problems. The bug does not reproduce. Relevant lines in my dired.c: > 267 Lisp_Object fullname; > 268 ptrdiff_t nbytes =3D len + directory_nbytes + needsep; > 269 ptrdiff_t nchars; >=20 > 271 fullname =3D make_uninit_multibyte_string (nbytes, = nbytes); > 272 memcpy (SDATA (fullname), SDATA (directory), > directory_nbytes); >=20 Full crash log below. The running binary was built based on Emacs head = as per Oct 24, git refid 7c5015698c3, with some patches, but none to = dired.c. GNU Emacs 24.3.50.42 (i386-apple-darwin13.0.0, NS apple-appkit-1265.00) of 2013-10-27 on momo - Aquamacs Distribution 3.xdev Copyright (C) 2013 Free Software Foundation, Inc. Process: Aquamacs [1704] Path: /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs Identifier: org.gnu.Aquamacs Version: 3.xdev (3.x.1380382278) Code Type: X86-64 (Native) Parent Process: launchd [299] Responsible: Aquamacs [1704] User ID: 505 Date/Time: 2013-10-30 17:50:04.080 -0400 OS Version: Mac OS X 10.9 (13A598) Report Version: 11 Anonymous UUID: 162C5D4F-C33C-0247-A290-60860F5062B3 Sleep/Wake UUID: 4558D8CE-D6E0-464A-A563-18E46864CB62 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Regions Near 0: -->=20 __TEXT 0000000100000000-0000000100200000 [ 2048K] = r-x/rwx SM=3DCOW /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8ce46292 __kill + 10 1 org.gnu.Aquamacs 0x00000001000b0fc1 = terminate_due_to_signal + 145 (emacs.c:377) 2 org.gnu.Aquamacs 0x00000001000ccb73 emacs_abort + = 19 3 org.gnu.Aquamacs 0x0000000100193fbb = ns_term_shutdown + 123 4 org.gnu.Aquamacs 0x00000001000b11c0 = shut_down_emacs + 288 (emacs.c:1990) 5 org.gnu.Aquamacs 0x00000001000b0f87 = terminate_due_to_signal + 87 (emacs.c:362) 6 org.gnu.Aquamacs 0x00000001000cf0ce = handle_fatal_signal + 14 7 org.gnu.Aquamacs 0x00000001000ce3b1 = deliver_fatal_thread_signal + 129 8 libsystem_platform.dylib 0x00007fff881ac5aa _sigtramp + = 26 9 ??? 0x000000010280303a 0 + = 4336922682 10 org.gnu.Aquamacs 0x00000001000ece5b = directory_files_internal + 907 (dired.c:272) 11 org.gnu.Aquamacs 0x000000010012643f eval_sub + = 1839 (eval.c:2169) 12 org.gnu.Aquamacs 0x00000001001291ca Feval + 106 = (eval.c:1977) 13 org.gnu.Aquamacs 0x0000000100129b09 Ffuncall + = 761 (eval.c:2770) 14 org.gnu.Aquamacs 0x000000010015fab9 = exec_byte_code + 2169 (bytecode.c:919) 15 org.gnu.Aquamacs 0x0000000100129a87 Ffuncall + = 631 (eval.c:2728) 16 org.gnu.Aquamacs 0x000000010015fab9 = exec_byte_code + 2169 (bytecode.c:919) 17 org.gnu.Aquamacs 0x0000000100129a87 Ffuncall + = 631 (eval.c:2728) 18 org.gnu.Aquamacs 0x0000000100124e2b = Fcall_interactively + 5259 (callint.c:838) 19 org.gnu.Aquamacs 0x0000000100129c10 Ffuncall + = 1024 (eval.c:2796) 20 org.gnu.Aquamacs 0x000000010015fab9 = exec_byte_code + 2169 (bytecode.c:919) 21 org.gnu.Aquamacs 0x0000000100129a87 Ffuncall + = 631 (eval.c:2728) 22 org.gnu.Aquamacs 0x000000010012a0ad call1 + 45 = (eval.c:2588) 23 org.gnu.Aquamacs 0x00000001000b4728 = command_loop_1 + 1352 (keyboard.c:1565) 24 org.gnu.Aquamacs 0x00000001001283c1 = internal_condition_case + 257 (eval.c:1333) 25 org.gnu.Aquamacs 0x00000001000c4dfe = command_loop_2 + 62 (.lisp.h:2224) 26 org.gnu.Aquamacs 0x0000000100127d6a = internal_catch + 250 (eval.c:1099) 27 org.gnu.Aquamacs 0x00000001000b386e = recursive_edit_1 + 334 (keyboard.c:1138) 28 org.gnu.Aquamacs 0x00000001000b39ba = Frecursive_edit + 250 (keyboard.c:841) 29 org.gnu.Aquamacs 0x00000001000b277b main + 5451 = (emacs.c:1581) 30 libdyld.dylib 0x00007fff851e35fd start + 1 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 20:12:41 2015 Received: (at 15765) by debbugs.gnu.org; 26 Dec 2015 01:12:41 +0000 Received: from localhost ([127.0.0.1]:36436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCdPV-0008NS-BA for submit@debbugs.gnu.org; Fri, 25 Dec 2015 20:12:41 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43941) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCdPT-0008NJ-Oj for 15765@debbugs.gnu.org; Fri, 25 Dec 2015 20:12:40 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCdP4-00087p-Ax; Sat, 26 Dec 2015 02:12:14 +0100 From: Lars Ingebrigtsen To: David Reitter Subject: Re: bug#15765: Crash in directory_files_internal References: <4AB35230-6D71-4D99-9F8B-0E8FF9668CA7@gmail.com> Date: Sat, 26 Dec 2015 02:12:13 +0100 In-Reply-To: <4AB35230-6D71-4D99-9F8B-0E8FF9668CA7@gmail.com> (David Reitter's message of "Wed, 30 Oct 2013 18:06:39 -0400") Message-ID: <878u4iggia.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCdP4-00087p-Ax X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451697134.5273@mtczUKdnCgQbSDslCYhq8Q X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 15765 Cc: 15765@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: -0.7 (/) David Reitter writes: > This crash occurred after eval'ing the expression > > (directory-files "~/Library/Logs/DiagnosticReports" t "Aquamacs.*.crash") > > This directory exists, contains a few files, and I had eval'ed that just a few second earlier without problems. > > The bug does not reproduce. > > Relevant lines in my dired.c: > >> 267 Lisp_Object fullname; >> 268 ptrdiff_t nbytes = len + directory_nbytes + needsep; >> 269 ptrdiff_t nchars; >> >> 271 fullname = make_uninit_multibyte_string (nbytes, nbytes); >> 272 memcpy (SDATA (fullname), SDATA (directory), >> directory_nbytes); >> > > Full crash log below. The running binary was built based on Emacs head as per Oct 24, git refid 7c5015698c3, with some patches, but none to dired.c. Have you seen this again later? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 00:35:21 2016 Received: (at 15765) by debbugs.gnu.org; 29 Feb 2016 05:35:21 +0000 Received: from localhost ([127.0.0.1]:51450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGUL-0005wX-CC for submit@debbugs.gnu.org; Mon, 29 Feb 2016 00:35:21 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:59734) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGUI-0005wP-Pu for 15765@debbugs.gnu.org; Mon, 29 Feb 2016 00:35:20 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aaGTs-0003Db-OD; Mon, 29 Feb 2016 06:34:53 +0100 From: Lars Ingebrigtsen To: David Reitter Subject: Re: bug#15765: Crash in directory_files_internal References: <4AB35230-6D71-4D99-9F8B-0E8FF9668CA7@gmail.com> <878u4iggia.fsf@gnus.org> Date: Mon, 29 Feb 2016 16:34:48 +1100 In-Reply-To: <878u4iggia.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 26 Dec 2015 02:12:13 +0100") Message-ID: <878u24uljb.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aaGTs-0003Db-OD X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457328894.10875@P/p83lMj8bJBPNP4MND+gQ X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15765 Cc: 15765@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: 0.0 (/) Lars Ingebrigtsen writes: > David Reitter writes: > >> This crash occurred after eval'ing the expression >> >> (directory-files "~/Library/Logs/DiagnosticReports" t "Aquamacs.*.crash") >> >> This directory exists, contains a few files, and I had eval'ed that >> just a few second earlier without problems. >> >> The bug does not reproduce. >> >> Relevant lines in my dired.c: >> >>> 267 Lisp_Object fullname; >>> 268 ptrdiff_t nbytes = len + directory_nbytes + needsep; >>> 269 ptrdiff_t nchars; >>> >>> 271 fullname = make_uninit_multibyte_string (nbytes, nbytes); >>> 272 memcpy (SDATA (fullname), SDATA (directory), >>> directory_nbytes); >>> >> >> Full crash log below. The running binary was built based on Emacs >> head as per Oct 24, git refid 7c5015698c3, with some patches, but >> none to dired.c. > > Have you seen this again later? More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 00:35:25 2016 Received: (at control) by debbugs.gnu.org; 29 Feb 2016 05:35:25 +0000 Received: from localhost ([127.0.0.1]:51453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGUP-0005wo-JD for submit@debbugs.gnu.org; Mon, 29 Feb 2016 00:35:25 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:59740) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaGUO-0005wh-D0 for control@debbugs.gnu.org; Mon, 29 Feb 2016 00:35:24 -0500 Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aaGU1-0003Dl-Ad for control@debbugs.gnu.org; Mon, 29 Feb 2016 06:35:02 +0100 Date: Mon, 29 Feb 2016 16:34:56 +1100 Message-Id: <877fhoulj3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15765 X-MailScanner-ID: 1aaGU1-0003Dl-Ad X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457328902.24164@rayR4baXyo6vgDVR7Cz66g X-Spam-Status: No 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: 0.0 (/) close 15765 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 10:41:05 2016 Received: (at 15765) by debbugs.gnu.org; 29 Feb 2016 15:41:05 +0000 Received: from localhost ([127.0.0.1]:53843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaPwU-0005WS-3M for submit@debbugs.gnu.org; Mon, 29 Feb 2016 10:41:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40356) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aaPwS-0005W1-At for 15765@debbugs.gnu.org; Mon, 29 Feb 2016 10:41:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaPwH-0006Gw-Rv for 15765@debbugs.gnu.org; Mon, 29 Feb 2016 10:40:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaPwH-0006Gr-K7; Mon, 29 Feb 2016 10:40:49 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4720 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aaPwG-0005KJ-Sf; Mon, 29 Feb 2016 10:40:49 -0500 Date: Mon, 29 Feb 2016 17:40:36 +0200 Message-Id: <83wppn8qyz.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <878u24uljb.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 29 Feb 2016 16:34:48 +1100) Subject: Re: bug#15765: Crash in directory_files_internal References: <4AB35230-6D71-4D99-9F8B-0E8FF9668CA7@gmail.com> <878u4iggia.fsf@gnus.org> <878u24uljb.fsf@gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 15765 Cc: david.reitter@gmail.com, 15765@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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Lars Ingebrigtsen > Date: Mon, 29 Feb 2016 16:34:48 +1100 > Cc: 15765@debbugs.gnu.org > > Lars Ingebrigtsen writes: > > > David Reitter writes: > > > >> This crash occurred after eval'ing the expression > >> > >> (directory-files "~/Library/Logs/DiagnosticReports" t "Aquamacs.*.crash") > >> > >> This directory exists, contains a few files, and I had eval'ed that > >> just a few second earlier without problems. > >> > >> The bug does not reproduce. > >> > >> Relevant lines in my dired.c: > >> > >>> 267 Lisp_Object fullname; > >>> 268 ptrdiff_t nbytes = len + directory_nbytes + needsep; > >>> 269 ptrdiff_t nchars; > >>> > >>> 271 fullname = make_uninit_multibyte_string (nbytes, nbytes); > >>> 272 memcpy (SDATA (fullname), SDATA (directory), > >>> directory_nbytes); > >>> > >> > >> Full crash log below. The running binary was built based on Emacs > >> head as per Oct 24, git refid 7c5015698c3, with some patches, but > >> none to dired.c. > > > > Have you seen this again later? > > More information was requested, but no response was given within a few > months, so I'm closing this bug report. If the problem still exists, > please reopen this bug report. It's entirely possible that this was due to the problem with decoding file names on OS X HFS+ filesystems and treating their decomposed form correctly, something solved a few months ago. From unknown Sat Jun 21 03:27:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Mar 2016 11:24:04 +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