all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: emacs-devel@gnu.org
Subject: Post-mortem debugging and abort
Date: Fri, 13 Jun 2008 17:02:20 +0200	[thread overview]
Message-ID: <86od65gyyr.fsf@lola.quinscape.zz> (raw)


Hi,

I just wanted to report that the declaration of "abort" in glibc is not
going to be changed to be more compatible with debugging.

<URL:http://sourceware.org/bugzilla/show_bug.cgi?id=6522> shows my
report and its resolution.

So it remains the Emacs developers' duty to either use the
-fno-crossjumping option when compiling (as specified in etc/DEBUG in
the Emacs distribution) or locally edit /usr/include/stdlib.h to remove
the noreturn attribute from abort.  The latter is, of course, giving
yourself a non-standard development system, but if you want to do any
post-mortem debugging (which usually goes through abort), it should
definitely help for all projects one actually wants to do post-mortem
debugging on for failed assertions and similar.

-- 
David Kastrup




             reply	other threads:[~2008-06-13 15:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 15:02 David Kastrup [this message]
2008-06-13 16:33 ` Post-mortem debugging and abort Eli Zaretskii
2008-06-13 16:48   ` David Kastrup
2008-06-13 17:12     ` Lennart Borgman (gmail)
2008-06-13 19:48       ` David Kastrup
2008-06-14 15:22         ` Richard M Stallman
2008-06-14 16:08           ` Lennart Borgman (gmail)
2008-06-14 21:20             ` David Kastrup
2008-06-14 23:59               ` Lennart Borgman (gmail)
2008-06-15 17:55             ` Richard M Stallman
2008-06-14  9:37     ` Eli Zaretskii
2008-06-14 21:13       ` David Kastrup
2008-06-14 15:21     ` Richard M Stallman
2008-06-13 17:04   ` Tom Tromey
2008-06-13 19:50     ` David Kastrup
2008-06-14  9:38     ` Eli Zaretskii
2008-06-14 14:11       ` Tom Tromey

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=86od65gyyr.fsf@lola.quinscape.zz \
    --to=dak@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 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.