
Debug
wu_cai_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
XML document from class path resource [beans.xml] is invalid; nested exception is org.xml.sax.SAXPar
错误信息:org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 11 in XML document from class path resource [applicationContext.xml] is invalid; nested exception is oracle.xml.par转载 2016-07-09 11:44:56 · 11011 阅读 · 0 评论 -
用Valgrind定位子进程内存泄漏
1. valgrind跟踪子进程以下例子用spawn-cgi来测试验证,spawn-cgi会生成一个cgi子进程--trace-children=yes:valgrind加上该参数用于跟踪子进程valgrind --leak-check=full --trace-children=yes --tool=memcheck --log-file=a.log spawn-fcgi -a 12...转载 2019-04-16 17:52:58 · 3042 阅读 · 0 评论