1

While running, my program often stops because of a SIGTRAP. I know, that a SIGTRAP is happening when the compiler finds a breakpoint in the program. But i don't have any breakpoint in my code. (To be sure about it, before the execution, i cleared all the breakpoints..).

I'm using Code::Blocks..

Thanks !

4

1 回答 1

2

您是从调试器运行程序吗?

当您构建的二进制文件在源代码方面不是最新的时,这是可能的。

重建一切,然后再试一次。

它发生在我身上很多次。

于 2009-06-18T17:31:13.870 回答