all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Richard Copley <rcopley@gmail.com>
Cc: 11867@debbugs.gnu.org
Subject: bug#11867: 24.1.50; Windows bootstrap crash (converting tit files?)
Date: Fri, 06 Jul 2012 19:02:16 +0300	[thread overview]
Message-ID: <831uko3mk7.fsf@gnu.org> (raw)
In-Reply-To: <CAPM58ohGJeVmKxShFj8pc6KQ+B=twVAHF0FGEVfi2v1H9gy9gQ@mail.gmail.com>

> Date: Fri, 6 Jul 2012 16:55:06 +0100
> From: Richard Copley <rcopley@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






  reply	other threads:[~2012-07-06 16:02 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 [this message]
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
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=831uko3mk7.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=11867@debbugs.gnu.org \
    --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.