I have had my visual studio open in the background all day. I haven't done much work at all on it, so it has been mostly idle all day. When i look in task manager, it says that the nCrunch.TestHost.x86.exe is using 343 threads. Is this a bug? How come it is using so many threads? Even visual studio is only using 112!
Remco NCrunch Developer
#4703
08 Oct 2013 22:20 UTC
Hi! Thanks for sharing this issue. It is not normal for this process to guzzle threads, although this is the same process that is used to execute your test code, so if you have a test (or series of tests) that create suspended threads, then this is certainly possible.
Try connecting to the process using the Visual Studio debugger and examine the call stack of the executing threads. Do they have anything in common?
Try connecting to the process using the Visual Studio debugger and examine the call stack of the executing threads. Do they have anything in common?
Post a reply
Log in to reply.