unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: jbuehler@spirentcom.com, emacs-devel@gnu.org
Subject: Re: Failures in build Emacs-CVS on Cygwin
Date: Fri, 24 Nov 2006 23:17:51 +0200	[thread overview]
Message-ID: <u3b887dds.fsf@gnu.org> (raw)
In-Reply-To: <Pine.OSF.4.21.0611240044520.17919-100000@ax0rm1.roma1.infn.it> (message from Angelo Graziosi on Fri, 24 Nov 2006 00:55:10 +0100 (MET))

> Date: Fri, 24 Nov 2006 00:55:10 +0100 (MET)
> From: Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>
> cc: emacs-devel@gnu.org, jbuehler@spirentcom.com
> 
> Configuring the CYGWIN env. variable, when bootstrapping, it creates
> lisp/bootstrap-emacs.exe.core, so I have tried the following (I am not a
> very expert of GDB)
> 
> Using 'run' under GDB, it hangs and I must kill it:
> ---------------------------------------------------------------
> $ gdb ./bootstrap-emacs.exe ../lisp/bootstrap-emacs.exe.core 
> GNU gdb 6.5.50.20060706-cvs (cygwin-special)
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "i686-pc-cygwin"...
> 
> warning: core file may not match specified executable file.
> 
> warning: Couldn't find general-purpose registers in core file.
> 
> warning: Couldn't find general-purpose registers in core file.

These 3 messages aren't a good sign.

> #0  0x00000000 in ?? ()
> DISPLAY = :0.0
> TERM = xterm
> Breakpoint 1 at 0x200a0b66: file
> /home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/src/emacs.c, line 464.
> Breakpoint 2 at 0x200ba689: file
> /home/Angelo/Downloads/cygwin_varie/emacs-cvs/emacs/src/sysdep.c, line
> 1385.
> (gdb) run

No, you shouldn't run the program.  You are debugging a core file,
which is an image of a dead program.  Such a program cannot be run.
You can only examine the variables and memory.  So the right command
is "bt".

  reply	other threads:[~2006-11-24 21:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-30  1:22 Building Emacs-cvs on Cygwin (GCC summary) Maks Romih
2006-10-30 19:16 ` Richard Stallman
2006-10-30 20:31   ` Eric Hanchrow
2006-10-30 21:05     ` Eli Zaretskii
2006-10-30 21:26       ` Eric Hanchrow
2006-10-30 21:44     ` Jason Rumney
2006-11-05 10:52       ` Jari Aalto
2006-11-05 11:55         ` Eli Zaretskii
2006-10-30 21:06   ` Eli Zaretskii
2006-11-04 12:12     ` Eli Zaretskii
2006-11-21  1:28       ` 22.1 Cygwin emacs timeframe query Angelo Graziosi
2006-11-21  1:46       ` Angelo Graziosi
2006-11-21  9:35       ` Angelo Graziosi
2006-11-22 14:49       ` Failures in build Emacs-CVS on Cygwin Angelo Graziosi
2006-11-22 22:23         ` Eli Zaretskii
2006-11-23  0:07           ` Angelo Graziosi
2006-11-23  4:15             ` Eli Zaretskii
2006-11-23 14:04               ` Angelo Graziosi
2006-11-23 23:55               ` Angelo Graziosi
2006-11-24 21:17                 ` Eli Zaretskii [this message]
2006-11-24 23:32                   ` Angelo Graziosi
2006-11-25 11:07                     ` Eli Zaretskii
2006-11-25  9:52                   ` Angelo Graziosi
2006-11-25 11:06                     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u3b887dds.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jbuehler@spirentcom.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).