由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Debug Assertion Failed
相关主题
Help - C++ Debug Assertion Failed使用assert应遵循什么原则?
请教(C++)how to debug mpi?
A question about Debugging能否给些讲debug经验的文章和书籍 (转载)
Microsoft Visual studio 2005 professional 版本和standard版本的区别一个debug的问题
问一个奇怪的问题。不同compiler速度可以差很远吗?
what is the diff between release build and debug build?After build,how to run the program on visual C# 2008
VC++ 2008 黑色的输出结果的窗口闪一下就没了?问个超简单的C问题
C++的exception大家常用吗?C++现在写起来真舒服啊
相关话题的讨论汇总
话题: debug话题: assertion话题: failed话题: 运行话题: phead
进入Programming版参与讨论
1 (共1页)
g*********h
发帖数: 21
1
我写的一个code,在debug的时候,运行到程序的最后,上面的code运行一切正常,但是
在退出main的时候,弹出一个窗口说Debug Assertion Failed!
Program:d:\test.exe
File:dbgdel.cpp
Line:52
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
我不知道怎么回事,本人是新手,望指教!
k****f
发帖数: 3794
2
内存错误了。
用boundchecker查一下

但是

【在 g*********h 的大作中提到】
: 我写的一个code,在debug的时候,运行到程序的最后,上面的code运行一切正常,但是
: 在退出main的时候,弹出一个窗口说Debug Assertion Failed!
: Program:d:\test.exe
: File:dbgdel.cpp
: Line:52
: Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
: 我不知道怎么回事,本人是新手,望指教!

1 (共1页)
进入Programming版参与讨论
相关主题
C++现在写起来真舒服啊问一个奇怪的问题。
SQL debug step into a store procedure from another one (转载)what is the diff between release build and debug build?
大家不觉得这篇文章很有道理么?未来语言的趋势?VC++ 2008 黑色的输出结果的窗口闪一下就没了?
问一个C++的问题C++的exception大家常用吗?
Help - C++ Debug Assertion Failed使用assert应遵循什么原则?
请教(C++)how to debug mpi?
A question about Debugging能否给些讲debug经验的文章和书籍 (转载)
Microsoft Visual studio 2005 professional 版本和standard版本的区别一个debug的问题
相关话题的讨论汇总
话题: debug话题: assertion话题: failed话题: 运行话题: phead