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

Re: recent svn.collab.net issues

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-04-18 20:59:17 CEST

"Sander Striker" <striker@apache.org> writes:

> > BTW, has anybody tried running a httpd server under valgrind? The server
> > could be run that way.
>
> Philip might have. It will be dog slow I imagine...

Running single-shot httpd -X under valgrind is easy. Running a full
daemon is harder, I think stdout/stderr get closed. I have
experimented with something along the lines of

  valgrind --logfile-fd=4 httpd 4> vg.log

but I don't really know whether that works. Does the absence of
errors in the log file mean that valgrind is detecting no errors, or
does it mean that the valgrind error reporting is getting lost? I
have been meaning to introduce a deliberate bug merely to see if it
gets reported.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 18 21:00:05 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.