zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh-workers@math.gatech.edu
Subject: Bug with backgrounding shell functions
Date: Thu, 6 Feb 1997 09:32:08 -0800	[thread overview]
Message-ID: <970206093209.ZM22215@candle.brasslantern.com> (raw)

zsh 3.0.3-test4

I have the following autoloaded shell function, named xosview:

#!/usr/local/bin/zsh -f
command xosview -net 0 $*

While the function was still undefined (not yet autoloaded), I ran it in
the background with `xosview &'.  No problem so far.

I then inadvertently brought it to the foreground (`fg' on the wrong job
number), so I stopped it with ctrl-Z and backgrounded it again with `bg'.

At this point, xosview continued running normally; but the copy of zsh
that had been forked to run the shell function went berserk, consuming
85.5% of my CPU (which, fortunately, I could see because xosview's CPU
meter suddenly pegged) until I found it with `top' and killed it.

Killing the zsh left xosview running as an orphaned job.  That may not be
a bug, but the CPU-hogging behavior certainly is.

-- 
Bart Schaefer                             Brass Lantern Enterprises
http://www.well.com/user/barts            http://www.nbn.com/people/lantern


                 reply	other threads:[~1997-02-06 17:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=970206093209.ZM22215@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=schaefer@nbn.com \
    --cc=zsh-workers@math.gatech.edu \
    /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).