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: TestDebugLogBuild failures #61288

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

runtime: TestDebugLogBuild failures #61288

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 == "TestDebugLogBuild"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestDebugLogBuild (3.54s)
    crash_test.go:141: running /workdir/go/bin/go build -o /workdir/tmp/go-build4130394907/testprog_-tags=debuglog.exe -tags=debuglog
    debuglog_test.go:167: building testprog [-tags=debuglog]: exit status 1
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x54 pc=0x685514]

        goroutine 1119 [running]:
        cmd/compile/internal/types.(*Type).Size(...)
        	cmd/compile/internal/types/type.go:973
        cmd/compile/internal/ssagen.TypeOK(0x0)
        	cmd/compile/internal/ssagen/ssa.go:5573 +0x34
        cmd/compile/internal/ssagen.(*state).stmt(0xc006387200, {0xabf6c8, 0xc0049a9180?})
        	cmd/compile/internal/ssagen/ssa.go:1660 +0x6108
        cmd/compile/internal/ssagen.(*state).stmtList(...)
        	cmd/compile/internal/ssagen/ssa.go:1417
        cmd/compile/internal/ssagen.buildssa(0xc002866f20, 0x1)
        	cmd/compile/internal/ssagen/ssa.go:548 +0x24a0
        cmd/compile/internal/ssagen.Compile(0xc002866f20, 0x806250?)
        	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 78
        	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 == "TestDebugLogBuild"
2023-05-30 16:18 linux-ppc64le-power9osu go@58e42b94 runtime.TestDebugLogBuild (log)
--- FAIL: TestDebugLogBuild (3.54s)
    crash_test.go:141: running /workdir/go/bin/go build -o /workdir/tmp/go-build4130394907/testprog_-tags=debuglog.exe -tags=debuglog
    debuglog_test.go:167: building testprog [-tags=debuglog]: exit status 1
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x54 pc=0x685514]

        goroutine 1119 [running]:
        cmd/compile/internal/types.(*Type).Size(...)
        	cmd/compile/internal/types/type.go:973
        cmd/compile/internal/ssagen.TypeOK(0x0)
        	cmd/compile/internal/ssagen/ssa.go:5573 +0x34
        cmd/compile/internal/ssagen.(*state).stmt(0xc006387200, {0xabf6c8, 0xc0049a9180?})
        	cmd/compile/internal/ssagen/ssa.go:1660 +0x6108
        cmd/compile/internal/ssagen.(*state).stmtList(...)
        	cmd/compile/internal/ssagen/ssa.go:1417
        cmd/compile/internal/ssagen.buildssa(0xc002866f20, 0x1)
        	cmd/compile/internal/ssagen/ssa.go:548 +0x24a0
        cmd/compile/internal/ssagen.Compile(0xc002866f20, 0x806250?)
        	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 78
        	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