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

syscall: slice bounds out of range on OpenBSD 1.4 branch #9592

Closed
bradfitz opened this issue Jan 14, 2015 · 1 comment
Closed

syscall: slice bounds out of range on OpenBSD 1.4 branch #9592

bradfitz opened this issue Jan 14, 2015 · 1 comment

Comments

@bradfitz
Copy link
Contributor

On OpenBSD on the 1.4 release branch:

http://build.golang.org/log/9de1650315308371837119e5cfe31aec797e6089

panic: runtime error: slice bounds out of range

goroutine 1 [running]:
syscall.(*anyMessage).toRoutingMessage(0xc208056000, 0xc208056000, 0x458, 0x4c7, 0x0, 0x0)
    /tmp/buildlet-scatch342552602/src/syscall/route_openbsd.go:18 +0x4d1
syscall.ParseRoutingMessage(0xc208056000, 0x458, 0x4c7, 0x0, 0x0, 0x0, 0x0, 0x0)
    /tmp/buildlet-scatch342552602/src/syscall/route_bsd.go:210 +0x1c5
net.interfaceTable(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
    /tmp/buildlet-scatch342552602/src/net/interface_bsd.go:23 +0x23b
net.Interfaces(0x0, 0x0, 0x0, 0x0, 0x0)
    /tmp/buildlet-scatch342552602/src/net/interface.go:81 +0x54
net.loopbackInterface(0xc2080293d0)
    /tmp/buildlet-scatch342552602/src/net/interface_test.go:16 +0x27
net.init·2()
    /tmp/buildlet-scatch342552602/src/net/ipraw_test.go:46 +0x39
net.init()
    /tmp/buildlet-scatch342552602/src/net/cgo_unix.go:164 +0x8ef5
net_test.init()
    /tmp/buildlet-scatch342552602/src/net/example_test.go:36 +0x42
main.init()
    net/_test/_testmain.go:370 +0x4a

goroutine 2 [runnable]:
runtime.forcegchelper()
    /tmp/buildlet-scatch342552602/src/runtime/proc.go:90
runtime.goexit()
    /tmp/buildlet-scatch342552602/src/runtime/asm_amd64.s:2232 +0x1

goroutine 3 [runnable]:
runtime.bgsweep()
    /tmp/buildlet-scatch342552602/src/runtime/mgc0.go:82
runtime.goexit()
    /tmp/buildlet-scatch342552602/src/runtime/asm_amd64.s:2232 +0x1

goroutine 4 [runnable]:
runtime.runfinq()
    /tmp/buildlet-scatch342552602/src/runtime/malloc.go:712
runtime.goexit()
    /tmp/buildlet-scatch342552602/src/runtime/asm_amd64.s:2232 +0x1
FAIL    net 0.101s
@mikioh mikioh changed the title net: slice bounds out of range on OpenBSD 1.4 branch syscall: slice bounds out of range on OpenBSD 1.4 branch Jan 14, 2015
@mikioh
Copy link
Contributor

mikioh commented Jan 14, 2015

Dup of #9102.

@mikioh mikioh closed this as completed Jan 14, 2015
@mikioh mikioh removed their assignment May 27, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants