From: James R. <jam...@gm...> - 2020-05-20 13:24:17
|
Hi, I'm trying to use valgrind to track down a memory leak in my web crawling application. The problem is my application runs just fine without valgrind but when I run it under valgrind the program crashes before it has a chance to crawl any websites. Any ideas why this behaviour could happen? thanks James Read |