Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3988 closed Bugs (worksforme)

In MS windows stopping an (MSVC) debug-session kills its process, but leaves the "window open".

Reported by: Michael Soliman. <boost@…> Owned by:
Milestone: Boost 1.43.0 Component: None
Version: Boost 1.43.0 Severity: Optimization
Keywords: Cc: gshapiro@…

Description

Moin Moin.

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.:

  1. Add "$(boost_root)" to my include-path.
  2. Add "$(boost_root)\stage\lib" to my link-path.
  3. Build the project, start it using the debugger.
  4. Hit Shift f5.

Change History (4)

comment:1 by Michael Soliman. <boost@…>, 13 years ago

_Tschuess, Michael.

comment:2 by Steven Watanabe, 13 years ago

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.

comment:3 by Steven Watanabe, 13 years ago

Resolution: worksforme
Status: newclosed

in reply to:  2 comment:4 by Geoff Shapiro <gshapiro@…>, 13 years ago

Cc: gshapiro@… added

Replying to steven_watanabe:

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.

I suspect that the originator of the bug report was running into the following:


These (the zombie windows) are caused by Microsoft patch KB978037.

Kill them now by uninstalling the patch.

VS2008 with KB978037 installed will leave zombie command windows open when you stop an application running in the debugger.

You can fix this by removing KB978037. Here’s how:

Go to C:\WINDOWS\$NtUninstallKB978037$\spuninst

Run spuninst.exe

Reboot


...if you don't have the patch installed, you don't see the problem.

Regards,
Geoff Shapiro

Note: See TracTickets for help on using tickets.