Skip to content

runtime: TestSegv failures with unknown pc on linux/riscv64 #59492

Closed as not planned
@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "runtime" && test == "TestSegv" && `unknown pc` && goos == "linux" && goarch == "riscv64"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestSegv (0.00s)
    --- FAIL: TestSegv/Segv (0.02s)
        crash_cgo_test.go:628: /tmp/workdir-host-linux-riscv64-unmatched/tmp/go-build3029274790/testprogcgo.exe Segv: exit status 2
        crash_cgo_test.go:629: SIGSEGV: segmentation violation
            PC=0x3f8dddada8 m=4 sigcode=0

            ra  0x122e0c	sp  0x3f617fd470
            gp  0x276638	tp  0x3f617fe8e0
            t0  0x122f3a	t1  0x1271c
            t2  0x3f64001520	s0  0x3f617fd5e0
            s1  0x0	a0  0x0
            a1  0x3f617fd5e0	a2  0x0
            a3  0x8	a4  0x0
            a5  0x3f617fd5e0	a6  0x3f8decbd40
            a7  0x87	s2  0x3f617fd528
            s3  0x10	s4  0x26c460
            s5  0x0	s6  0x0
            s7  0x80	s8  0x78
            s9  0x3f617fd490	s10 0x3f617fd468
            s11 0x3f64001520	t3  0x3f8dddad78
            t4  0x0	t5  0x14ddea77f38e17
            t6  0x0	pc  0x3f8dddada8

        crash_cgo_test.go:660: unexpectedly saw "runtime: " in output

watchflakes

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.WaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.arch-riscvIssues solely affecting the riscv64 architecture.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions