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/cgo/internal/testsanitizers: TestASAN failures #61287

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

cmd/cgo/internal/testsanitizers: TestASAN failures #61287

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/cgo/internal/testsanitizers" && test == "TestASAN"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestASAN (20.31s)
    asan_test.go:46: /workdir/go/bin/go build -asan std exited with exit status 1
        # unicode
        panic: interface conversion: ssa.Aux is nil, not *ssa.AuxNameOffset

        goroutine 13 [running]:
        panic({0x8e7600?, 0xc002bb87b0?})
        	runtime/panic.go:1017 +0x434 fp=0xc00065f0f0 sp=0xc00065f030 pc=0x58e34
        runtime.panicdottypeE(...)
        	runtime/iface.go:263
...
        cmd/compile/internal/ssagen.Compile(0xc0025cac60, 0x811b90?)
        	cmd/compile/internal/ssagen/pgen.go:197 +0x27c fp=0xc00065ff30 sp=0xc00065fd60 pc=0x65afbc
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c fp=0xc00065ff80 sp=0xc00065ff30 pc=0x86058c
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48 fp=0xc00065ffc0 sp=0xc00065ff80 pc=0x860978
        runtime.goexit()
        	runtime/asm_ppc64x.s:912 +0x4 fp=0xc00065ffc0 sp=0xc00065ffc0 pc=0x95924
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 12
        	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/cgo/internal/testsanitizers" && test == "TestASAN"
2023-05-30 16:05 linux-ppc64le-power10osu go@bfa25c3f cmd/cgo/internal/testsanitizers.TestASAN (log)
--- FAIL: TestASAN (20.31s)
    asan_test.go:46: /workdir/go/bin/go build -asan std exited with exit status 1
        # unicode
        panic: interface conversion: ssa.Aux is nil, not *ssa.AuxNameOffset

        goroutine 13 [running]:
        panic({0x8e7600?, 0xc002bb87b0?})
        	runtime/panic.go:1017 +0x434 fp=0xc00065f0f0 sp=0xc00065f030 pc=0x58e34
        runtime.panicdottypeE(...)
        	runtime/iface.go:263
...
        cmd/compile/internal/ssagen.Compile(0xc0025cac60, 0x811b90?)
        	cmd/compile/internal/ssagen/pgen.go:197 +0x27c fp=0xc00065ff30 sp=0xc00065fd60 pc=0x65afbc
        cmd/compile/internal/gc.compileFunctions.func5.1(0x0?)
        	cmd/compile/internal/gc/compile.go:184 +0x4c fp=0xc00065ff80 sp=0xc00065ff30 pc=0x86058c
        cmd/compile/internal/gc.compileFunctions.func3.1()
        	cmd/compile/internal/gc/compile.go:166 +0x48 fp=0xc00065ffc0 sp=0xc00065ff80 pc=0x860978
        runtime.goexit()
        	runtime/asm_ppc64x.s:912 +0x4 fp=0xc00065ffc0 sp=0xc00065ffc0 pc=0x95924
        created by cmd/compile/internal/gc.compileFunctions.func3 in goroutine 12
        	cmd/compile/internal/gc/compile.go:165 +0x20c

watchflakes

@bcmills bcmills added compiler/runtime Issues related to the Go compiler and/or runtime. arch-ppc64x labels 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