日期:2014-05-16  浏览次数:20459 次

comodo与gdb的冲突
一直没注意,以为自己程序有问题。原来是comodo搞的鬼!


win7下我使用gdb调试,出现如下错误。

(gdb) r
Starting program: E:\code/a.exe
[New thread 1916.0xddc]

Program received signal SIGSEGV, Segmentation fault.
0×100127c3 in ?? () from C:\Windows\SysWOW64\guard32.dll
(gdb) Error: dll starting at 0×774c0000 not found.
Error: dll starting at 0×76590000 not found.
Error: dll starting at 0×774c0000 not found.
Error: dll starting at 0×773c0000 not found.

我一直以为我程序有问题,搞了很久,突然想网上查查。

结果就发现原来是comodo这厮搞的鬼。

解决方案也找到了 。

链接:

http://forums.comodo.com/defense-sandbox-help-cis/gdb-problem-solved-t47299.15.html

其实就是把工程文件排除在控制之外。






在排除里添加工程文件夹就可以了。