zsh-workers
 help / color / mirror / code / Atom feed
From: Roy LIMLEY <roy@cs.uwa.edu.au>
To: zsh-list@sterling.com
Cc: unixsupport@parma.cs.uwa.oz.au
Subject: zsh bugs
Date: Thu, 20 Jul 1995 13:49:28 +0800 (WST)	[thread overview]
Message-ID: <199507200549.NAA22150@parma.cs.uwa.oz.au> (raw)

Dear Sir/Madam,

I have just installed zsh ver 2.5.03 on our system and encountered a
perculiar bug.  Apparently the zsh process doesn't get kill when we send
a SIGHUP (15) message to it.  Some of our users log off from our system 
by killing their windows which then send the SIGHUP messages to the zsh.  But
since the zsh doesn't die from this, it becomes a wild processes and continue
to consume to CPU process.  Eventually, these wild processes accumulates and
render the system useless.

The last version that we installed (zsh-2.3.1) didn't have this problem.  Can
you suggest a solution or patches for us?

One of the solution that we found was by putting the following line in 
the .zshrc file:

    function TRAPTERM       # signal 15
    {
        fc -W $HISTFILE
        exit
    }

However, we really don't want to change everyone's .zshrc file.  Perhaps
you can offer us a better solution.


Thanks,

Roy Limley


             reply	other threads:[~1995-07-20  5:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-07-20  5:49 Roy LIMLEY [this message]
1995-08-10  3:57 Roy LIMLEY

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=199507200549.NAA22150@parma.cs.uwa.oz.au \
    --to=roy@cs.uwa.edu.au \
    --cc=unixsupport@parma.cs.uwa.oz.au \
    --cc=zsh-list@sterling.com \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).