Skip to content

crypto/ecdsa: TestECDH failures #66608

Open
@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "crypto/ecdsa" && test == "TestECDH"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestECDH (0.00s)
    --- FAIL: TestECDH/P256 (0.00s)
        ecdh_test.go:51: P256 point not on curve
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=0x18 pc=0x15726c]

goroutine 7 gp=0xc0000036c0 m=0 mp=0x2ee960 [running]:
panic({0x179140?, 0x2e3c10?})
	/workdir/go/src/runtime/panic.go:778 +0x188 fp=0xc0000ad868 sp=0xc0000ad7a8 pc=0x4d428
...
crypto/ecdh_test.TestECDH(0xc00008c680?)
	/workdir/go/src/crypto/ecdh/ecdh_test.go:39 +0x34 fp=0xc00006bf30 sp=0xc00006bf00 pc=0x154214
testing.tRunner(0xc00008c680, 0x1c3d80)
	/workdir/go/src/testing/testing.go:1689 +0x118 fp=0xc00006bf90 sp=0xc00006bf30 pc=0xf9ee8
testing.(*T).Run.gowrap1()
	/workdir/go/src/testing/testing.go:1742 +0x50 fp=0xc00006bfc0 sp=0xc00006bf90 pc=0xfae30
runtime.goexit({})
	/workdir/go/src/runtime/asm_ppc64x.s:1018 +0x4 fp=0xc00006bfc0 sp=0xc00006bfc0 pc=0x8c5e4
created by testing.(*T).Run in goroutine 1
	/workdir/go/src/testing/testing.go:1742 +0x398

watchflakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions