[Bug 1264878] [NEW] Job can hang on pre-start
Sworddragon
1264878 at bugs.launchpad.net
Sun Dec 29 20:20:25 UTC 2013
Public bug reported:
I'm using Ubuntu 14.04 dev with upstart 1.11-0ubuntu1. The following job
can cause it to hang at the pre-start process:
exec sleep 1
pre-start script
stop test
sleep 1
end script
The job will create the processes "/bin/sh -e /proc/self/fd/9" and "stop test" and doesn't finish it. Interestingly if "stop test" is replaced with "stop" all is working fine.
** Affects: upstart (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1264878
Title:
Job can hang on pre-start
Status in “upstart” package in Ubuntu:
New
Bug description:
I'm using Ubuntu 14.04 dev with upstart 1.11-0ubuntu1. The following
job can cause it to hang at the pre-start process:
exec sleep 1
pre-start script
stop test
sleep 1
end script
The job will create the processes "/bin/sh -e /proc/self/fd/9" and "stop test" and doesn't finish it. Interestingly if "stop test" is replaced with "stop" all is working fine.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1264878/+subscriptions
More information about the foundations-bugs
mailing list