all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Karr <davidmichaelkarr@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to avoid having shell scripts which fail from killing Emacs shell?
Date: Mon, 22 Jun 2009 16:38:45 -0700 (PDT)	[thread overview]
Message-ID: <39db2893-6d4a-49b3-8a9f-d4ba92f89cd8@s38g2000prg.googlegroups.com> (raw)
In-Reply-To: mailman.1102.1245710994.2239.help-gnu-emacs@gnu.org

On Jun 22, 3:49 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 22.06.2009 um 22:21 schrieb David Karr:
>
> > I note that even though the Java class throws an exception, it doesn't
> > cause the script to exit at that point. I tried putting an "echo"
> > right after the Java call, and it executes fine.  Right after that (as
> > it's the last line in the script), the script exits, and at my shell
> > prompt, I see "% exit" (where "%" is my PS1), and my shell buffer
> > terminates.
>
> OK, I do remember similiar events! It was in tcsh. And there were two  
> or three problems: a script was running wild, I was typing C-c or  
> such wildly, and ... well, it could have been in cpan (filling up my  
> root and boot file system). Anyway, in the end I saw the shell die,  
> and at this moment it's not possible to gain more information. There  
> were also events outside cpan. I do remember that I made mistakes,  
> typing C-d for example. There could be one plausible cause: when you  
> type input and your script is not prepared to read this, then GNU  
> Emacs has to save it. Maybe this period is limited. And then  
> something irregular could happen. I have no real idea, but what you  
> encounter is not impossible. (And maybe Cygwin adds something to make  
> it happen, it's an emulation in a host operating system.)

Well, this did give me one idea that gave me a clue, but I don't know
what to do with this clue.

I tried writing a simple class that takes a command-line arg as a
filepath.  I get it to throw an exception, but it doesn't kill the
shell.

I then changed the class to additionally read a line of text from
stdin, in addition to taking the filepath.  When I test this, whether
the command-line file path exists or not, it still kills the shell at
the end of the script.  So, the key is that the sub-shell reads
input.  I have no idea what to do with that information, but I'm sure
it's a useful clue.


      parent reply	other threads:[~2009-06-22 23:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-19 23:03 How to avoid having shell scripts which fail from killing Emacs shell? David Karr
2009-06-19 23:06 ` David Karr
2009-07-10  2:21   ` David Combs
2009-06-20  9:06 ` Peter Dyballa
     [not found] ` <mailman.987.1245488796.2239.help-gnu-emacs@gnu.org>
2009-06-22 16:43   ` David Karr
2009-06-22 18:47     ` Peter Dyballa
2009-06-23  8:54     ` Pascal J. Bourguignon
2009-06-23 13:15       ` David M. Karr
2009-06-23 15:56         ` Peter Dyballa
     [not found]       ` <mailman.1141.1245762947.2239.help-gnu-emacs@gnu.org>
2009-06-23 15:06         ` David Karr
2009-06-23 17:26           ` Peter Dyballa
2009-06-22 20:21 ` David Karr
2009-06-22 22:49   ` Peter Dyballa
     [not found]   ` <mailman.1102.1245710994.2239.help-gnu-emacs@gnu.org>
2009-06-22 23:08     ` David Karr
2009-06-22 23:38     ` David Karr [this message]

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=39db2893-6d4a-49b3-8a9f-d4ba92f89cd8@s38g2000prg.googlegroups.com \
    --to=davidmichaelkarr@gmail.com \
    --cc=help-gnu-emacs@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.