On Monday 02 February 2004 02:21 am, Stefan Kaltenbrunner wrote:
>
> ok after setting up a complicated testbed I managed to capture a message
> which results in a 2GB(!) memoryallocation of the latest snapshot
> 02012004 in less then 3 seconds ...
> unfortunatly I'm unable to forward the offending message (confidental
> information of a costumer) - but I can provide debugging output and any
> assistence necessary to fix this to any developer requesting it in private!
>
>
> Stefan

Run the clam daemon through valgrind, trigger the leak, then shut it down 
normally. This should tell you exactly where it went wrong.

valgrind -v --leak-check=yes <program>
...run...
killall -TERM <program>

You can find valgrind on freshmeat.net.

Franco



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to