Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460774 - ebuild phase 'install' often leaves an orphan process
Summary: ebuild phase 'install' often leaves an orphan process
Status: RESOLVED DUPLICATE of bug 447810
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 15:05 UTC by Dmitri Bogomolov
Modified: 2013-03-08 16:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Bogomolov 2013-03-08 15:05:58 UTC
After `emerge` I often see the message about orphan processes, like this:

 * The ebuild phase 'install' with pid 30811 appears to have left an orphan
 * process running in the background.

And `ps ax` shows something like this:
# ps ax | grep ebuild
30856  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net
30857  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net
40088  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net
40089  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net

It happens on g/fbsd 9.1, 9.0 and 8.2 with any version of portage 2.2 in tree. On old system I've discovered that with portage-2.2.0_alpha104 it doesn't happen.
Comment 1 Yuta SATOH 2013-03-08 15:50:24 UTC
This is a duplicate bug.
Please see Bug #447810.
Comment 2 Dmitri Bogomolov 2013-03-08 16:22:51 UTC

*** This bug has been marked as a duplicate of bug 447810 ***