TX2下用qtcreator编程调试出现The inferior stopped because it received a signal from the operating system.的解决办

it2024-10-24  41

我在TX2上ubuntu16.04下的QTcreator编程,创建了一个最简单的hello程序project,当F5调试时,弹出了窗口,英文内容为以下:

 

The inferior stopped because it received a signal from the operating system.

Signal name:SIGSEGV

Signal meaning:Segmentation fault

 

 

搜索了好多文章,最终找到一篇文章。解决办法为:

 

“百思不得其姐,偶然的机会,选择了QT界面上的“构建”==》“清理所有项目”,然后重新调试,竟然解决了问题!!”

最新回复(0)