Skip to content

cmd/trace: does not track or report in-syscall properly  #28996

@robaho

Description

@robaho

What version of Go are you using (go version)?

1.11.2

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

osx, darwin, amd64

What did you do?

simple ping/pong network test here

you need to change the benchmark time to make it run longer

I selected an area of threads in the graph.

What did you expect to see?

Since it is a ping-pong, I would expect to see threads alternating between in-syscall, and running.

What did you see instead?

all of the in-syscall counts are 0, but the running alternates from 0 to 1 as expected

Here is a screen shot:

image

and here is when I scroll down to the running:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions