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

Re: Error: Found malformed header in revision file

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2007-03-16 07:54:55 CET

On Friday 16 March 2007 00:40, Florent Daignière wrote:
...
> Today I have encountered an other problem with the same repository :
...
> I wonder if I'm really (un)lucky or if the hardware is to blame.
As it seems to be (something like) reproduceable - may I suggest using strace?
        strace -f -tt -i -o /tmp/subversion-bug -p <pid of httpd> -p <other pid> ...
would write a series of logfiles into /tmp/subversion-bug.PID - you could keep
only the last 100 or so, remove the other ones to keep storage usage low.

That would tell us whether it's software - and with a copy of
        /proc/<offending pid>/maps
we might see (from the instruction pointer) which library is to blame,
although that's more a hope than anything else.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 16 07:56:17 2007

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.