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: TestCgoPprofPIE failures #61285

Closed
gopherbot opened this issue Jul 11, 2023 · 2 comments
Closed

runtime: TestCgoPprofPIE failures #61285

gopherbot opened this issue Jul 11, 2023 · 2 comments
Labels
arch-ppc64x 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
Contributor

#!watchflakes
default <- pkg == "runtime" && test == "TestCgoPprofPIE"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCgoPprofPIE (2.85s)
    crash_test.go:141: running /workdir/go/bin/go build -o /workdir/tmp/go-build994731933/testprogcgo_-buildmode=pie.exe -buildmode=pie
    crash_cgo_test.go:303: building testprogcgo [-buildmode=pie]: exit status 1
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x1e8b38]

        goroutine 1392 [running]:
        cmd/compile/internal/types.CalcSize(0x0?)
        	cmd/compile/internal/types/size.go:265 +0x48
...
        cmd/compile/internal/ssagen.buildssa(0xc00558c9a0, 0x0)
        	cmd/compile/internal/ssagen/ssa.go:548 +0x24d0
        cmd/compile/internal/ssagen.Compile(0xc00558c9a0, 0x80d9c0?)
        	cmd/compile/internal/ssagen/pgen.go:187 +0x48
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 165
        	cmd/compile/internal/gc/compile.go:165 +0x20c

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 Jul 11, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestCgoPprofPIE"
2023-05-26 17:03 linux-ppc64le-buildlet go@1ff89009 runtime.TestCgoPprofPIE (log)
--- FAIL: TestCgoPprofPIE (2.85s)
    crash_test.go:141: running /workdir/go/bin/go build -o /workdir/tmp/go-build994731933/testprogcgo_-buildmode=pie.exe -buildmode=pie
    crash_cgo_test.go:303: building testprogcgo [-buildmode=pie]: exit status 1
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x1e8b38]

        goroutine 1392 [running]:
        cmd/compile/internal/types.CalcSize(0x0?)
        	cmd/compile/internal/types/size.go:265 +0x48
...
        cmd/compile/internal/ssagen.buildssa(0xc00558c9a0, 0x0)
        	cmd/compile/internal/ssagen/ssa.go:548 +0x24d0
        cmd/compile/internal/ssagen.Compile(0xc00558c9a0, 0x80d9c0?)
        	cmd/compile/internal/ssagen/pgen.go:187 +0x48
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 165
        	cmd/compile/internal/gc/compile.go:165 +0x20c

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 11, 2023
@bcmills bcmills closed this as completed Jul 11, 2023
@bcmills
Copy link
Contributor

bcmills commented Jul 11, 2023

Duplicate of #60368

@bcmills bcmills marked this as a duplicate of #60368 Jul 11, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
@bcmills bcmills removed this from Test Flakes Jul 11, 2023
@golang golang locked and limited conversation to collaborators Jul 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-ppc64x 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
None yet
Development

No branches or pull requests

2 participants