Skip to content

Failure to load task in OOP node hangs MSBuild #765

Open
@rainersigwald

Description

This issue exacerbates #764 by changing a failure into a hang.

Since the "failure to load" message gets logged by the main MSBuild.exe, it looks like the failure is getting sent over IPC correctly. But then the parent MSBuild hangs forever in TaskHostTask.Execute, while the task host node is just sitting waiting for work.

Maybe the prior HandlePacket that got a failure didn't correctly set taskFinished?

Metadata

Assignees

No one assigned

    Labels

    Area: EngineIssues impacting the core execution of targets and tasks.triaged

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions