Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HeatDirectory MSBuild task leaks handles in devenv #2985

Open
wixbot opened this issue Dec 1, 2010 · 7 comments
Open

HeatDirectory MSBuild task leaks handles in devenv #2985

wixbot opened this issue Dec 1, 2010 · 7 comments
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Dec 1, 2010

(Sorry i I've got the category wrong here)

I have a Wix project being built from within visual studio. I have several calls to the task within . When I do a build, it completes successfully, but devenv still has handles open to all the DLLs and EXEs that heat ran over. Since those are the DLLs and EXEs in the project ouput folder, I can't do any more builds because the output files cannot be written to. I have to close visual studio and start it again after every build of the wix project :(

If I comment out the calls, those handles don't get left open.

Originally opened by cheetah from http://sourceforge.net/p/wix/bugs/2372/

@wixbot
Copy link
Author

wixbot commented Sep 21, 2012

What's left open: 32-bit managed DLLs and EXEs. The non-managed DLLs that are covered by the same calls to heat are not getting left open, nor are the 64-bit managed DLLs.

The workaround did not work for me. I ran procmcon to look for heat.exe running, or for anything touching the output files from heat. Even with the workaround in place, heat.exe never ran, and all access to the output files was from devenv.exe, so either I didn't manage to get that property into the project correctly (I put it at the very start of the project file), or the HeatDirectory task isn't obeying it.

An additional note: looking at devenv in process explorer when the files are stuck open, it's not just that the files are open, but the assemblies show up in the list of loaded DLLs. Which suggests why the 64 bit managed dlls aren't getting stuck, since the 32 bit devenv process can't load 64 bit DLLs.

Also, FWIW, the wix build I'm using is 3.5.2325.0, I've seen this general behavior with prior 3.5 builds as well (never got around to investigating it in depth before).

@wixbot
Copy link
Author

wixbot commented Sep 21, 2012

You should be able to specify RunWixToolsOutOfProc as true in your project properties to work around this:

true

Can you describe what types of files are left in use (COM dlls, managed assemblies, etc)?

Thanks,
-Eric

@wixbot
Copy link
Author

wixbot commented Sep 21, 2012

OK, I at least figured out why the workaround didn't work ... that property only applies when using items, not when explicitly calling the task. Setting the corresponding RunAsSeparateProcess attribute on each HeatDirectory task made heat run out of process, and avoiding the handle leak in devenv.

@wixbot
Copy link
Author

wixbot commented Sep 21, 2012

Not a focus for WiX v3.6 and a large change. Moving to WiX v4.0.

@wixbot
Copy link
Author

wixbot commented Sep 21, 2012

Good that you have this working now.

This has been a problem with Heat for some time due to the fact that it doesn't unload assemblies. Moving this bug out to 3.6.

@wixbot
Copy link
Author

wixbot commented Nov 7, 2013

Originally changed by barnson
Area changed from heat to
Releasechanged fromfuturetov3.x

@wixbot
Copy link
Author

wixbot commented Jan 22, 2014

Originally changed by bmurri
AssignedTo set to wixsupport

@wixbot wixbot added the bug label Dec 20, 2015
@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant