Skip to content

Ghost processes after initial build #14988

@nojaf

Description

@nojaf

Apologies for not reporting this sooner but I fear I still found a problem after #14677.

Repro steps

  • Fresh clone of the repository.
  • dotnet build Fsharp.Compiler.Service.sln
  • PowerShell: Get-Process -Name "dotnet" | Select-Object Id,Name,StartTime,CommandLine

Expected behavior

There shouldn't be any lingering dotnet processes after that initial build.
When doing a rebuild or -c Release fslex could be stuck because of a lock.

Actual behavior

image

Known workarounds

Kill all the processes: Get-Process -Name "dotnet" | Kill

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions