我已经下载了Python Memory Validator,并且正在尝试安装Heapy,以尝试为我的ironpython应用程序获取配置文件。
到目前为止,PMV似乎由于某种原因而阻塞,消息是:Failure injecting into executable image using CreateProcess()
这似乎是一个集成ironpython和PMV的问题。
有没有人能给点建议?
发布于 2011-04-12 03:42:58
来自非常有用的Stephen Kellet:
IronPython uses .Net technology.
Thus your Python program is really a .Net program.
Therefore you should be using your program with .Net Memory Validator.
http://www.softwareverify.com/dotNet/memory/index.html发布于 2011-04-12 02:36:17
看起来Python Memory Validator是一个商业产品,我想问问创建者。
https://stackoverflow.com/questions/5625771
复制相似问题