debug的时候出现如下错误:
Signal received
The inferior stopped because it received a signal from the Operating System.
Signal name : SIGSEGV
Signal meaning : Segmentation fault
这是错误说明程序中有空指针,断点以下很容易找出错误所在!!!!
debug的时候出现如下错误:
Signal received
The inferior stopped because it received a signal from the Operating System.
Signal name : SIGSEGV
Signal meaning : Segmentation fault
这是错误说明程序中有空指针,断点以下很容易找出错误所在!!!!