Boundschecker 不会终止执行
我正在尝试通过命令行使用 BoundsChecker 9.0.931.1 (BC.exe) 生成内存泄漏报告。我使用的命令是:
BC.exe /B sessionlog.dbpcl /XD xmlout.xml /OUT errorfile.txt /S /NOLOGO /WD:\Test\debug__bin D:\Test\debug\bin\Application.exe “input.txt”
我已经检测了我的应用程序使用的 DLL,并且可以使用 BoundsChecker 的 GUI 应用程序生成报告。但是,当我尝试通过命令行运行相同的程序时,在我的应用程序完成处理并终止后,BoundsChecker 进程 BC.exe 会永远运行并且不会生成任何报告。
有人知道出了什么问题吗?
I'm trying to generate a memory leak report using BoundsChecker 9.0.931.1 (BC.exe) through command line. The command I use is:
BC.exe /B sessionlog.dbpcl /XD xmlout.xml /OUT errorfile.txt /S /NOLOGO /W D:\Test\debug__bin D:\Test\debug\bin\Application.exe "input.txt"
I have instrumented the DLLs used by my application and the report can be generated using the GUI application of BoundsChecker. But, when I try to run the same through command line, after my application has done processing and is terminated, the BoundsChecker process BC.exe keeps running forever and does not generate any report.
Does anybody have an idea whats going wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
团队开发合作伙伴致电。
当然,BC 应该终止。
两个问题:
(1) 你能用 BoundsChecker 10.0 试试这个吗?
(2) 您介意将测试用例发送给我,以便我看看是否可以复制该问题吗?
Team DevPartner calling.
BC should terminate, of course.
Two questions:
(1) Can you try this with BoundsChecker 10.0?
(2) Would you mind sending me the test case so I can see if I can replicate the problem?