From: Joerg B. <j....@we...> - 2003-04-22 09:56:17
|
Nicholas Nethercote <nj...@ca...> schrieb am 22.04.03 11:18:30: > > On Tue, 22 Apr 2003, Joerg Beyer wrote: > > Hmm, very strange. Are you certain that the obvious error you inserted is > being executed? Maybe #include memcheck.h and insert a call to > VALGRIND_DO_LEAK_CHECK and see if that runs, to make sure that (a) the > code is being executed and (b) that Valgrind is seeing the code. I can't > think why Valgrind wouldn't be seeing the code, but this behaviour is > weird. > > Apart from that, I'm all out of ideas for the moment, sorry. ok, apache seems to close the filedescriptor - if I use --logsocket, then I could see the valgrind output. Please excuse, that I have not tried that _before_ posting. Now I have loads of things to check and possibly fix :-) thanks for your help Joerg |