Skip to content

internal/trace: failure to parse due to inconsistent status for proc #71110

Open
@gopherbot

Description

#!watchflakes
default <- pkg == "internal/trace" && log ~ "inconsistent status for proc"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTraceCPUProfile/Default
    reader_test.go:112: unexpected error while reading the trace: inconsistent status for proc 1: old Syscall vs. new Running
    trace_test.go:627: found bad trace; dumping to test log...
    trace_test.go:638: Trace Go1.23
        EventBatch gen=1 m=28747 time=2687627497990 size=65459
        ProcStart dt=365 p=2 p_seq=1
        GoStart dt=223 g=1 g_seq=1
        HeapAlloc dt=839 heapalloc_value=4194304
        GoStop dt=301 reason_string=16 stack=8
        ProcStop dt=54
...
        String id=138
        	data="runtime.traceStartReadCPU.func1"
        String id=139
        	data="/home/swarming/.swarming/w/ir/x/w/goroot/src/runtime/tracecpu.go"
        String id=140
        	data="runtime.traceLocker.ProcStart"
        String id=141
        	data="runtime.acquirep"
        
--- FAIL: TestTraceCPUProfile/Default (18.13s)

watchflakes

Metadata

Assignees

Labels

NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

  • Status

    No status

Relationships

None yet

Development

No branches or pull requests

Issue actions