On 13 July 2012 11:19, Eli Zaretskii wrote: >> From: Juanma Barranquero >> Date: Fri, 13 Jul 2012 10:30:46 +0200 >> Cc: rcopley@gmail.com, 11867@debbugs.gnu.org >> >> > I guess DrMinGW no longer understands the symbol table produced by >> > GCC 4.x; with my GCC 3.4.x it produces source level information >> > automatically. >> >> I can try again with 3.4.5. > > Let's first see if you can catch the crash in GDB, because if you can, > debugging this will be much more convenient. Bootstrapping the current trunk (r109130) gives me the abort dialog, in this command: "./../src/oo-spd/i386/emacs.exe" -batch --no-site-file --no-site-lisp -l \ "C:/Users/Buster/projects/emacs-bzr/trunk/leim/../lisp/international/titdic-cnv" \ -f batch-miscdic-convert -dir quail ./MISC-DIC with this on standard error: intervals.c:1201: Emacs fatal error: assertion failed: amt == 0 GDB logging output of "thread apply all bt full" attached.