On Sun, Jul 27, 2003 at 04:24:06PM -0400, Greg Hudson wrote:
> On Sun, 2003-07-27 at 09:26, D.J. Heap wrote:
> > Windows, at least, seems to hang somewhere afterwards if the
> > apr_proc_create fails.
>
> Ah, my bad, I guess. On Unix, apr_proc_create() can fail, but it almost
> never does (only if there are no system resources for a fork()). On
> Windows, since the fork/exec steps are done together, there are
> presumably much more interesting and common failure cases, so it's much
> more important to do error-checking. Of course, there's no good excuse
> not to check for errors even on Unix; I'm just explaining why I never
> noticed the problem before.
>
> The fix should be easy; I'll let someone else take care of it.
>
Fixed in r6588.
--ben
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 28 15:48:39 2003