bloom_filter_prl.exe中0x013f3277处的未处理异常:0xC00000FD:堆栈溢出

时间:2011-12-24 12:17:44

标签: c++ exception stack-overflow

当我尝试在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

1 个答案:

答案 0 :(得分:2)

我试图在我的一个用户定义的头文件上进行大量分配。