all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: rcopley@gmail.com, 11867@debbugs.gnu.org
Subject: bug#11867: 24.1.50; Windows bootstrap crash (converting tit files?)
Date: Tue, 10 Jul 2012 20:35:18 +0300	[thread overview]
Message-ID: <83wr2bjz8p.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0STpSZWhnAGkyMaqsGT=ZV0ELhoSgqf=01k-qKShM6vmLw@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Tue, 10 Jul 2012 18:36:48 +0200
> Cc: rcopley@gmail.com, 11867@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.





  reply	other threads:[~2012-07-10 17:35 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-06 15:55 bug#11867: 24.1.50; Windows bootstrap crash (converting tit files?) Richard Copley
2012-07-06 16:02 ` Eli Zaretskii
2012-07-06 16:12   ` Andreas Schwab
2012-07-06 17:33     ` Eli Zaretskii
2012-07-06 17:39       ` Andreas Schwab
2012-07-06 20:58         ` Richard Copley
2012-07-07  6:31           ` Eli Zaretskii
2012-07-06 16:37 ` Juanma Barranquero
2012-07-06 17:35   ` Eli Zaretskii
2012-07-09  3:56     ` Juanma Barranquero
2012-07-09 16:31       ` Eli Zaretskii
2012-07-09 16:57         ` Juanma Barranquero
2012-07-09 17:09           ` Andreas Schwab
2012-07-09 17:10             ` Juanma Barranquero
2012-07-09 17:14           ` Eli Zaretskii
2012-07-09 17:21             ` Juanma Barranquero
2012-07-09 20:42               ` Eli Zaretskii
2012-07-09 20:54                 ` Juanma Barranquero
2012-07-10  2:43                   ` Eli Zaretskii
2012-07-10 11:38                     ` Juanma Barranquero
2012-07-10 16:11                       ` Eli Zaretskii
2012-07-10 16:36                         ` Juanma Barranquero
2012-07-10 17:35                           ` Eli Zaretskii [this message]
2012-07-10 20:20                             ` Juanma Barranquero
2012-07-13  0:19                             ` Juanma Barranquero
2012-07-13  4:57                               ` Eli Zaretskii
2012-07-13  0:13                         ` Juanma Barranquero
2012-07-13  7:57                           ` Eli Zaretskii
2012-07-13  8:30                             ` Juanma Barranquero
2012-07-13 10:19                               ` Eli Zaretskii
2012-07-17 21:35                                 ` Richard Copley
2012-07-17 23:39                                   ` Juanma Barranquero
2013-02-18  2:20                                     ` Glenn Morris
2013-02-18  3:44                                       ` Eli Zaretskii
     [not found]                                     ` <CAPM58og6J2KWsZTAes3E9ZyP=p-oQsW6xwH=5AJMOyTPXU8wYw@mail.gmail.com>
2013-02-18 12:24                                       ` bug#11867: Fwd: " Richard Copley
2012-07-07  9:09   ` Jason Rumney

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=83wr2bjz8p.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=11867@debbugs.gnu.org \
    --cc=lekktu@gmail.com \
    --cc=rcopley@gmail.com \
    /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.