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

后端 未结 1 1828
陌清茗
陌清茗 2021-02-15 05:17

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

1条回答
  •  时光说笑
    2021-02-15 05:29

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

    0 讨论(0)
提交回复
热议问题