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

Re: errors on large commits

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-15 18:36:13 CEST

On 9/15/06, Rob Brandt <bronto@csd-bes.net> wrote:
> Yes, as a matter of fact I am.

Could you possibly turn it off and see if the problem goes away?

We've had a number of reports of weird errors like this that all
basically get tracked back to PHP changing some sort of global state
(like the umask, or signal handlers, or other things like that) and
then not setting it back, or if you're using a multithreaded MPM even
setting it then setting it back, but just at the wrong time... It's
quite possible that PHP is causing your issue.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 15 18:36:51 2006

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

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