unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Post-mortem debugging and abort
@ 2008-06-13 15:02 David Kastrup
  2008-06-13 16:33 ` Eli Zaretskii
  0 siblings, 1 reply; 17+ messages in thread
From: David Kastrup @ 2008-06-13 15:02 UTC (permalink / raw)
  To: emacs-devel


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




^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-06-15 17:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 15:02 Post-mortem debugging and abort David Kastrup
2008-06-13 16:33 ` 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

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).