【问题标题】:Visual Leak Detector: File and line number not available视觉泄漏检测器:文件和行号不可用
【发布时间】:2012-12-05 12:31:27
【问题描述】:
Visual Leak Detector: WARNING! There are memory leaks!

---------- 1 block (#3791210) consuming 24 bytes ----------

  0x1000234A (File and line number not available): Visualleakdetector
  0x102095D6 (File and line number not available): malloc_dbg
  0x102094B9 (File and line number not available): malloc_dbg
  0x10209409 (File and line number not available): malloc

堆栈继续,但没有显示文件。可能是什么原因?

【问题讨论】:

  • @RowlandShaw:这是一个调试版本。

标签: visual-leak-detector


【解决方案1】:

我想您没有正在分析的程序(pdb 文件)的调试符号。 这是一个你有源代码的程序吗?如果是这样,我建议您检查您的项目是否已设置为生成调试符号、在本地重建并重新运行程序。

【讨论】:

  • 是的,这就是问题所在。现在它工作正常。谢谢。
猜你喜欢
  • 2011-12-13
  • 1970-01-01
  • 2011-07-31
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-07-22
  • 2011-10-14
相关资源
最近更新 更多