From unknown Tue Jun 17 20:18:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34707 <34707@debbugs.gnu.org> To: bug#34707 <34707@debbugs.gnu.org> Subject: Status: Failure to find the associated pdump file Reply-To: bug#34707 <34707@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:18:34 +0000 retitle 34707 Failure to find the associated pdump file reassign 34707 emacs submitter 34707 rms@gnu.org severity 34707 normal tag 34707 confirmed thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 01 22:28:11 2019 Received: (at submit) by debbugs.gnu.org; 2 Mar 2019 03:28:11 +0000 Received: from localhost ([127.0.0.1]:56910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzvJq-0003ex-PA for submit@debbugs.gnu.org; Fri, 01 Mar 2019 22:28:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzvJp-0003ek-Jh for submit@debbugs.gnu.org; Fri, 01 Mar 2019 22:28:09 -0500 Received: from lists.gnu.org ([209.51.188.17]:39303) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzvJj-00053c-GO for submit@debbugs.gnu.org; Fri, 01 Mar 2019 22:28:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzvJi-00022v-DL for bug-gnu-emacs@gnu.org; Fri, 01 Mar 2019 22:28:03 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzvJe-0004vy-Gx for bug-gnu-emacs@gnu.org; Fri, 01 Mar 2019 22:27:58 -0500 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1gzvJa-0000cM-4S; Fri, 01 Mar 2019 22:27:56 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: bug-gnu-emacs@gnu.org Subject: Failure to find the associated pdump file Message-Id: Date: Fri, 01 Mar 2019 22:27:54 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) 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: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] I have a symlink from bin/emacs to emacs-git/build-feb-24/src/emacs. It contains master from Feb 24, built. When I run that by typing `emacs', with some other directory current, it crashes: it gets error and exits when it tries to run tty-set-up-initial-frame-faces, from init_display. That is supposed to have been set up by associated Lisp files which have not been run. I think the cause is that Emacs failed to find the pdump file. Apparently that failure gives no error message! It must give an error message, since you can't get anything like what you want if you don't get the pdump file. There is an annoying secondary problem: it exits leaving the tty set up for Emacs (no echo). It ought to restore the outside-Emacs terminal settings before exiting. The reason it fails to find the pdump file is that it fails to implement this case If the executable file is a symbolic link, the program can find the link target and use its containing directory instead of the link's containing directory. which is implemented for associated Lisp files in this code in emacs.c /* If the Emacs executable is actually a link, next try the dir that the link points into. */ tem = Ffile_symlink_p (name); if (!NILP (tem)) { name = Fexpand_file_name (tem, dir); dir = Ffile_name_directory (name); } else break; but that is not implemented for pdump files. -- Dr Richard Stallman President, Free Software Foundation (https://gnu.org, https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 02 02:11:39 2019 Received: (at 34707) by debbugs.gnu.org; 2 Mar 2019 07:11:39 +0000 Received: from localhost ([127.0.0.1]:56952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzyo7-0000cl-4p for submit@debbugs.gnu.org; Sat, 02 Mar 2019 02:11:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gzyo5-0000cT-D9 for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 02:11:37 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzyns-0004Ze-QR for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 02:11:26 -0500 Received: from [176.228.60.248] (port=4112 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gzynl-0004Bp-6O; Sat, 02 Mar 2019 02:11:18 -0500 Date: Sat, 02 Mar 2019 09:11:06 +0200 Message-Id: <83pnr9hhth.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: (message from Richard Stallman on Fri, 01 Mar 2019 22:27:54 -0500) Subject: Re: bug#34707: Failure to find the associated pdump file References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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 (-) > From: Richard Stallman > Date: Fri, 01 Mar 2019 22:27:54 -0500 > > I have a symlink from bin/emacs to emacs-git/build-feb-24/src/emacs. > It contains master from Feb 24, built. > > When I run that by typing `emacs', with some other directory current, > it crashes: it gets error and exits when it tries to run > tty-set-up-initial-frame-faces, from init_display. > That is supposed to have been set up by associated Lisp files > which have not been run. > > I think the cause is that Emacs failed to find the pdump file. > > Apparently that failure gives no error message! > It must give an error message, since you can't get anything > like what you want if you don't get the pdump file. It is supposed to give an error message saying that it could not load the dump file because it was not built for this Emacs executable. Could you please step with a debugger through the function load_pdump, called from the 'main' function, and see why that doesn't happen for you? > There is an annoying secondary problem: it exits leaving the tty set > up for Emacs (no echo). It ought to restore the outside-Emacs > terminal settings before exiting. If Emacs already set up the terminal, then I think it did find the pdump file and loaded it successfully, because loading the pdump file happens before the call to init_display. So I don't think I have a clear idea of what happens on your system. > The reason it fails to find the pdump file > is that it fails to implement this case > > If the executable file is a symbolic link, the program can find the > link target and use its containing directory instead of the link's > containing directory. That is correct (and we will have to implement that before Emacs 27 goes to print), but I think there's something else at work in your case. Stepping through the code with a debugger should clarify the situation. Also, can you show the details of the crash, like the signal and the C-level backtrace? From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 02 21:59:02 2019 Received: (at 34707) by debbugs.gnu.org; 3 Mar 2019 02:59:02 +0000 Received: from localhost ([127.0.0.1]:58018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0HLB-0005Ze-Ue for submit@debbugs.gnu.org; Sat, 02 Mar 2019 21:59:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0HLA-0005ZC-3K for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 21:59:00 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0HL4-0000Vg-MA for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 21:58:54 -0500 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1h0HL4-0007EK-G9; Sat, 02 Mar 2019 21:58:54 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Eli Zaretskii In-Reply-To: <83pnr9hhth.fsf@gnu.org> (message from Eli Zaretskii on Sat, 02 Mar 2019 09:11:06 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> Message-Id: Date: Sat, 02 Mar 2019 21:58:54 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] load_pdump returns to main with PDUMPER_LOAD_FILE_NOT_FOUND. I do not see any code there that ought to exit with an error message. If there is some, where is it? So main continues and tries to initialize Emacs. Don't we want this? #ifdef HAVE_PDUMPER if (attempt_load_pdump) { load_pdump (argc, argv); fatal ("cannot find portable dumper memory file"); } #endif However, it should show the file name it looked for. Why is it useful for load_pdump return if it fails? Regarding the secondary bug: > If Emacs already set up the terminal, It has not done so yet. then I think it did find the > pdump file and loaded it successfully, because loading the pdump file > happens before the call to init_display. main continues and calls init_display. That gets to init_display_interactive, which calls init_tty at line 6138. That turns off echo, right? Then it calls init_faces_initial at line 6193, which tries to call tty-set-up-initial-frame-faces. -- Dr Richard Stallman President, Free Software Foundation (https://gnu.org, https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 02 21:59:02 2019 Received: (at 34707) by debbugs.gnu.org; 3 Mar 2019 02:59:02 +0000 Received: from localhost ([127.0.0.1]:58020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0HLC-0005Zo-80 for submit@debbugs.gnu.org; Sat, 02 Mar 2019 21:59:02 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0HLA-0005ZD-Eo for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 21:59:00 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0HL5-0000WZ-6O for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 21:58:55 -0500 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1h0HL4-0007Gs-V6; Sat, 02 Mar 2019 21:58:54 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Eli Zaretskii In-Reply-To: <83pnr9hhth.fsf@gnu.org> (message from Eli Zaretskii on Sat, 02 Mar 2019 09:11:06 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> Message-Id: Date: Sat, 02 Mar 2019 21:58:54 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > If the executable file is a symbolic link, the program can find the > > link target and use its containing directory instead of the link's > > containing directory. > That is correct (and we will have to implement that before Emacs 27 > goes to print) I guess I should postpone trying the new version until that is done. -- Dr Richard Stallman President, Free Software Foundation (https://gnu.org, https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 02 22:42:15 2019 Received: (at 34707) by debbugs.gnu.org; 3 Mar 2019 03:42:15 +0000 Received: from localhost ([127.0.0.1]:58037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0I11-0006ZS-GO for submit@debbugs.gnu.org; Sat, 02 Mar 2019 22:42:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0I0z-0006ZF-Rx for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 22:42:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0I0u-0001X0-MR for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 22:42:08 -0500 Received: from [176.228.60.248] (port=1596 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h0I0j-0003bB-N1; Sat, 02 Mar 2019 22:41:59 -0500 Date: Sun, 03 Mar 2019 05:41:50 +0200 Message-Id: <83lg1wfwu9.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 02 Mar 2019 21:58:54 -0500) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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 (-) > From: Richard Stallman > Cc: 34707@debbugs.gnu.org > Date: Sat, 02 Mar 2019 21:58:54 -0500 > > load_pdump returns to main with PDUMPER_LOAD_FILE_NOT_FOUND. > I do not see any code there that ought to exit with an error message. > If there is some, where is it? If the file is not found, Emacs behaves like temacs: it loads the Lisp files before proceeding. It sounds like in your case it didn't do tat because it found no Lisp files, is that right? Then perhaps this is the situation we should diagnose. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 02 22:46:17 2019 Received: (at 34707) by debbugs.gnu.org; 3 Mar 2019 03:46:17 +0000 Received: from localhost ([127.0.0.1]:58041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0I4u-0006fL-4G for submit@debbugs.gnu.org; Sat, 02 Mar 2019 22:46:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0I4s-0006f9-Jb for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 22:46:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0I4n-0003tf-DV for 34707@debbugs.gnu.org; Sat, 02 Mar 2019 22:46:09 -0500 Received: from [176.228.60.248] (port=1845 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h0I4h-0003rt-9P; Sat, 02 Mar 2019 22:46:03 -0500 Date: Sun, 03 Mar 2019 05:45:54 +0200 Message-Id: <83k1hgfwnh.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 02 Mar 2019 21:58:54 -0500) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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 (-) > From: Richard Stallman > Cc: 34707@debbugs.gnu.org > Date: Sat, 02 Mar 2019 21:58:54 -0500 > > > > If the executable file is a symbolic link, the program can find the > > > link target and use its containing directory instead of the link's > > > containing directory. > > > That is correct (and we will have to implement that before Emacs 27 > > goes to print) > > I guess I should postpone trying the new version until that is done. You could use the new --dump-file command-line option. Or maybe symlink the pdump file as well -- does that work? From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 03 12:07:26 2019 Received: (at 34707) by debbugs.gnu.org; 3 Mar 2019 17:07:26 +0000 Received: from localhost ([127.0.0.1]:58665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0UaD-0005Qz-U5 for submit@debbugs.gnu.org; Sun, 03 Mar 2019 12:07:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0UaB-0005Qm-GU for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 12:07:23 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0Ua4-0003pR-D9 for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 12:07:16 -0500 Received: from [176.228.60.248] (port=3323 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h0UZt-0003ib-Md; Sun, 03 Mar 2019 12:07:07 -0500 Date: Sun, 03 Mar 2019 19:06:59 +0200 Message-Id: <83a7ibga4s.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sat, 02 Mar 2019 21:58:54 -0500) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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 (-) > From: Richard Stallman > Cc: 34707@debbugs.gnu.org > Date: Sat, 02 Mar 2019 21:58:54 -0500 > > Regarding the secondary bug: > > > If Emacs already set up the terminal, > > It has not done so yet. > > then I think it did find the > > pdump file and loaded it successfully, because loading the pdump file > > happens before the call to init_display. > > main continues and calls init_display. > > That gets to init_display_interactive, which calls init_tty at line 6138. > That turns off echo, right? Then it calls init_faces_initial at line 6193, > which tries to call tty-set-up-initial-frame-faces. Thanks, I fixed that part. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 03 12:08:20 2019 Received: (at 34707) by debbugs.gnu.org; 3 Mar 2019 17:08:20 +0000 Received: from localhost ([127.0.0.1]:58669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0Ub6-0005Sf-7r for submit@debbugs.gnu.org; Sun, 03 Mar 2019 12:08:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57069) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0Ub4-0005SP-RQ for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 12:08:19 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0Uaz-0005a8-4N for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 12:08:13 -0500 Received: from [176.228.60.248] (port=3387 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h0Uas-0003qp-V7; Sun, 03 Mar 2019 12:08:07 -0500 Date: Sun, 03 Mar 2019 19:08:00 +0200 Message-Id: <838sxvga33.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: <83lg1wfwu9.fsf@gnu.org> (message from Eli Zaretskii on Sun, 03 Mar 2019 05:41:50 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> <83lg1wfwu9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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 (-) > Date: Sun, 03 Mar 2019 05:41:50 +0200 > From: Eli Zaretskii > Cc: 34707@debbugs.gnu.org > > > From: Richard Stallman > > Cc: 34707@debbugs.gnu.org > > Date: Sat, 02 Mar 2019 21:58:54 -0500 > > > > load_pdump returns to main with PDUMPER_LOAD_FILE_NOT_FOUND. > > I do not see any code there that ought to exit with an error message. > > If there is some, where is it? > > If the file is not found, Emacs behaves like temacs: it loads the Lisp > files before proceeding. It sounds like in your case it didn't do tat > because it found no Lisp files, is that right? Then perhaps this is > the situation we should diagnose. It turned out this was a bug, which also precluded invoking temacs interactively, something that has always worked. I have now fixed this. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 03 22:27:06 2019 Received: (at 34707) by debbugs.gnu.org; 4 Mar 2019 03:27:06 +0000 Received: from localhost ([127.0.0.1]:58864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0eFu-000186-1S for submit@debbugs.gnu.org; Sun, 03 Mar 2019 22:27:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0eFs-00017c-1U for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 22:27:04 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0eFk-00076B-WF for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 22:26:57 -0500 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1h0eFk-0006rb-Jg; Sun, 03 Mar 2019 22:26:56 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Eli Zaretskii In-Reply-To: <83lg1wfwu9.fsf@gnu.org> (message from Eli Zaretskii on Sun, 03 Mar 2019 05:41:50 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> <83lg1wfwu9.fsf@gnu.org> Message-Id: Date: Sun, 03 Mar 2019 22:26:56 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > load_pdump returns to main with PDUMPER_LOAD_FILE_NOT_FOUND. > > I do not see any code there that ought to exit with an error message. > > If there is some, where is it? > If the file is not found, Emacs behaves like temacs: it loads the Lisp > files before proceeding. It sounds like in your case it didn't do tat > because it found no Lisp files, is that right? It did find the Lisp directory -- that code is old and knows how to follow the symlink. But that's not the issue, because "tty-set-up-initial-frame-faces" is supposed to be preloaded. I think you said this problem is fixed now. -- Dr Richard Stallman President, Free Software Foundation (https://gnu.org, https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 03 22:28:57 2019 Received: (at 34707) by debbugs.gnu.org; 4 Mar 2019 03:28:57 +0000 Received: from localhost ([127.0.0.1]:58873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0eHf-0001BM-OZ for submit@debbugs.gnu.org; Sun, 03 Mar 2019 22:28:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0eHe-0001BA-UQ for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 22:28:55 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0eHZ-0002RZ-OE for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 22:28:49 -0500 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1h0eHZ-0004a7-JF; Sun, 03 Mar 2019 22:28:49 -0500 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Eli Zaretskii In-Reply-To: <83k1hgfwnh.fsf@gnu.org> (message from Eli Zaretskii on Sun, 03 Mar 2019 05:45:54 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> <83k1hgfwnh.fsf@gnu.org> Message-Id: Date: Sun, 03 Mar 2019 22:28:49 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > You could use the new --dump-file command-line option. Or maybe > symlink the pdump file as well -- does that work? For the moment I will use my previous build in the circumstances where the new one won't start. -- Dr Richard Stallman President, Free Software Foundation (https://gnu.org, https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 03 22:37:18 2019 Received: (at 34707) by debbugs.gnu.org; 4 Mar 2019 03:37:18 +0000 Received: from localhost ([127.0.0.1]:58889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0ePm-0001OP-C0 for submit@debbugs.gnu.org; Sun, 03 Mar 2019 22:37:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56540) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h0ePk-0001OD-JR for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 22:37:16 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0ePf-0003hI-DW for 34707@debbugs.gnu.org; Sun, 03 Mar 2019 22:37:11 -0500 Received: from [176.228.60.248] (port=2547 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h0ePZ-0003mZ-8I; Sun, 03 Mar 2019 22:37:05 -0500 Date: Mon, 04 Mar 2019 05:36:58 +0200 Message-Id: <83y35ve2ed.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: (message from Richard Stallman on Sun, 03 Mar 2019 22:26:56 -0500) Subject: Re: bug#34707: Failure to find the associated pdump file References: <83pnr9hhth.fsf@gnu.org> <83lg1wfwu9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 34707 Cc: 34707@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 (-) > From: Richard Stallman > Cc: 34707@debbugs.gnu.org > Date: Sun, 03 Mar 2019 22:26:56 -0500 > > > If the file is not found, Emacs behaves like temacs: it loads the Lisp > > files before proceeding. It sounds like in your case it didn't do tat > > because it found no Lisp files, is that right? > > It did find the Lisp directory -- that code is old and knows how to > follow the symlink. But that's not the issue, because > "tty-set-up-initial-frame-faces" is supposed to be preloaded. > > I think you said this problem is fixed now. Yes, it was an unrelated bug, which went unnoticed because no one tried "emacs -nw" in the situation where the pdump file cannot be found. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 14:56:21 2019 Received: (at 34707) by debbugs.gnu.org; 17 Jun 2019 18:56:21 +0000 Received: from localhost ([127.0.0.1]:43323 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcwnk-0007yO-W3 for submit@debbugs.gnu.org; Mon, 17 Jun 2019 14:56:21 -0400 Received: from quimby.gnus.org ([80.91.231.51]:36748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcwni-0007yD-G6 for 34707@debbugs.gnu.org; Mon, 17 Jun 2019 14:56:19 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hcwnd-00082u-OH; Mon, 17 Jun 2019 20:56:16 +0200 From: Lars Ingebrigtsen To: Richard Stallman Subject: Re: bug#34707: Failure to find the associated pdump file References: Date: Mon, 17 Jun 2019 20:56:13 +0200 In-Reply-To: (Richard Stallman's message of "Fri, 01 Mar 2019 22:27:54 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: I'm able to reproduce this bug easily enough: [larsi@stories ~]$ ln -s ~/src/emacs/trunk/src/emacs /tmp/sym-emacs [larsi@stories ~]$ /tmp/sym-emacs Loading loadup.el (source)... dump mode: nil Using load-path (/usr/local/share/emacs/27.0.50/site- [...] 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: 34707 Cc: 34707@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 (-) I'm able to reproduce this bug easily enough: [larsi@stories ~]$ ln -s ~/src/emacs/trunk/src/emacs /tmp/sym-emacs [larsi@stories ~]$ /tmp/sym-emacs Loading loadup.el (source)... dump mode: nil Using load-path (/usr/local/share/emacs/27.0.50/site-lisp /usr/local/share/emacs/site-lisp /home/larsi/src/emacs/trunk/lisp /home/larsi/src/emacs/trunk/lisp/emacs-lisp /home/larsi/src/emacs/trunk/lisp/progmodes /home/larsi/src/emacs/trunk/lisp/language /home/larsi/src/emacs/trunk/lisp/international /home/larsi/src/emacs/trunk/lisp/textmodes /home/larsi/src/emacs/trunk/lisp/vc) Loading emacs-lisp/byte-run... Loading emacs-lisp/byte-run...done Loading emacs-lisp/backquote... [etc] Running ~/src/emacs/trunk/src/emacs directly works, but it's not uncommon to have symlinks to the binary (somebody else just complained to me about this)... When Emacs is able to find the rest of itself, it's odd that it's not finding the pdump file, surely? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 14:56:25 2019 Received: (at control) by debbugs.gnu.org; 17 Jun 2019 18:56:25 +0000 Received: from localhost ([127.0.0.1]:43326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcwnp-0007yg-8x for submit@debbugs.gnu.org; Mon, 17 Jun 2019 14:56:25 -0400 Received: from quimby.gnus.org ([80.91.231.51]:36762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcwnn-0007yX-OB for control@debbugs.gnu.org; Mon, 17 Jun 2019 14:56:24 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hcwnl-000832-6P for control@debbugs.gnu.org; Mon, 17 Jun 2019 20:56:23 +0200 Date: Mon, 17 Jun 2019 20:56:21 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #34707 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 34707 + confirmed 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 34707 + confirmed quit From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 15:23:10 2019 Received: (at 34707) by debbugs.gnu.org; 17 Jun 2019 19:23:10 +0000 Received: from localhost ([127.0.0.1]:43345 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcxDh-0002Ii-SN for submit@debbugs.gnu.org; Mon, 17 Jun 2019 15:23:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hcxDd-0002I5-Qs for 34707@debbugs.gnu.org; Mon, 17 Jun 2019 15:23:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hcxDY-00049i-Lw; Mon, 17 Jun 2019 15:23:00 -0400 Received: from [176.228.60.248] (port=1146 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hcxDQ-0000pX-7B; Mon, 17 Jun 2019 15:22:52 -0400 Date: Mon, 17 Jun 2019 22:23:02 +0300 Message-Id: <83d0jct3s9.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: (message from Lars Ingebrigtsen on Mon, 17 Jun 2019 20:56:13 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34707 Cc: 34707@debbugs.gnu.org, rms@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 (---) > From: Lars Ingebrigtsen > Date: Mon, 17 Jun 2019 20:56:13 +0200 > Cc: 34707@debbugs.gnu.org > > When Emacs is able to find the rest of itself, it's odd that it's > not finding the pdump file, surely? It's odd only if you don't consider the details. Emacs finds the rest of itself by consing Lisp strings, but that technique is unusable when looking for the pdump file, because we must find it before we can allocate memory etc., so we could set the heap flags correctly. See the comments in 'main'. It's a typical bootstrap problem. Solution is surely possible, it's just that it isn't "more of the same", i.e. we cannot simply reuse the code which finds, say, data-directory and similar. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 23:07:55 2019 Received: (at 34707) by debbugs.gnu.org; 18 Jun 2019 03:07:55 +0000 Received: from localhost ([127.0.0.1]:43580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hd4TS-0001y1-9K for submit@debbugs.gnu.org; Mon, 17 Jun 2019 23:07:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hd4TQ-0001xo-6P for 34707@debbugs.gnu.org; Mon, 17 Jun 2019 23:07:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hd4TI-0006Nu-9Q; Mon, 17 Jun 2019 23:07:44 -0400 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1hd4T6-00079B-Cr; Mon, 17 Jun 2019 23:07:34 -0400 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: Lars Ingebrigtsen In-Reply-To: (message from Lars Ingebrigtsen on Mon, 17 Jun 2019 20:56:13 +0200) Subject: Re: bug#34707: Failure to find the associated pdump file References: Message-Id: Date: Mon, 17 Jun 2019 23:07:32 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34707 Cc: 34707@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: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > Running ~/src/emacs/trunk/src/emacs directly works, but it's not > uncommon to have symlinks to the binary (somebody else just complained > to me about this)... When Emacs is able to find the rest of itself, > it's odd that it's not finding the pdump file, surely? The code to find the Lisp files handles the symlink case, and it still works just as it has worked for years. However, finding the pdump file uses new code, and that code doesn't try to handle this symlink case. -- Dr Richard Stallman President, Free Software Foundation (https://gnu.org, https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org) From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 28 02:42:47 2019 Received: (at 34707-done) by debbugs.gnu.org; 28 Jun 2019 06:42:47 +0000 Received: from localhost ([127.0.0.1]:40278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgkas-0003Wa-Pa for submit@debbugs.gnu.org; Fri, 28 Jun 2019 02:42:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35097) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hgkaq-0003WN-KE for 34707-done@debbugs.gnu.org; Fri, 28 Jun 2019 02:42:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hgkai-0004R8-1T; Fri, 28 Jun 2019 02:42:37 -0400 Received: from [176.228.60.248] (port=4013 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hgkaa-0000sh-G6; Fri, 28 Jun 2019 02:42:28 -0400 Date: Fri, 28 Jun 2019 09:42:16 +0300 Message-Id: <83ftnui52v.fsf@gnu.org> From: Eli Zaretskii To: rms@gnu.org In-reply-to: (message from Richard Stallman on Mon, 17 Jun 2019 23:07:32 -0400) Subject: Re: bug#34707: Failure to find the associated pdump file References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34707-done Cc: 34707-done@debbugs.gnu.org, larsi@gnus.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 (---) This bug was fixed by Daniel in commit b9ac4f8. Closing. From unknown Tue Jun 17 20:18:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Jul 2019 11:24:06 +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