Relative Content

Tag Archive for c++multithreadingstdstdthread

Unusual Access Violation when joining a thread

When terminating my program, the many components join their threads and this particular one gives me an access violation when joined along with other components at the same time.
The code is simple – We just join.