pthread_t
resources are not released. You should call pthread_detach
or pthread_join
, otherwise the pthread_t
value remains valid consumes resources and I can guess that happens in this case.
0
solved Process memory examination
pthread_t
resources are not released. You should call pthread_detach
or pthread_join
, otherwise the pthread_t
value remains valid consumes resources and I can guess that happens in this case.
0
solved Process memory examination