Author: sgoeschl Date: Mon Oct 10 21:35:12 2011 New Revision: 1181251 URL: http://svn.apache.org/viewvc?rev=1181251&view=rev Log: [EXEX-57] - Applied the patch from Nickolay Martinov but the timeout disguises the fact that the process might be still runnung - therefore added a sanity check in order to throw an exception if the the timeout for join() was exceeded.
Modified: commons/proper/exec/trunk/src/changes/changes.xml Modified: commons/proper/exec/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/changes/changes.xml?rev=1181251&r1=1181250&r2=1181251&view=diff ============================================================================== --- commons/proper/exec/trunk/src/changes/changes.xml (original) +++ commons/proper/exec/trunk/src/changes/changes.xml Mon Oct 10 21:35:12 2011 @@ -24,6 +24,11 @@ </properties> <body> <release version="1.1.1-SNAPSHOT" date="TBA" description="Bugfixing Release"> + <action issue="EXEC-57" dev="sgoeschl" type="fix" date="2011-10-10" due-to="Nickolay Martinov"> + Applied the patch from Nickolay Martinov but the timeout disguises the fact + that the process might be still runnung - therefore added a sanity check in + order to throw an exception if the the timeout for join() was exceeded. + </action> <action issue="EXEC-60" dev="sgoeschl" type="fix" date="2011-10-09" due-to="Peter Kofler"> Fixed dead lock by calling the timeout observers outside of the synchronized block thereby removing on pre-requisite of a deadlock. Also added a test case to demonstrate that this