This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: AMD64 Windows8.1 Refleaks 3.x: compilation error, cannot open python37_d.dll
Type: Stage: resolved
Components: Tests Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: vstinner, zach.ware
Priority: normal Keywords:

Created on 2017-07-21 09:14 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg298787 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-07-21 09:14
http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.x/builds/55/steps/compile/logs/stdio

D:\buildarea\3.x.ware-win81-release.refleak\build>"C:\Program Files (x86)\MSBuild\14.0\bin\\msbuild.exe" "D:\buildarea\3.x.ware-win81-release.refleak\build\PCbuild\\pythoncore.vcxproj" /t:KillPython /nologo /v:m /p:Configuration=Release /p:Platform=x64 /p:KillPython=true 
  Killing any running python.exe instances...

(...)

D:\buildarea\3.x.ware-win81-release.refleak\build>"C:\Program Files (x86)\MSBuild\14.0\bin\\msbuild.exe" "D:\buildarea\3.x.ware-win81-release.refleak\build\PCbuild\\pythoncore.vcxproj" /t:KillPython /nologo /v:m /p:Configuration=Debug /p:Platform=x64 /p:KillPython=true 
  Killing any running python_d.exe instances...

(...)

LINK : fatal error LNK1104: cannot open file 'D:\buildarea\3.x.ware-win81-release.refleak\build\PCBuild\amd64\python37_d.dll' [D:\buildarea\3.x.ware-win81-release.refleak\build\PCbuild\pythoncore.vcxproj]
msg298788 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-07-21 09:15
Ah, the log also contains:

D:\buildarea\3.x.ware-win81-release.refleak\build\Tools\buildbot\..\..\build\test_python_5232 - The process cannot access the file because it is being used by another process.

What's going on? A zombi process?
msg300131 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-08-10 23:51
The bug is gone.
History
Date User Action Args
2022-04-11 14:58:49adminsetgithub: 75165
2017-08-10 23:51:52vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg300131

stage: resolved
2017-07-21 09:15:41vstinnersetmessages: + msg298788
2017-07-21 09:14:54vstinnercreate