Comment 0 for bug 567371

Revision history for this message
Daniel Nurmi (nurmi) wrote : NC does not detach created pthreads in KVM driver

In the KVM NC driver, the pthread attr was set to detach a new pthread on create, but was not being passed to the pthread_create() function leading to the case where the NC will eventually be unable to start a new pthread. Fix is in revno 1223.