Discussion:
[ast-developers] jobs(1) broken in ast-ksh.20130807
Cedric Blancher
2013-08-08 21:19:01 UTC
Permalink
jobs(1) handling is broken in ast-ksh.20130807.

I'm doing this in an interactive session:
$ ~/bin/ksh
$ jobs -l
$ true &
[1] 26842
$
[1] + Done true &
$ jobs -l
[1] + 26842 Running true &
$ sleep 10
$ jobs -l
[1] + 26842 Running true &
$ disown %1
$ jobs -l
[1] + 26842 Running true &

Ced
--
Cedric Blancher <cedric.blancher at gmail.com>
Institute Pasteur
Roland Mainz
2013-08-08 23:01:15 UTC
Permalink
On Thu, Aug 8, 2013 at 11:19 PM, Cedric Blancher
Post by Cedric Blancher
jobs(1) handling is broken in ast-ksh.20130807.
$ ~/bin/ksh
$ jobs -l
$ true &
[1] 26842
$
[1] + Done true &
$ jobs -l
[1] + 26842 Running true &
$ sleep 10
$ jobs -l
[1] + 26842 Running true &
$ disown %1
$ jobs -l
[1] + 26842 Running true &
Confirming bug... I'm getting the same results in an interactive
ast-ksh.2013-08-07 on SuSE 12.3/AMD64/64bit...

----

Bye,
Roland
--
__ . . __
(o.\ \/ /.o) roland.mainz at nrubsig.org
\__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer
/O /==\ O\ TEL +49 641 3992797
(;O/ \/ \O;)
Loading...