Skip to content

SystemNative_GetCpuUtilization assert failing under load #2195

@stephentoub

Description

@stephentoub

So far I've only seen it on Mono.
See #2153 (comment)

dotnet: /__w/2/s/src/libraries/Native/Unix/System.Native/pal_time.c:165: int32_t SystemNative_GetCpuUtilization(ProcessCpuInformation *): Assertion `cpuUtilization >= 0 && cpuUtilization <= 100' failed.

assert(cpuUtilization >= 0 && cpuUtilization <= 100);

cc: @akoeplinger

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions