unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: Robert Woodworth <woodworth@speakeasy.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Crash when starting an external process
Date: Wed, 25 Jul 2007 11:01:49 +1200	[thread overview]
Message-ID: <18086.34013.764583.705212@kahikatea.snap.net.nz> (raw)
In-Reply-To: <1185317450.6280.6.camel@PisteOff>

 > Did that, however, emacs is exiting *normally*.   So there is nothing in
 > the BackTrace.

My understanding is that a crash is an abnormal exit, so I presume that in
your case Emacs is not crashing.  Does it happen if you start Emacs 22.1
with "emacs -Q" or "emacs -q"?  If no, then you need to look at site local
files like your .emacs.  If yes, then after starting Emacs under GDB, set a
breakpoint at Fkill_emacs:

(gdb) b Fkill_emacs
(gdb) run

After you start an external process doe this catch Emacs before it exits?
If so, please post this backtrace (`bt full' and `xbacktrace').

-- 
Nick                                           http://www.inet.net.nz/~nickrob

  reply	other threads:[~2007-07-24 23:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-24 20:27 Crash when starting an external process Robert Woodworth
2007-07-24 21:05 ` Peter Dyballa
2007-07-24 22:20 ` Nick Roberts
2007-07-24 22:50   ` Robert Woodworth
2007-07-24 23:01     ` Nick Roberts [this message]
     [not found]   ` <mailman.3928.1185317462.32220.help-gnu-emacs@gnu.org>
2007-07-25 10:02     ` Tim X

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=18086.34013.764583.705212@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=help-gnu-emacs@gnu.org \
    --cc=woodworth@speakeasy.net \
    /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.
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).