79095531

Date: 2024-10-16 19:23:02
Score: 1.5
Natty:
Report link

std::thread's destructor will terminate the program if you don't join or detach it before it is destroyed. std::jthread joins on destruction instead of terminating the program. Perhaps your std::thread object is being destroyed before it is detached or joined?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: George