[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn_io_run_cmd running out of file handles, APR bug?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-01-14 20:09:41 CET

"Sander Striker" <striker@apache.org> writes:

> > Philip Martin <philip@codematters.co.uk> writes:
> > >
> > > What are these pipes for? It seems silly to create them simply to
> > > close them again. Is this an APR bug?
> >
> > Hmmm. I don't know; have you mailed the APR list about this?
> >
> > dev@apr.apache.org
>
> I forwarded it there.

OK, thanks. I am sure this is an APR bug.

However I think we have a bug of our own as well :-)

Why is svn_io_run_cmd calling apr_procattr_io_set? This sets up pipes
between the parent and the child process, but these pipes never get
used and are not even visible outside svn_io_run_cmd. The call is not
necessary, or am I missing something?

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.