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
Post a Comment