zsh-workers
 help / color / mirror / code / Atom feed
* Bug with backgrounding shell functions
@ 1997-02-06 17:32 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 1997-02-06 17:32 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-02-06 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-02-06 17:32 Bug with backgrounding shell functions Bart Schaefer

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