Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: TestUsingVDSO failures #63734

Open
gopherbot opened this issue Oct 25, 2023 · 1 comment
Open

runtime: TestUsingVDSO failures #63734

gopherbot opened this issue Oct 25, 2023 · 1 comment
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Oct 25, 2023

#!watchflakes
post <- pkg == "runtime" && test == "TestUsingVDSO" && `signal: segmentation fault`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestUsingVDSO (0.08s)
    vdso_test.go:50: GO_WANT_HELPER_PROCESS=1 /usr/bin/strace -f -e clock_gettime /workdir/tmp/go-build1040845572/b001/runtime.test -test.run=^TestUsingVDSO$
    vdso_test.go:56: /usr/bin/strace: [ Process PID=74855 runs in 32 bit mode. ]
        /usr/bin/strace: Process 74908 attached
        /usr/bin/strace: Process 74906 attached
        /usr/bin/strace: Process 74917 attached
        [pid 74917] ????( <unfinished ...>
        [pid 74908] +++ exited with 0 +++
        [pid 74906] +++ exited with 0 +++
    vdso_test.go:59: signal: segmentation fault (core dumped)
runtime.test: some test left a core file behind

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Oct 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestUsingVDSO"
2023-10-14 22:30 linux-386-clang go@bc9dc8d4 runtime.TestUsingVDSO (log)
--- FAIL: TestUsingVDSO (0.08s)
    vdso_test.go:50: GO_WANT_HELPER_PROCESS=1 /usr/bin/strace -f -e clock_gettime /workdir/tmp/go-build1040845572/b001/runtime.test -test.run=^TestUsingVDSO$
    vdso_test.go:56: /usr/bin/strace: [ Process PID=74855 runs in 32 bit mode. ]
        /usr/bin/strace: Process 74908 attached
        /usr/bin/strace: Process 74906 attached
        /usr/bin/strace: Process 74917 attached
        [pid 74917] ????( <unfinished ...>
        [pid 74908] +++ exited with 0 +++
        [pid 74906] +++ exited with 0 +++
    vdso_test.go:59: signal: segmentation fault (core dumped)
runtime.test: some test left a core file behind

watchflakes

@mknyszek mknyszek added this to the Backlog milestone Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Todo
Status: No status
Development

No branches or pull requests

3 participants