|
From: Anlin Z. <zh_...@ho...> - 2009-03-05 19:05:43
|
Hi, We run valgrind in back ground like this: nohup valgrind --log-file=/opt/log/MyApp.val.log --error-limit=no -v /opt/bin/MyApp & The MyApp is a server handling client requests through TCP. But it sometimes crash (randomly) so we want to use valgrind to debug. But after some time the log file size stops increasing. MyApp is still running as it is still responding to the client programs' request. We haven't re-produced the crash with valgrind so far. I'm wondering if it's normal or something wrong with our setup. Thanks, Alex. _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx |