Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Zombie command window after debugging VS2008

Zombie command window after debugging VS2008

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studiocomdebugging
8 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    addick
    wrote on last edited by
    #1

    Hi, Strange issue a colleague and I have been having intermittently since last week. Basically, after debugging a C++ console app in Visual Studio 2008 (usually via F7 to rebuild after making a code change), sometimes the command window stays open and cannot be closed by any method we can think of. Running the application in debug again opens a new command window. Windows will not reboot once one of these zombie window is there, the machine has to be powered-off. This has occurred with 3 different applications so far. Process Explorer tells me "Unable to find the window's owning process in the current process list" when I "target" the window with "Find window's process". I found this thread after a bit of Googling: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e6d4a4f5-7002-401a-90e1-6174d7f9e3ca[^] Anyone else experiencing similar? Tempting to blame last week's Patch Tuesday...

    T W H A T 5 Replies Last reply
    0
    • A addick

      Hi, Strange issue a colleague and I have been having intermittently since last week. Basically, after debugging a C++ console app in Visual Studio 2008 (usually via F7 to rebuild after making a code change), sometimes the command window stays open and cannot be closed by any method we can think of. Running the application in debug again opens a new command window. Windows will not reboot once one of these zombie window is there, the machine has to be powered-off. This has occurred with 3 different applications so far. Process Explorer tells me "Unable to find the window's owning process in the current process list" when I "target" the window with "Find window's process". I found this thread after a bit of Googling: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e6d4a4f5-7002-401a-90e1-6174d7f9e3ca[^] Anyone else experiencing similar? Tempting to blame last week's Patch Tuesday...

      T Offline
      T Offline
      Ted XP
      wrote on last edited by
      #2

      At least two of my colleagues started to experience the same annoying problem recently. Looks like this is caused by one of recent MS security updates.

      1 Reply Last reply
      0
      • A addick

        Hi, Strange issue a colleague and I have been having intermittently since last week. Basically, after debugging a C++ console app in Visual Studio 2008 (usually via F7 to rebuild after making a code change), sometimes the command window stays open and cannot be closed by any method we can think of. Running the application in debug again opens a new command window. Windows will not reboot once one of these zombie window is there, the machine has to be powered-off. This has occurred with 3 different applications so far. Process Explorer tells me "Unable to find the window's owning process in the current process list" when I "target" the window with "Find window's process". I found this thread after a bit of Googling: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e6d4a4f5-7002-401a-90e1-6174d7f9e3ca[^] Anyone else experiencing similar? Tempting to blame last week's Patch Tuesday...

        W Offline
        W Offline
        wuziq
        wrote on last edited by
        #3

        I've also noticed this, but in VS2005 instead. I've got 4 orphaned consoles now. Was about to simply power off my machine. Got the same "Unable to find" message with Process Explorer.

        1 Reply Last reply
        0
        • A addick

          Hi, Strange issue a colleague and I have been having intermittently since last week. Basically, after debugging a C++ console app in Visual Studio 2008 (usually via F7 to rebuild after making a code change), sometimes the command window stays open and cannot be closed by any method we can think of. Running the application in debug again opens a new command window. Windows will not reboot once one of these zombie window is there, the machine has to be powered-off. This has occurred with 3 different applications so far. Process Explorer tells me "Unable to find the window's owning process in the current process list" when I "target" the window with "Find window's process". I found this thread after a bit of Googling: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e6d4a4f5-7002-401a-90e1-6174d7f9e3ca[^] Anyone else experiencing similar? Tempting to blame last week's Patch Tuesday...

          H Offline
          H Offline
          hssaggu
          wrote on last edited by
          #4

          I'm having the same problem and I believe it started to happen after MS Windows update last week or so.

          A 1 Reply Last reply
          0
          • H hssaggu

            I'm having the same problem and I believe it started to happen after MS Windows update last week or so.

            A Offline
            A Offline
            addick
            wrote on last edited by
            #5

            The solution seems to be to uninstall KB978037. If anyone knows how to escalate this issue with MS, please let me know. We have a minimal code sample that allows the zombie window problem to be readily reproduced. See the MSDN forum link in my original post for more info.

            H 1 Reply Last reply
            0
            • A addick

              The solution seems to be to uninstall KB978037. If anyone knows how to escalate this issue with MS, please let me know. We have a minimal code sample that allows the zombie window problem to be readily reproduced. See the MSDN forum link in my original post for more info.

              H Offline
              H Offline
              hssaggu
              wrote on last edited by
              #6

              Thanks. Uninstalling KB978037 update fixed the problem for me.

              1 Reply Last reply
              0
              • A addick

                Hi, Strange issue a colleague and I have been having intermittently since last week. Basically, after debugging a C++ console app in Visual Studio 2008 (usually via F7 to rebuild after making a code change), sometimes the command window stays open and cannot be closed by any method we can think of. Running the application in debug again opens a new command window. Windows will not reboot once one of these zombie window is there, the machine has to be powered-off. This has occurred with 3 different applications so far. Process Explorer tells me "Unable to find the window's owning process in the current process list" when I "target" the window with "Find window's process". I found this thread after a bit of Googling: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e6d4a4f5-7002-401a-90e1-6174d7f9e3ca[^] Anyone else experiencing similar? Tempting to blame last week's Patch Tuesday...

                A Offline
                A Offline
                abedl
                wrote on last edited by
                #7

                I have the same problem. while debugging some jni code. i have to power down the machine. won't restart. won't let me log off!! way to go microsoft!!!!

                1 Reply Last reply
                0
                • A addick

                  Hi, Strange issue a colleague and I have been having intermittently since last week. Basically, after debugging a C++ console app in Visual Studio 2008 (usually via F7 to rebuild after making a code change), sometimes the command window stays open and cannot be closed by any method we can think of. Running the application in debug again opens a new command window. Windows will not reboot once one of these zombie window is there, the machine has to be powered-off. This has occurred with 3 different applications so far. Process Explorer tells me "Unable to find the window's owning process in the current process list" when I "target" the window with "Find window's process". I found this thread after a bit of Googling: http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/e6d4a4f5-7002-401a-90e1-6174d7f9e3ca[^] Anyone else experiencing similar? Tempting to blame last week's Patch Tuesday...

                  T Offline
                  T Offline
                  Tomasz M Sadowski
                  wrote on last edited by
                  #8

                  I've been having this issue as well for the last two months or so, and found it very annoying (I work remotely and sometimes need to reboot the machine - the presence of orphan windows makes it impossible). Guess I'm not adding anything useful to this discussion, but maybe if enough voices of protest are raised, Redmond would do something about it.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups