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: TestGdbCoreSignalBacktrace failures #59279

Closed
gopherbot opened this issue Mar 27, 2023 · 3 comments
Closed

runtime: TestGdbCoreSignalBacktrace failures #59279

gopherbot opened this issue Mar 27, 2023 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "runtime" && test == "TestGdbCoreSignalBacktrace"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestGdbCoreSignalBacktrace (3.99s)
    runtime-gdb_test.go:81: gdb version 11.2
    runtime-gdb_unix_test.go:146: child output:
        Setting RLIMIT_CORE = syscall.Rlimit{Cur:0xffffffffffffffff, Max:0xffffffffffffffff}
        SIGABRT: abort
        PC=0x93c4c m=0 sigcode=0

        goroutine 1 [running]:
        main.main()
        	/tmp/workdir-host-linux-riscv64-unmatched/tmp/TestGdbCoreSignalBacktrace475170103/001/main.go:36 +0x7c fp=0x3f58112f80 sp=0x3f58112f20 pc=0x93c4c
...

        -----

        SIGQUIT: quit
        PC=0x6c74c m=4 sigcode=0

        -----

        SIGQUIT: quit
        PC=0x6c74c m=5 sigcode=0

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 27, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestGdbCoreSignalBacktrace"
2023-03-27 17:27 linux-riscv64-unmatched go@93682105 runtime.TestGdbCoreSignalBacktrace (log)
--- FAIL: TestGdbCoreSignalBacktrace (3.99s)
    runtime-gdb_test.go:81: gdb version 11.2
    runtime-gdb_unix_test.go:146: child output:
        Setting RLIMIT_CORE = syscall.Rlimit{Cur:0xffffffffffffffff, Max:0xffffffffffffffff}
        SIGABRT: abort
        PC=0x93c4c m=0 sigcode=0

        goroutine 1 [running]:
        main.main()
        	/tmp/workdir-host-linux-riscv64-unmatched/tmp/TestGdbCoreSignalBacktrace475170103/001/main.go:36 +0x7c fp=0x3f58112f80 sp=0x3f58112f20 pc=0x93c4c
...

        -----

        SIGQUIT: quit
        PC=0x6c74c m=4 sigcode=0

        -----

        SIGQUIT: quit
        PC=0x6c74c m=5 sigcode=0

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 27, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "runtime" && test == "TestGdbCoreSignalBacktrace"
2023-03-27 18:59 linux-riscv64-unmatched go@bf9d9b7d runtime.TestGdbCoreSignalBacktrace (log)
--- FAIL: TestGdbCoreSignalBacktrace (4.72s)
    runtime-gdb_test.go:81: gdb version 11.2
    runtime-gdb_unix_test.go:146: child output:
        Setting RLIMIT_CORE = syscall.Rlimit{Cur:0xffffffffffffffff, Max:0xffffffffffffffff}
        SIGABRT: abort
        PC=0x93c4c m=0 sigcode=0

        goroutine 1 [running]:
        main.main()
        	/tmp/workdir-host-linux-riscv64-unmatched/tmp/TestGdbCoreSignalBacktrace1215207534/001/main.go:36 +0x7c fp=0x3f5809af80 sp=0x3f5809af20 pc=0x93c4c
...

        -----

        SIGQUIT: quit
        PC=0x6c5e8 m=4 sigcode=0

        -----

        SIGQUIT: quit
        PC=0x6c74c m=5 sigcode=0

watchflakes

@prattmic
Copy link
Member

Skipped in https://go.dev/cl/479518

@golang golang locked and limited conversation to collaborators Mar 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants