multithreading - c# Thread in 100% CPU -


i have complex system several threads. see application in 100% cpu , force restart system. have no idea thread caused , code caused it. need give me state of each thread in system (i.e. in line thread now) can find code causes 100% cpu

(in java have thread dump kill -3 gives state of each thread)

can please?

tess's blog has great debugging tutorials, including: .net hang debugging walkthrough


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -