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

后端 未结 5 2040
野性不改
野性不改 2021-02-15 05:20

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条回答
  •  梦毁少年i
    2021-02-15 05:28

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

提交回复
热议问题