Skip to content

reflect: TestGCBits failures #64188

@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "reflect" && test == "TestGCBits"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestGCBits (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x41b4bd]

goroutine 331 [running]:
panic({0x67a240?, 0x982f90?})
	/workdir/go/src/runtime/panic.go:772 +0x158 fp=0xc0002d27c0 sp=0xc0002d2710 pc=0x43e6f8
testing.tRunner.func1.2({0x67a240, 0x982f90})
	/workdir/go/src/testing/testing.go:1631 +0x24a fp=0xc0002d2870 sp=0xc0002d27c0 pc=0x5206aa
...
reflect_test.TestGCBits(0xc0001b04e0)
	/workdir/go/src/reflect/all_test.go:7167 +0x10ee fp=0xc0003bff70 sp=0xc0002d2ce0 pc=0x61bc4e
testing.tRunner(0xc0001b04e0, 0x6d8160)
	/workdir/go/src/testing/testing.go:1682 +0xfb fp=0xc0003bffc0 sp=0xc0003bff70 pc=0x51fd1b
testing.(*T).Run.gowrap1()
	/workdir/go/src/testing/testing.go:1735 +0x25 fp=0xc0003bffe0 sp=0xc0003bffc0 pc=0x520c85
runtime.goexit({})
	/workdir/go/src/runtime/asm_amd64.s:1694 +0x1 fp=0xc0003bffe8 sp=0xc0003bffe0 pc=0x4756c1
created by testing.(*T).Run in goroutine 1
	/workdir/go/src/testing/testing.go:1735 +0x390

watchflakes

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions