Visual leak detector (VLD) displays empty call stack

不羁的心 提交于 2019-12-05 12:13:05

You should try to change the output format from ascii to unicode in vld.ini.

Your stack information must have unicode caracters that cannot be converted to ascii.

If VLD is compiled in debug, this results in assertions.

See this related topic on VLD web site: https://vld.codeplex.com/workitem/10606

I posted an alternative to changing vld.ini in a comment (need to modify vld sources and recompile).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!