|
From: Dennis L. <pla...@in...> - 2003-10-14 20:59:07
|
Hi people,
I was trying to implement a little patch for sendmail, and since it
crashed, I tried to valgrindize it. Unfortunately when running
sendmail with valgrind, this does not work. Does anyone have an idea
why ??
greets
Dennis
|
|
From: Tom H. <th...@cy...> - 2003-10-14 21:22:50
|
In message <200...@x1...>
Dennis Lubert <pla...@in...> wrote:
> I was trying to implement a little patch for sendmail, and since it
> crashed, I tried to valgrindize it. Unfortunately when running
> sendmail with valgrind, this does not work. Does anyone have an idea
> why ??
I think you need to define in what way it failed to work... Did it
crash? Did valgrind assert? Did it run but report no errors?
Tom
--=20
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Steve G <lin...@ya...> - 2003-10-14 21:31:27
|
>I tried to valgrindize it. Unfortunately when running >sendmail with valgrind, this does not work. Does anyone >have an idea why ?? I work on a lot of daemons with valgrind. The biggest problem is avoided by not letting the daemon fork. Sendmail has a -bD option (rather than -bd) which keeps it in the foreground. See if that helps, if not, I'd need to see more of the sendmail commandline you are using to make a guess. Its also helpful to say how valgrind doesn't work so we can get you pointed in the right direction. No output? Sendmail dies? Hope this helps... -Steve Grubb __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |