Re: [Valgrind-users] DRD gives unexpected warnings

2012-06-06 Thread Bart Van Assche
On 06/06/12 07:56, Christoph Bartoschek wrote: Am 05.06.2012 20:12, schrieb Christoph Bartoschek: How can this happen? Was that output produced by Valgrind 3.7.0 ? If so, do you get the same output if you build Valgrind from the SVN trunk ? Yes it was from 3.7.0. I start a run with SVN

Re: [Valgrind-users] How to run Apache httpd server with Valgrind

2012-06-06 Thread John Reiser
I encounter a problem of running Apache httpd server using Valgrind. Valgrind seems to decrease the performance of Apache server too much that the client always report a timeout error. I am also not sure if I used the correct command line option. I just type Valgrind --tool=xxx ./httpd

Re: [Valgrind-users] How to run Apache httpd server with Valgrind

2012-06-06 Thread John Reiser
Sometimes these crude techniques (not using valgrind) work well enough anyway. Typically the overhead is a few percent or less. 1) # http://udrepper.livejournal.com/11429.html export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) echo 12 MALLOC_PERTURB_=$MALLOC_PERTURB_ # $HOME/.bash_profile 2)