unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: jbuehler@spirentcom.com, ehud@unix.mvs.co.il, cygwin@cygwin.com,
	        emacs-devel@gnu.org
Subject: Re: is there a cygwin maintainer for gnu emacs?
Date: Fri, 19 Aug 2005 11:38:51 +0300	[thread overview]
Message-ID: <u1x4q2uec.fsf@gnu.org> (raw)
In-Reply-To: <BAY107-F46498362D7E00124227FFF8B20@phx.gbl> 	(emacs_user@hotmail.com)

> From: "emacs user" <emacs_user@hotmail.com>
> Date: Thu, 18 Aug 2005 02:45:21 -0400
> Cc: cygwin@cygwin.com, emacs-devel@gnu.org
> 
> some more diagnostics of the GC problem, with the help of some advice from 
> eliz.  does this help?

It's a beginning.  Thanks.

> Breakpoint 1, abort () at emacs.c:461
> 461	  kill (getpid (), SIGABRT);
> (gdb) where
> #0  abort () at emacs.c:461
> #1  0x200ed1c1 in mark_object (arg=536986871) at alloc.c:5468

The next step is to find out what object is the argument passed to
mark_object in frame #1.  This is the object that caused the abort.

Also, please send the output of the GDB command xbacktrace, it should
produce the Lisp traceback at this point (although it looks like Emacs
crashed right at startup, so the Lisp traceback will not tell anything
important).

> (gdb) print last_marked_index
> $6 = 22
> (gdb) print last_marked[22]
> $7 = 539791361

This is wrong.  etc/DEBUG says:

                                                            The variable
    `last_marked_index' holds the index into the `last_marked' array one
    place beyond where the pointer to the very last marked object is
    stored.

See that ``one place beyond'' part?  So you should have said

(gdb) print last_marked[21]


  reply	other threads:[~2005-08-19  8:38 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-08  6:21 is there a cygwin maintainer for gnu emacs? emacs user
2005-08-08 10:31 ` Ehud Karni
2005-08-08 11:36   ` Joe Buehler
2005-08-09  5:08   ` emacs user
2005-08-09 18:05     ` Ehud Karni
2005-08-09 18:15       ` Joe Buehler
2005-08-10 10:47         ` emacs user
2005-08-10 11:37           ` Joe Buehler
2005-08-10 17:56             ` Eli Zaretskii
2005-08-10 20:18               ` emacs user
2005-08-11  3:37                 ` Eli Zaretskii
2005-08-11 14:27               ` Richard M. Stallman
2005-08-11 15:12                 ` Joe Buehler
2005-08-12 14:59                   ` Richard M. Stallman
2005-08-12 17:02                     ` Eli Zaretskii
2005-08-11 17:17                 ` emacs user
2005-08-16  8:47         ` stackdump on cygwin (was: is there a cygwin maintainer for gnu emacs?) emacs user
2005-08-16  9:05           ` Brian Dessent
2005-08-17  4:09           ` Eli Zaretskii
2005-08-18  6:45         ` is there a cygwin maintainer for gnu emacs? emacs user
2005-08-19  8:38           ` Eli Zaretskii [this message]
2005-08-28 20:57         ` emacs user
  -- strict thread matches above, loose matches on Subject: below --
2005-08-09 18:15 David Masterson
2005-08-09 18:27 ` Joe Buehler
2005-08-09 21:02 ` emacs user
2005-08-09 18:31 David Masterson
2005-08-09 18:43 ` Joe Buehler
     [not found] <42F9E5E8.7010908@spirentcom.com>
2005-08-10 13:36 ` emacs user

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=u1x4q2uec.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=cygwin@cygwin.com \
    --cc=ehud@unix.mvs.co.il \
    --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).