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 #8 received at 11867 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 6 Jul 2012 16:55:06 +0100
> From: Richard Copley <rcopley <at> gmail.com>
>
> When I attempted to bootstrap trunk revision 108980 on Windows XP,
> Emacs crashed (and showed the abort dialog).
>
> [...]
> mingw32-make[2]: Entering directory `G:/emacs-bzr/trunk/leim'
> "./../src/oo-spd/i386/emacs.exe" -batch --no-site-file --no-site-lisp -l \
> "G:/emacs-bzr/trunk/leim/../lisp/international/titdic-cnv" \
> --eval "(batch-titdic-convert t)" \
> -dir quail ./CXTERM-DIC
> Converting all tit files in the directory g:/emacs-bzr/trunk/leim/CXTERM-DIC
> Converting g:/emacs-bzr/trunk/leim/CXTERM-DIC/4Corner.tit to quail-package...
> Decoding with coding system cn-big5...
>
> [Emacs abort dialog was shown at this point.]
> [The following was printed after I attached and detached the debugger
> and terminated the process:]
>
> mingw32-make[2]: *** [quail/CCDOSPY.elc] Error 1
> mingw32-make[2]: Leaving directory `G:/emacs-bzr/trunk/leim'
> mingw32-make[1]: *** [all-other-dirs-gmake] Error 2
> mingw32-make[1]: Leaving directory `G:/emacs-bzr/trunk/nt'
> mingw32-make: *** [bootstrap] Error 2
> [END]
>
> I attached gdb but for some reason didn't get a useful backtrace:
You need to switch to the right thread, usually thread 1. Can you
repeat the attempt, and produce a backtrace? When Emacs shows the
abort dialog, and you attach the debugger, do this:
(gdb) info threads
(gdb) thread 1
(gdb) bt
If thread 1 doesn't show a useful backtrace, do the same with thread 2
etc.
TIA
This bug report was last modified 12 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.