What does the following runtime error mean: “terminate called without an active exception\n Aborted”

后端 未结 5 1369
伪装坚强ぢ
伪装坚强ぢ 2021-02-15 07:15

The bug disturbed me about two days: when running the code I have a runtime error of \"terminate called without an active exception\\n Aborted\",why?

I try to locate the

5条回答
  •  伪装坚强ぢ
    2021-02-15 07:49

    When I've seen this error, it was caused by the thread object destructing before the thread it encapsulated has exited.

提交回复
热议问题