Control: tags -1 + confirmed
Control: owner -1 !

On 21 May 2013 17:52, Peter Palfrader <[email protected]> wrote:
> Package: distcc
> Version: 3.2~rc1-1
> Severity: serious
>
> Hi,
>
> it seems the distcc build leaks daemons during its build.
>
> This breaks buildds that try to build it since schroot is unable to
> cleanly close the ssession at the end of the build.

Thanks for spotting that.  The daemon is leaked by
NoDetachDaemon_Case.  Before teardown the process tree is:

$ ps xf | grep distccd | grep -v grep
 1973 pts/1    S+     0:00      \_ /bin/sh -c distccd «ARGS»
 1974 pts/1    SN     0:00          \_ distccd «ARGS»
 1975 pts/1    SN     0:00              \_ distccd «ARGS»
 1976 pts/1    SN     0:00              \_ distccd «ARGS»
 1977 pts/1    SN     0:00              \_ distccd «ARGS»

The test teardown is equivalent to:
$ kill 1973
$ ps xf | grep distccd | grep -v grep
 1974 pts/1    SN     0:00 distccd «ARGS»
 1975 pts/1    SN     0:00  \_ distccd «ARGS»
 1976 pts/1    SN     0:00  \_ distccd «ARGS»
 1977 pts/1    SN     0:00  \_ distccd «ARGS»

which does not look right to me.

There are also some test case failures that seem due to running the
suite in parallel and some etc.

Fix these soon.

Regards


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to