当我尝试在vc 2010中调试我的程序时出现上述错误。它发生在主函数的第一行,我有以下行
int main(int argc, char* argv[])
{
std::vector<std::string> word_list;
当我打破调试时,它转到“chkstk.stm”并指出可能的错误是以下==&gt;
查找下一页并探测cs20:
sub eax, _PAGESIZE_ ; decrease by PAGESIZE test dword ptr [eax],eax ; probe page. jmp short cs10
_chkstk endp
end
答案 0 :(得分:2)
我试图在我的一个用户定义的头文件上进行大量分配。