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
View this message in rfc822 format
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Tue, 10 Jul 2012 18:36:48 +0200
> Cc: rcopley <at> gmail.com, 11867 <at> debbugs.gnu.org
>
> <Data>emacs.exe</Data>
> <Data>24.1.50.0</Data>
> <Data>4ffa51bc</Data>
> <Data>emacs.exe</Data>
> <Data>24.1.50.0</Data>
> <Data>4ffa51bc</Data>
> <Data>c0000005</Data>
> <Data>002dcb87</Data>
c0000005 is "invalid Access", the equivalent of SIGSEGV. One of the
other 2 hex numbers should be the address where it crashed, but they
both look either too large or too small...
> > Or just run
> > Emacs under GDB to begin with
>
> If you can give the comand line to run the bootstrapping Emacs under
> GDB, I can test it.
Copy the command run by Make, then start the debugger like this:
gdb --args ../src/oo/i386/emacs.exe EMACS-ARGS
where EMACS-ARGS are the command-line arguments passed to Emacs by
Make during the normal bootstrap, sans the Emacs executable file name.
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), then attach the debugger:
cd src && gdb -p EMACS-PID
Then let Emacs run:
(gdb) continue
and press Ctrl-Q to cancel the pause. Then wait until it crashes.
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.