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

cmd/link: TestMachOBuildVersion failures #61280

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

cmd/link: TestMachOBuildVersion failures #61280

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

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "cmd/link" && test == "TestMachOBuildVersion"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestMachOBuildVersion (4.98s)
    link_test.go:372: [/workdir/go/bin/go build -ldflags=-linkmode=internal -o /workdir/tmp/TestMachOBuildVersion949832594/001/main /workdir/tmp/TestMachOBuildVersion949832594/001/main.go]: exit status 1:
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x0]

        goroutine 2970 [running]:
        panic({0x8d5240?, 0xf65c70?})
        	runtime/panic.go:1017 +0x440 fp=0xc002338db0 sp=0xc002338cf0 pc=0x58af0
        runtime.panicmem(...)
...
        cmd/compile/internal/ssagen.Compile(0xc001b7fe40, 0x0?)
        	cmd/compile/internal/ssagen/pgen.go:187 +0x48 fp=0xc002339f30 sp=0xc002339d60 pc=0x64e068
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c fp=0xc002339f80 sp=0xc002339f30 pc=0x8537fc
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48 fp=0xc002339fc0 sp=0xc002339f80 pc=0x853bc8
        runtime.goexit()
        	runtime/asm_ppc64x.s:912 +0x4 fp=0xc002339fc0 sp=0xc002339fc0 pc=0x94bb4
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 133
        	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
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "cmd/link" && test == "TestMachOBuildVersion"
2023-05-24 21:17 linux-ppc64le-power9osu go@78143d96 cmd/link.TestMachOBuildVersion (log)
--- FAIL: TestMachOBuildVersion (4.98s)
    link_test.go:372: [/workdir/go/bin/go build -ldflags=-linkmode=internal -o /workdir/tmp/TestMachOBuildVersion949832594/001/main /workdir/tmp/TestMachOBuildVersion949832594/001/main.go]: exit status 1:
        # runtime
        panic: runtime error: invalid memory address or nil pointer dereference
        [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x0]

        goroutine 2970 [running]:
        panic({0x8d5240?, 0xf65c70?})
        	runtime/panic.go:1017 +0x440 fp=0xc002338db0 sp=0xc002338cf0 pc=0x58af0
        runtime.panicmem(...)
...
        cmd/compile/internal/ssagen.Compile(0xc001b7fe40, 0x0?)
        	cmd/compile/internal/ssagen/pgen.go:187 +0x48 fp=0xc002339f30 sp=0xc002339d60 pc=0x64e068
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c fp=0xc002339f80 sp=0xc002339f30 pc=0x8537fc
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48 fp=0xc002339fc0 sp=0xc002339f80 pc=0x853bc8
        runtime.goexit()
        	runtime/asm_ppc64x.s:912 +0x4 fp=0xc002339fc0 sp=0xc002339fc0 pc=0x94bb4
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 133
        	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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-ppc64x 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
None yet
Development

No branches or pull requests

2 participants