You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2016/04/13 18:11:25 UTC

[jira] [Created] (MESOS-5208) CpuIsolatorTest/0.UserCpuUsage leaves orphan process on SIGINT

Neil Conway created MESOS-5208:
----------------------------------

             Summary: CpuIsolatorTest/0.UserCpuUsage leaves orphan process on SIGINT
                 Key: MESOS-5208
                 URL: https://issues.apache.org/jira/browse/MESOS-5208
             Project: Mesos
          Issue Type: Bug
            Reporter: Neil Conway


1. {{./src/mesos-tests --gtest_filter="CpuIsolatorTest/0.UserCpuUsage" --gtest_repeat=1000}}
2. Let this command run for a few seconds
3. Control-C
4. This leaves two orphan processes:

{noformat}
$ ps aux | grep "[i]solator_test_ready"
neilc           95960  99.3  0.0  2448748    628   ??  R    12:07PM   0:09.74 sh -c while true ; do true ; done &touch /private/tmp/RYcxzb/KwaMuF/mesos_isolator_test_ready; sleep 60
neilc           95959   0.0  0.0  2436460   1108   ??  Ss   12:07PM   0:00.00 sh -c while true ; do true ; done &touch /private/tmp/RYcxzb/KwaMuF/mesos_isolator_test_ready; sleep 60
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)