zsh-workers
 help / color / mirror / code / Atom feed
* Bug related to stdin/always/jobcontrol
@ 2016-09-02 18:39 Christian Neukirchen
  2016-09-05 15:04 ` Christian Neukirchen
  2016-09-05 15:42 ` Peter Stephenson
  0 siblings, 2 replies; 20+ messages in thread
From: Christian Neukirchen @ 2016-09-02 18:39 UTC (permalink / raw)
  To: zsh-workers

Hi,

Stripped down test case for a mysterious loss of child:

zsh 5.2 (x86_64-unknown-linux-gnu)
zsh-5.2-0-gc86c20a
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 29 2016 13:06:04)
Included patches: 1-2207

zsh -f
juno% v() { { vim - } always { true } }
juno% ls | v
^Z
zsh: running    v
juno% jobs -p
[1]    4421 running    v
juno% fg
fg: no current job
juno% fg %1
fg: %1: no such job
juno% kill %1
kill: kill %1 failed: no such process
juno% echo ${jobstates}
suspended::4421=running
juno% ^D
Vim: Caught deadly signal HUP
...

Everything works ok when
- always is not used
- stdin is not used

Thanks,
-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-09-26 16:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02 18:39 Bug related to stdin/always/jobcontrol Christian Neukirchen
2016-09-05 15:04 ` Christian Neukirchen
2016-09-05 15:42 ` Peter Stephenson
     [not found]   ` <CGME20160914173110eucas1p1f0567e319ae439b975b19f4e55676fed@eucas1p1.samsung.com>
2016-09-14 17:31     ` Peter Stephenson
2016-09-14 21:35       ` Peter Stephenson
2016-09-15  3:24         ` Bart Schaefer
2016-09-15  8:27           ` Peter Stephenson
2016-09-15 10:33             ` Peter Stephenson
2016-09-15 17:40               ` Peter Stephenson
2016-09-16  1:08                 ` Bart Schaefer
2016-09-16 12:02                   ` Peter Stephenson
2016-09-22 11:59         ` Daniel Shahaf
2016-09-22 16:38           ` Bart Schaefer
2016-09-23  1:18             ` Bart Schaefer
2016-09-23  6:06               ` Daniel Shahaf
2016-09-25 14:39               ` Peter Stephenson
2016-09-25 22:54                 ` struct job.other (was Re: Bug related to stdin/always/jobcontrol) Bart Schaefer
2016-09-26 11:20                   ` Peter Stephenson
2016-09-26 16:33                     ` Bart Schaefer
2016-09-25 15:16           ` Bug related to stdin/always/jobcontrol Peter Stephenson

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