S
S
SatanistArtem2018-04-14 23:31:14
C++ / C#
SatanistArtem, 2018-04-14 23:31:14

Signal SIGABRT when using thread?

When executed, it gives signal SIGABRT, what could be the problem?5ad264e208490587448624.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2018-04-15
@SatanistArtem

int main()
{
//...
    thread first (...);
    first.join();
    return 0;
}

www.cplusplus.com/reference/thread/thread/join

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question