G
Guest
Hello,
I have a multithreaded app that did not have problem closing down on XP
computer.
But on Windows server 2003, one thread is not stopping and I can not delete
the process from task manager either. This is Windows Form app. I am using
Thread.Abort to cancel threads. It is hard to catch wich thread hangs. How
can I debug better? any tools that I can use? Is Thread.Abort bad? Thanks.
I have a multithreaded app that did not have problem closing down on XP
computer.
But on Windows server 2003, one thread is not stopping and I can not delete
the process from task manager either. This is Windows Form app. I am using
Thread.Abort to cancel threads. It is hard to catch wich thread hangs. How
can I debug better? any tools that I can use? Is Thread.Abort bad? Thanks.