GNU bug report logs -
#11867
24.1.50; Windows bootstrap crash (converting tit files?)
Previous Next
Reported by: Richard Copley <rcopley <at> gmail.com>
Date: Fri, 6 Jul 2012 16:01:01 UTC
Severity: normal
Found in version 24.1.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #83 received at 11867 <at> debbugs.gnu.org (full text, mbox):
On Tue, Jul 10, 2012 at 7:35 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> However, before you try that, I'd suggest to let Emacs run as usual,
> and attach the debugger to it when it already runs with the correct
> command line. To this end, pause Emacs with Ctrl-S some short time
> before it crashes (I assume you know when that's going to happen by
> the output that gets written to the screen)
The crash happens when running the compile-CMD target, at this:
for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do \
$(emacs) -l loaddefs $(BYTE_COMPILE_FLAGS) -f
batch-byte-compile-if-not-done %%f/%%g
so each Emacs instance runs only for a few seconds, the time to
compile a single .el file. I can try modifying the makefile and
forcing it to run emacs under gdb when %f/%g is either
language/japan-util.el or language/japanese.el, the two only files
that cause the crash.
Juanma
This bug report was last modified 12 years and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.