Ubuntu 16 Eclipse CPP - 程序终止,信号SIGSEGV,分段错误

时间:2017-11-26 10:19:57

标签: c++ eclipse ubuntu

我在Ubuntu上使用Eclipse(Luna 4.4.1)来运行.cpp

在程序事件开始之前,我收到以下错误消息:

Program terminated with signal SIGSEGV, Segmentation fault

它发生在我的主要功能的第一行,并且不让我运行任何东西:

int main(int argc, char *argv[])
{
    string a = "test\n";
    cout << a;
    return 0;
}

有什么想法吗?

0 个答案:

没有答案