Skip to content

runtime/pprof: TestBlockMutexProfileInlineExpansion/mutex failures #69765

@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "runtime/pprof" && test == "TestBlockMutexProfileInlineExpansion/mutex"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestBlockMutexProfileInlineExpansion/mutex
    pprof_test.go:2760: did not see expected stack
    pprof_test.go:2761: wanted:
        sync.(*Mutex).Unlock
        runtime/pprof.inlineF
        runtime/pprof.inlineE
        runtime/pprof.inlineD
        runtime.goexit
    pprof_test.go:2762: got: [sync.(*Mutex).Unlock
        runtime/pprof.inlineF
...
        runtime/pprof.blockMutexDeep
        runtime/pprof.blockMutexDeep
        runtime/pprof.blockMutexDeep sync.(*Mutex).Unlock
        runtime/pprof.blockMutex.func1
        runtime.goexit sync.(*Mutex).Unlock
        runtime/pprof.blockMutexN.func2
        runtime.goexit sync.(*Mutex).Unlock
        runtime/pprof.blockMutexN.func1
        runtime.goexit runtime._LostContendedRuntimeLock]
--- FAIL: TestBlockMutexProfileInlineExpansion/mutex (0.00s)

watchflakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone 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

    Status

    Done

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions