From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 57309@debbugs.gnu.org, Andrea Corallo <akrl@sdf.org>
Subject: bug#57309: 29.0.50; Build error "trying to dump non fixed-up eln file"
Date: Sun, 21 Aug 2022 14:28:58 +0200 [thread overview]
Message-ID: <m24jy57pbp.fsf@Mini.fritz.box> (raw)
In-Reply-To: <878rnholkw.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 21 Aug 2022 13:57:51 +0200")
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Perhaps just "cp -a" the entire build tree over somewhere else, and then
> say "make" there in the copy and see what happens?
Thanks, good idea, and it worked!
In the new lldb session I see that the very first time
dump_native_comp_unit is called, it's aöready failing:
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00000001001526cc temacs`dump_native_comp_unit(ctx=0x000000016fdfe300, comp_u=0x0000000107089a68) at pdumper.c:2913:23 [opt]
2910 dump_native_comp_unit (struct dump_context *ctx,
2911 struct Lisp_Native_Comp_Unit *comp_u)
2912 {
-> 2913 if (!CONSP (comp_u->file))
2914 error ("Trying to dump non fixed-up eln file\n");
2915
2916 /* Have function documentation always lazy loaded to optimize load-time. */
Target 0: (temacs) stopped.
(lldb) p comp_u->file
(Lisp_Object) $0 = 0x0000000103911394 (struct Lisp_String *) $2 = 0x0000000103911390
(lldb) p *$2
(struct Lisp_String) $3 = {
u = {
s = {
size = 93
size_byte = -1
intervals = NULL
data = 0x000000011a0158b8 "/Users/gerd/emacs/master2/native-lisp/29_0_50-2dce7c3a/preloaded/window-0d1b8b93-274db3e2.eln"
}
next = 0x000000000000005d
gcaligned = ']'
}
}
The backtrace is identical to the other debugger session.
Which means that the window.eln cu hasn't been dumped before, which
means what?
next prev parent reply other threads:[~2022-08-21 12:28 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-20 12:55 bug#57309: 29.0.50; Build error "trying to dump non fixed-up eln file" Gerd Möllmann
2022-08-20 13:07 ` Lars Ingebrigtsen
2022-08-20 13:12 ` Gerd Möllmann
2022-08-20 13:18 ` Lars Ingebrigtsen
2022-08-20 13:21 ` Gerd Möllmann
2022-08-20 13:26 ` Eli Zaretskii
2022-08-20 13:29 ` Lars Ingebrigtsen
2022-08-20 13:45 ` Eli Zaretskii
2022-08-21 11:55 ` Lars Ingebrigtsen
2022-08-20 13:27 ` Lars Ingebrigtsen
2022-08-20 13:37 ` Gerd Möllmann
2022-08-20 14:32 ` Gerd Möllmann
2022-08-20 15:08 ` Gerd Möllmann
2022-08-21 7:03 ` Gerd Möllmann
2022-08-21 8:50 ` Gerd Möllmann
2022-08-21 10:13 ` Eli Zaretskii
2022-08-21 10:45 ` Gerd Möllmann
2022-08-21 10:58 ` Eli Zaretskii
2022-08-22 8:43 ` Andrea Corallo
2022-08-20 15:25 ` Eli Zaretskii
2022-08-21 6:39 ` Gerd Möllmann
2022-08-21 6:43 ` Eli Zaretskii
2022-08-21 6:47 ` Gerd Möllmann
2022-08-21 7:03 ` Eli Zaretskii
2022-08-21 7:13 ` Gerd Möllmann
2022-08-21 11:57 ` Lars Ingebrigtsen
2022-08-21 12:28 ` Gerd Möllmann [this message]
2022-08-21 12:36 ` Eli Zaretskii
2022-08-21 12:46 ` Gerd Möllmann
2022-08-21 12:55 ` Eli Zaretskii
2022-08-21 13:08 ` Gerd Möllmann
2022-08-21 13:19 ` Eli Zaretskii
2022-08-21 13:11 ` Gerd Möllmann
2022-08-21 13:14 ` Gerd Möllmann
2022-08-21 13:39 ` Gerd Möllmann
2022-08-21 13:45 ` Eli Zaretskii
2022-08-21 13:56 ` Gerd Möllmann
2022-08-21 14:02 ` Eli Zaretskii
2022-08-22 8:49 ` Andrea Corallo
2022-08-22 8:56 ` Gerd Möllmann
2022-08-22 9:35 ` Andrea Corallo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m24jy57pbp.fsf@Mini.fritz.box \
--to=gerd.moellmann@gmail.com \
--cc=57309@debbugs.gnu.org \
--cc=akrl@sdf.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.