Re: Checksum error
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-24 21:56:11 CET
"Oxley, David" <David.Oxley@workplace-systems.plc.uk> writes:
> Got any instructions on how to get valgrind and debug pools and I will
valgrind only runs on Linux on x86 as far as I know. It may come with
http://developer.kde.org/~sewardj/
I use valgrind-1.0.4 successfully. Once you have valgrind installed,
$ svn command parameters
you run
$ valgrind svn command parameters
and valgrind prints it's output to stderr.
Just doing that may be enough to track down your problem. On the
For pool debugging you configure APR with "--enable-pool-debug=yes"
$ cd <apache-dir>
It's important that APR and Subversion get recompiled when switching
$ subversion/clients/cmdline/svn
and then run valgrind on the relinked binary
$ valgrind subversion/clients/cmdline/.libs/lt-svn command parameters
The relinked binary won't exist until after you run the svn script.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Feb 24 21:56:54 2003 |
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.