-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone 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.Issues related to the Go compiler and/or runtime.
Milestone
Description
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:
and here is when I scroll down to the running:
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone 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.Issues related to the Go compiler and/or runtime.

