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

Re: Svnserve still exiting randomly in threaded mode

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-18 21:40:12 CEST

On Tue, 2004-05-18 at 15:38, John Peacock wrote:
> I'm going to have a look at the logging in the ra_dav code, because if I'm not
> mistaken, the log messages will have a variable number of arguments depending on
> the exact thing being logged. Are you suggesting that the caller pass a format
> string and an array of arguments and the logger function puts it together?

Yes. (Well, not an array of arguments; a variable number of arguments.)

> From what I remember of the places I saw svn_error_createf() being used, the
> /caller/ was responsible for constructing the single string which was passed up
> the chain. Is that not the model that would normally be followed?

I'm not sure what you mean here. svn_error_createf() does not make the
caller responsible for constructing a single string.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 18 21:41:30 2004

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.