Skip to content

net: splice fails on ppc64x and arm5spacemonkey with invalid argument #27513

Closed
@bradfitz

Description

@bradfitz

https://build.golang.org/log/4ea83ef01cc0d411fde525df7f2504a08f24f03b

--- FAIL: TestSplice (10.30s)
    --- FAIL: TestSplice/unix-to-tcp (10.02s)
        --- FAIL: TestSplice/unix-to-tcp/simple (0.00s)
            splice_test.go:86: readfrom tcp4 127.0.0.1:37825->127.0.0.1:48570: splice: invalid argument
        --- FAIL: TestSplice/unix-to-tcp/multipleWrite (5.00s)
            splice_test.go:86: readfrom tcp4 127.0.0.1:34067->127.0.0.1:49674: splice: invalid argument
        --- FAIL: TestSplice/unix-to-tcp/big (5.01s)
            splice_test.go:86: readfrom tcp4 127.0.0.1:40900->127.0.0.1:44471: splice: invalid argument
        --- FAIL: TestSplice/unix-to-tcp/honorsLimitedReader (0.00s)
            splice_test.go:86: readfrom tcp4 127.0.0.1:34359->127.0.0.1:47883: splice: invalid argument
        --- FAIL: TestSplice/unix-to-tcp/updatesLimitedReaderN (0.00s)
            splice_test.go:86: readfrom tcp4 127.0.0.1:41462->127.0.0.1:49635: splice: invalid argument
        --- FAIL: TestSplice/unix-to-tcp/limitedReaderAtLimit (0.00s)
            splice_test.go:86: readfrom tcp4 127.0.0.1:40804->127.0.0.1:47978: splice: invalid argument
FAIL
FAIL	net	18.375s

Since https://go-review.googlesource.com/113997

/cc @laboger @tklauser @benburkert

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions