unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Building Emacs-cvs on Cygwin
Date: Mon, 25 Sep 2006 22:57:47 +0300	[thread overview]
Message-ID: <umz8nlnwk.fsf@gnu.org> (raw)
In-Reply-To: <Pine.OSF.4.21.0609251427200.31417-100000@ax0rm1.roma1.infn.it> (message from Angelo Graziosi on Mon, 25 Sep 2006 14:56:59 +0200 (MET DST))

> Date: Mon, 25 Sep 2006 14:56:59 +0200 (MET DST)
> From: Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>
> cc: emacs-devel@gnu.org
> > 
> > Good!  Although -gdwarf-2 _should_ have produced the same effect.
> > 
> > > $ gcc -v -ggdb -gdwarf-2 -g3 hello.c -o hello
> > 
> > Do you get the same effect with the following command?
> > 
> >    gcc -v -ggdb -g3 hello.c -o hello
> 
> 
> NO ! It says "Compiled with stabs debugging format."

Weird... but anyway, at least you have now a way to produce an Emacs
with DWARF 2 debug info.

> Program received signal SIGSEGV, Segmentation fault.
> 0x200f213c in mark_object (arg=1569454217) at /tmp/emacs/src/alloc.c:5509
> 5509		MARK_INTERVAL_TREE (ptr->intervals);
> (gdb) bt
> #0  0x200f213c in mark_object (arg=1569454217) at
> /tmp/emacs/src/alloc.c:5509
> #1  0x200f2a0f in Fgarbage_collect () at /tmp/emacs/src/alloc.c:5174

It dies in garbage collection.  Can you try debugging this using the
techniques described in etc/DEBUG (search for "GC")?

Failing that, the only idea I have is to try and find the CVS commit
that causes the crashes.  I think you said that CVS of Sep 4 did
build; if that is true, you should be able to find the offending set
of changes by successive bisections of the time period since then.
The -D switch to CVS will allow you to check-out the tree that was
current on a certain date.  It's almost certain that the problem was
caused by some change in the src directory, so you could consider only
the changes in src, at least initially.

One other idea is to try "emacs -nw", to see if the crashes are
somehow related to the graphics display.  Maybe the results will give
some ideas, I don't know.

Thanks again for working on this.

  reply	other threads:[~2006-09-25 19:57 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-19 23:49 Building Emacs-cvs on Cygwin Angelo Graziosi
2006-09-20  3:29 ` Eli Zaretskii
2006-09-20  9:05   ` Angelo Graziosi
2006-09-20 21:08     ` Eli Zaretskii
2006-09-20 22:02       ` Andreas Schwab
2006-09-20 22:41       ` Building Emacs-cvs on Cygwin (Mystery!) Angelo Graziosi
2006-09-21  3:31         ` Eli Zaretskii
2006-09-21 22:20           ` Angelo Graziosi
2006-09-22 13:19             ` Eli Zaretskii
2006-09-22 23:08               ` Angelo Graziosi
2006-09-22 23:22               ` Angelo Graziosi
2006-09-24 13:02               ` Angelo Graziosi
2006-09-23 10:33       ` Building Emacs-cvs on Cygwin Angelo Graziosi
2006-09-23 15:15         ` Eli Zaretskii
2006-09-23 16:49           ` Angelo Graziosi
2006-09-23 19:17             ` Eli Zaretskii
2006-09-23 21:19               ` Angelo Graziosi
2006-09-24  7:41                 ` Eli Zaretskii
2006-09-24 22:46               ` Angelo Graziosi
2006-09-25  3:26                 ` Eli Zaretskii
2006-09-25 12:56                   ` Angelo Graziosi
2006-09-25 19:57                     ` Eli Zaretskii [this message]
2006-09-26  0:06                       ` Angelo Graziosi
2006-09-26  3:22                         ` Eli Zaretskii
2006-09-26 12:48                           ` Angelo Graziosi
2006-09-26 20:10                             ` Eli Zaretskii
2006-09-26 22:18                               ` Angelo Graziosi
2006-09-27  3:35                                 ` Eli Zaretskii
2006-09-27 16:52                               ` Angelo Graziosi
2006-09-27 18:22                                 ` Eli Zaretskii
2006-09-28 10:18                                   ` Angelo Graziosi
2006-09-30  9:30                                     ` Eli Zaretskii
2006-09-30 10:16                                       ` Angelo Graziosi
2006-09-30 14:47                                         ` Eli Zaretskii
2006-09-30 16:49                                           ` Angelo Graziosi
2006-10-01 16:54                                             ` Eli Zaretskii
2006-10-01 21:29                                               ` Angelo Graziosi
2006-10-25 22:32                                               ` Angelo Graziosi
2006-10-26  7:48                                                 ` Eli Zaretskii
2006-10-26  8:21                                                   ` Angelo Graziosi
2006-10-26  8:57                                                     ` Jason Rumney
2006-10-26 15:46                                                       ` Angelo Graziosi
2006-10-27  8:41                                                         ` Eli Zaretskii
2006-10-27 16:34                                                           ` Angelo Graziosi
2006-10-28  0:16                                                           ` Angelo Graziosi
2006-10-28 12:16                                                             ` Eli Zaretskii
2006-10-29 11:13                                                               ` Building Emacs-cvs on Cygwin (GCC summary) Angelo Graziosi
2006-10-26 10:12                                                     ` Building Emacs-cvs on Cygwin Richard Stallman
2006-10-26 10:24                                                       ` David Kastrup
2006-10-26 15:06                                                         ` Eli Zaretskii
2006-10-26 15:12                                                           ` David Kastrup
2006-10-27  8:17                                                             ` Eli Zaretskii
2006-10-27  9:04                                                               ` David Kastrup
2006-10-28 10:49                                                                 ` Eli Zaretskii
2006-10-29 18:45                                                                   ` Richard Stallman
2006-10-29 20:19                                                                     ` Eli Zaretskii
2006-10-30 19:16                                                                       ` Richard Stallman
2006-10-30 20:49                                                                         ` Eli Zaretskii
2006-10-26 20:40                                                         ` Richard Stallman
2006-10-26 20:58                                                           ` David Kastrup
2006-10-26 15:12                                                     ` Eli Zaretskii
2006-10-26 16:18                                                       ` Angelo Graziosi
2006-10-26  8:53                                                 ` Richard Stallman
2006-10-26 15:08                                                   ` Eli Zaretskii
2006-10-27  9:10                                                     ` Richard Stallman
2006-09-30 17:00                                           ` Problems with 'make install' after the build of " Angelo Graziosi
2006-10-02  0:30                                             ` Giorgos Keramidas
2006-10-02 12:53                                               ` Kenichi Handa
2006-10-02 13:39                                                 ` Giorgos Keramidas
2006-09-30 23:34                                       ` Building " Kim F. Storm
2006-10-01 10:28                                         ` Eli Zaretskii
2006-09-27 18:14                               ` Angelo Graziosi
2006-09-25 20:42                     ` Kim F. Storm
2006-09-24  2:10         ` Richard Stallman
2006-09-21  1:59     ` Richard Stallman

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=umz8nlnwk.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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).