我正在使用 spawn-fcgi 来启动我的应用程序,它需要 3 个参数。当我尝试使用 valgrind 时,它不会提供任何泄漏信息。
我正在使用这个命令
valgrind --tool=memcheck --leak-check-full --trace-children=yes spawn-fcgi -s tempSocket ./myApp param1 param2 param3
spawn-fcgi 只取一个参数并为应用程序创建子进程。
有没有办法让应用程序出现内存泄漏?