GNU bug report logs -
#34707
Failure to find the associated pdump file
Previous Next
Reported by: rms <at> gnu.org
Date: Sat, 2 Mar 2019 03:29:02 UTC
Severity: normal
Tags: confirmed
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Date: Mon, 17 Jun 2019 20:56:13 +0200
> Cc: 34707 <at> 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.
This bug report was last modified 5 years and 326 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.