Boost C++ Libraries: Ticket #3988: In MS windows stopping an (MSVC) debug-session kills its process, but leaves the "window open". https://svn.boost.org/trac10/ticket/3988 <p> Moin Moin. </p> <p> In MS windows stopping an (MSVC) debug-session kills its process, but leaves the "window open". I did not even know this to be possible. This happens, iff I.: </p> <ol start="0"><li>Add "$(boost_root)" to my include-path. </li><li>Add "$(boost_root)\stage\lib" to my link-path. </li><li>Build the project, start it using the debugger. </li><li>Hit Shift f5. </li></ol> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3988 Trac 1.4.3 Michael Soliman. <boost@…> Mon, 08 Mar 2010 12:43:05 GMT <link>https://svn.boost.org/trac10/ticket/3988#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3988#comment:1</guid> <description> <p> _Tschuess, <span class="underline">Michael. </span></p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Tue, 09 Mar 2010 08:06:18 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3988#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3988#comment:2</guid> <description> <p> I can't reproduce this. What compiler version are you using? Which Boost libraries and what version are you using? Can you provide a minimal project that demonstrates the problem? Without further information I would guess that this is a MS problem. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Mon, 15 Mar 2010 22:10:38 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3988#comment:3 https://svn.boost.org/trac10/ticket/3988#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> Ticket Geoff Shapiro <gshapiro@…> Fri, 16 Apr 2010 01:27:22 GMT cc set https://svn.boost.org/trac10/ticket/3988#comment:4 https://svn.boost.org/trac10/ticket/3988#comment:4 <ul> <li><strong>cc</strong> <span class="trac-author">gshapiro@…</span> added </li> </ul> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/3988#comment:2" title="Comment 2">steven_watanabe</a>: </p> <blockquote class="citation"> <p> I can't reproduce this. What compiler version are you using? Which Boost libraries and what version are you using? Can you provide a minimal project that demonstrates the problem? Without further information I would guess that this is a MS problem. </p> </blockquote> <p> I suspect that the originator of the bug report was running into the following: </p> <hr /> <p> <em>These (the zombie windows) are caused by Microsoft patch KB978037. </em></p> <p> Kill them now by uninstalling the patch. </p> <p> VS2008 with KB978037 installed will leave zombie command windows open when you stop an application running in the debugger. </p> <p> You can fix this by removing KB978037. Here’s how: </p> <p> Go to C:\WINDOWS\$NtUninstallKB978037$\spuninst </p> <p> Run spuninst.exe </p> <p> Reboot </p> <hr /> <p> ...if you don't have the patch installed, you don't see the problem. </p> <p> Regards,<br /> Geoff Shapiro </p> Ticket