Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28994 Discussions

How to get rid of "orphaned" console windows?

WSinc
New Contributor I
904 Views

Sometimes when a program I am debugging is aborted, it leaves the console window behind.

I can open it, and minimize and scroll it, but I can't close it, or putting anything into it.

A Ctl-C has no effect.

The only way to get rid of it is to do a reboot, otherwise it hangs around forever.

Is there any another way to close it down?

Does anyone know why this would happen?

0 Kudos
1 Solution
IDZ_A_Intel
Employee
904 Views

I have found that Process Explorer from www.sysinternals.com is better than TaskManager at identifying running processes (along with memory Working Set, I/Oetc) and I have been able to find and "kill" rogue programs when that has happened to me.

Les

View solution in original post

0 Kudos
2 Replies
Glenn1
Beginner
904 Views

Please view the thread dated February 19, 2010 titled: '"Stop Debugging" stops debugging but does not terminate and close debug execution window.'

Likely it is the same issue caused byWindows Automatic Update KB978037.

0 Kudos
IDZ_A_Intel
Employee
905 Views

I have found that Process Explorer from www.sysinternals.com is better than TaskManager at identifying running processes (along with memory Working Set, I/Oetc) and I have been able to find and "kill" rogue programs when that has happened to me.

Les

0 Kudos
Reply