|
From: 雨. <904...@qq...> - 2016-11-02 01:12:53
|
Hi! I'm trying to use valgrind to test memory leak.When I use "valgrind --leak-check=full ./**(my project name)",there will occur the question.-->setrlimit error ,errcode= 1.The program stops here and circles the error. If I # the question, the mainly part I want to test also skips.Is there any way to solve the question? It's a server program I try to test. Thanks a lot ! |