To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79655
User kendy changed the following:
What |Old value |New value
================================================================================
CC|'' |'kendy'
--------------------------------------------------------------------------------
Issue type|DEFECT |PATCH
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 25 10:50:46 +0000
2007 -------
This is what we use in ooo-build:
--- solenv/bin/build.pl 2007-07-16 16:25:40.000000000 +0200
+++ solenv/bin/build.pl 2007-07-16 16:38:43.000000000 +0200
@@ -1397,13 +1397,13 @@ sub handle_dead_children {
};
};
}
+ sleep 1 if (children_number() >= $QuantityToBuild);
} else {
if (($pid = waitpid( -1, &WNOHANG)) > 0) {
store_error($pid, $?) if ($?);
clear_from_child($pid);
};
};
- sleep 1 if (children_number() >= $QuantityToBuild);
} while(children_number() >= $QuantityToBuild);
};
Improves at least the unx case...
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]