From: "Eli Zaretskii" <eliz@elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: Mac OSX running Carbon crash with today's CVS
Date: Tue, 22 Apr 2003 10:05:54 +0200 [thread overview]
Message-ID: <8582-Tue22Apr2003100554+0300-eliz@elta.co.il> (raw)
In-Reply-To: <9FF4EB68-7447-11D7-A77C-00039375B5CC@apple.com> (message from Gabriel Foster on Mon, 21 Apr 2003 15:21:40 -0700)
> Date: Mon, 21 Apr 2003 15:21:40 -0700
> From: Gabriel Foster <gabriel@apple.com>
>
> I'm gettting a random but fairly consistent crash on Mac OSX, built
> from today's CVS.
Are all of them in the same place in the code, i.e. during garbage
collection?
> (gdb) list
> 4299
> 4300 #if (GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE \
> 4301 || GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES)
> 4302 for (tail = gcprolist; tail; tail = tail->next)
> 4303 for (i = 0; i < tail->nvars; i++)
> 4304 XUNMARK (tail->var[i]);
> 4305 #endif
> 4306
> 4307 unmark_byte_stack ();
> 4308 for (backlist = backtrace_list; backlist; backlist =
> backlist->next)
> (gdb) print tail
> $1 = (struct gcpro *) 0xbfffde90
> (gdb) print tail->nvars
> $2 = 1168308
> (gdb) print i
> $3 = 7289
> (gdb)
How about
(gdb) print tail->var[i]
Also, please try to describe what are you doing in Emacs when these
crashes happen.
Thanks.
next prev parent reply other threads:[~2003-04-22 8:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-21 22:21 Mac OSX running Carbon crash with today's CVS Gabriel Foster
2003-04-22 8:05 ` Eli Zaretskii [this message]
2003-04-22 14:39 ` Gabriel Foster
2003-04-23 9:54 ` Eli Zaretskii
2003-04-23 12:56 ` Andrew Choi
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=8582-Tue22Apr2003100554+0300-eliz@elta.co.il \
--to=eliz@elta.co.il \
--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).