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

runtime: 386 crash, frame syscall.socketcall untyped args #8727

Closed
bradfitz opened this issue Sep 14, 2014 · 4 comments
Closed

runtime: 386 crash, frame syscall.socketcall untyped args #8727

bradfitz opened this issue Sep 14, 2014 · 4 comments
Milestone

Comments

@bradfitz
Copy link
Contributor

At https://code.google.com/p/go/source/detail?r=c47feccb42afbf2abf448ba26dbb6c2037764e02
(runtime: mark asmcgocall<>(SB) as having no arguments), linux-386 says:

http://build.golang.org/log/f2f671a614ebda50cec6aae88da2987796c25636

ok      net 2.655s
ok      net/http    6.284s
ok      net/http/cgi    1.163s
ok      net/http/cookiejar  0.038s
ok      net/http/fcgi   0.040s
ok      net/http/httptest   0.082s
runtime: frame syscall.socketcall untyped args 0x186338c8+0x24
fatal error: missing stackmap

runtime stack:
runtime.throw(0x83dd4a0)
    /usr/local/go/src/runtime/panic.go:397 +0x83 fp=0xf6364068 sp=0xf6364050
scanframe(0xf6364108, 0x0, 0x0)
    /usr/local/go/src/runtime/mgc0.c:667 +0x299 fp=0xf63640a4 sp=0xf6364068
runtime.gentraceback(0x8192195, 0x186338c4, 0x0, 0x18602960, 0x0, 0x0, 0x7fffffff,
0xf6364160, 0x0, 0x0, ...)
    /usr/local/go/src/runtime/traceback.go:275 +0x769 fp=0xf6364134 sp=0xf63640a4
scanstack(0x18602960)
    /usr/local/go/src/runtime/mgc0.c:714 +0x1dd fp=0xf636416c sp=0xf6364134
markroot(0x1860e000, 0xc)
    /usr/local/go/src/runtime/mgc0.c:491 +0xcd fp=0xf63641a4 sp=0xf636416c
runtime.parfordo(0x1860e000)
    /usr/local/go/src/runtime/parfor.c:89 +0x99 fp=0xf6364200 sp=0xf63641a4
gc(0xf6364334)
    /usr/local/go/src/runtime/mgc0.c:1323 +0x1fb fp=0xf6364324 sp=0xf6364200
runtime.gc_m()
    /usr/local/go/src/runtime/mgc0.c:1264 +0xd2 fp=0xf6364344 sp=0xf6364324
runtime.onM(0x18610000)
    /usr/local/go/src/runtime/asm_386.s:266 +0x50 fp=0xf6364348 sp=0xf6364344
runtime.mstart()
    /usr/local/go/src/runtime/proc.c:828 fp=0xf636434c sp=0xf6364348

goroutine 22 [garbage collection]:
runtime.switchtoM()
    /usr/local/go/src/runtime/asm_386.s:208 fp=0x18631dc4 sp=0x18631dc0
runtime.gogc(0x0)
    /usr/local/go/src/runtime/malloc.go:467 +0x1aa fp=0x18631de4 sp=0x18631dc4
runtime.mallocgc(0x1000, 0x822dc40, 0x1, 0x18602f00)
    /usr/local/go/src/runtime/malloc.go:339 +0x2b9 fp=0x18631e3c sp=0x18631de4
runtime.newarray(0x822dc40, 0x1000, 0x0)
    /usr/local/go/src/runtime/malloc.go:363 +0xb5 fp=0x18631e5c sp=0x18631e3c
runtime.makeslice(0x8227240, 0x1000, 0x0, 0x1000, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/runtime/slice.go:32 +0x165 fp=0x18631e8c sp=0x18631e5c
net/http.newBufioWriterSize(0xf753a898, 0x1861a658, 0x1000, 0xf753a898)
    /usr/local/go/src/net/http/server.go:479 +0x16f fp=0x18631ee8 sp=0x18631e8c
net/http.(*Server).newConn(0x1863ef40, 0xf753a830, 0x1861a658, 0x1860c410, 0x0, 0x0)
    /usr/local/go/src/net/http/server.go:435 +0x2fc fp=0x18631f64 sp=0x18631ee8
net/http.(*Server).Serve(0x1863ef40, 0xf753a7e0, 0x186014c0, 0x0, 0x0)
    /usr/local/go/src/net/http/server.go:1716 +0x279 fp=0x18631fd8 sp=0x18631f64
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18631fdc sp=0x18631fd8
created by net/http/httptest.(*Server).Start
    /usr/local/go/src/net/http/httptest/server.go:109 +0x2b3

goroutine 1 [chan receive]:
runtime.gopark(0x8071890, 0x1863ee30, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x18617e04 sp=0x18617de4
runtime.goparkunlock(0x1863ee30, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x18617e18 sp=0x18617e04
runtime.chanrecv(0x8227580, 0x1863ee00, 0x18617f10, 0x808d301, 0x0)
    /usr/local/go/src/runtime/chan.go:405 +0x39b fp=0x18617e6c sp=0x18617e18
runtime.chanrecv1(0x8227580, 0x1863ee00, 0x18617f10)
    /usr/local/go/src/runtime/chan.go:307 +0x24 fp=0x18617e84 sp=0x18617e6c
testing.RunTests(0x831966c, 0x83da9e0, 0x6, 0x6, 0x18617f01)
    /usr/local/go/src/testing/testing.go:510 +0x888 fp=0x18617f5c sp=0x18617e84
testing.Main(0x831966c, 0x83da9e0, 0x6, 0x6, 0x83e5700, 0x0, 0x0, 0x83e5700, 0x0, 0x0)
    /usr/local/go/src/testing/testing.go:440 +0x68 fp=0x18617fa0 sp=0x18617f5c
main.main()
    net/http/httputil/_test/_testmain.go:57 +0x83 fp=0x18617fcc sp=0x18617fa0
runtime.main()
    /usr/local/go/src/runtime/proc.go:62 +0xd0 fp=0x18617ff0 sp=0x18617fcc
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18617ff4 sp=0x18617ff0

goroutine 2 [force gc (idle)]:
runtime.gopark(0x8071890, 0x83df4d8, 0x82b7198, 0xf)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x18619fcc sp=0x18619fac
runtime.goparkunlock(0x83df4d8, 0x82b7198, 0xf)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x18619fe0 sp=0x18619fcc
runtime.forcegchelper()
    /usr/local/go/src/runtime/proc.go:98 +0xa3 fp=0x18619ff0 sp=0x18619fe0
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18619ff4 sp=0x18619ff0
created by runtime.init·3
    /usr/local/go/src/runtime/proc.go:86 +0x25

goroutine 3 [GC sweep wait]:
runtime.gopark(0x8071890, 0x83e5b10, 0x82b4658, 0xd)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x18615fcc sp=0x18615fac
runtime.goparkunlock(0x83e5b10, 0x82b4658, 0xd)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x18615fe0 sp=0x18615fcc
runtime.bgsweep()
    /usr/local/go/src/runtime/mgc0.go:103 +0x97 fp=0x18615ff0 sp=0x18615fe0
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18615ff4 sp=0x18615ff0
created by gc
    /usr/local/go/src/runtime/mgc0.c:1270

goroutine 4 [finalizer wait]:
runtime.gopark(0x8071890, 0x83def38, 0x82b6eb8, 0xe)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x18637f98 sp=0x18637f78
runtime.goparkunlock(0x83def38, 0x82b6eb8, 0xe)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x18637fac sp=0x18637f98
runtime.runfinq()
    /usr/local/go/src/runtime/malloc.go:709 +0x9c fp=0x18637ff0 sp=0x18637fac
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18637ff4 sp=0x18637ff0
created by runtime.createfing
    /usr/local/go/src/runtime/malloc.go:689 +0x59

goroutine 5 [syscall]:
runtime.notetsleepg(0x83df64c, 0xf08e1f2a, 0x1b, 0x0)
    /usr/local/go/src/runtime/lock_futex.go:202 +0x44 fp=0x18635f90 sp=0x18635f78
runtime.timerproc()
    /usr/local/go/src/runtime/time.go:207 +0x106 fp=0x18635ff0 sp=0x18635f90
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18635ff4 sp=0x18635ff0
created by runtime.addtimerLocked
    /usr/local/go/src/runtime/time.go:113 +0x185

goroutine 21 [IO wait]:
runtime.gopark(0x80574f0, 0xf753a77c, 0x82a10e8, 0x7)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x18613dfc sp=0x18613ddc
runtime.netpollblock(0xf753a768, 0x72, 0x0, 0x186268c4)
    /usr/local/go/src/runtime/netpoll.go:347 +0x13f fp=0x18613e1c sp=0x18613dfc
runtime.netpollWait(0xf753a768, 0x72, 0x4)
    /usr/local/go/src/runtime/netpoll.go:150 +0x5c fp=0x18613e30 sp=0x18613e1c
net.(*pollDesc).Wait(0x1863ee78, 0x72, 0x0, 0x0)
    /usr/local/go/src/net/fd_poll_runtime.go:84 +0x42 fp=0x18613e40 sp=0x18613e30
net.(*pollDesc).WaitRead(0x1863ee78, 0x0, 0x0)
    /usr/local/go/src/net/fd_poll_runtime.go:89 +0x40 fp=0x18613e54 sp=0x18613e40
net.(*netFD).accept(0x1863ee40, 0x0, 0xf7538f68, 0x186268b0)
    /usr/local/go/src/net/fd_unix.go:419 +0x353 fp=0x18613ed4 sp=0x18613e54
net.(*TCPListener).AcceptTCP(0x1861a5e8, 0x1c4d41, 0x0, 0x0)
    /usr/local/go/src/net/tcpsock_posix.go:234 +0x48 fp=0x18613efc sp=0x18613ed4
net.(*TCPListener).Accept(0x1861a5e8, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/tcpsock_posix.go:244 +0x48 fp=0x18613f1c sp=0x18613efc
net/http/httptest.(*historyListener).Accept(0x186013e0, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/http/httptest/server.go:48 +0x5e fp=0x18613f64 sp=0x18613f1c
net/http.(*Server).Serve(0x1863ee80, 0xf753a7e0, 0x186013e0, 0x0, 0x0)
    /usr/local/go/src/net/http/server.go:1698 +0x7b fp=0x18613fd8 sp=0x18613f64
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18613fdc sp=0x18613fd8
created by net/http/httptest.(*Server).Start
    /usr/local/go/src/net/http/httptest/server.go:109 +0x2b3

goroutine 23 [runnable]:
syscall.socketcall(0x3, 0x6, 0x186015c8, 0x10, 0x0, 0x0, 0x0, 0xffffffff, 0x73)
    /usr/local/go/src/syscall/asm_linux_386.s:123 +0x5 fp=0x186338c8 sp=0x186338c4
syscall.connect(0x6, 0x186015c8, 0x10, 0x0, 0x0)
    /usr/local/go/src/syscall/syscall_linux_386.go:234 +0x68 fp=0x186338f4 sp=0x186338c8
syscall.Connect(0x6, 0xf75397d8, 0x186015c0, 0x0, 0x0)
    /usr/local/go/src/syscall/syscall_unix.go:198 +0x71 fp=0x1863390c sp=0x186338f4
net.(*netFD).connect(0x1863f180, 0x0, 0x0, 0xf75397d8, 0x186015c0, 0xcba7cf06, 0xe,
0x9b050a1, 0x83df700, 0x0, ...)
    /usr/local/go/src/net/fd_unix.go:75 +0x61 fp=0x186339c0 sp=0x1863390c
net.(*netFD).dial(0x1863f180, 0xf75397a8, 0x0, 0xf75397a8, 0x186015a0, 0xcba7cf06, 0xe,
0x9b050a1, 0x83df700, 0x0, ...)
    /usr/local/go/src/net/sock_posix.go:139 +0x2dc fp=0x18633a5c sp=0x186339c0
net.socket(0x829fbf0, 0x3, 0x2, 0x1, 0x0, 0x18601500, 0xf75397a8, 0x0, 0xf75397a8,
0x186015a0, ...)
    /usr/local/go/src/net/sock_posix.go:91 +0x35d fp=0x18633ad0 sp=0x18633a5c
net.internetSocket(0x829fbf0, 0x3, 0xf75397a8, 0x0, 0xf75397a8, 0x186015a0, 0xcba7cf06,
0xe, 0x9b050a1, 0x83df700, ...)
    /usr/local/go/src/net/ipsock_posix.go:137 +0xed fp=0x18633b18 sp=0x18633ad0
net.dialTCP(0x829fbf0, 0x3, 0x0, 0x186015a0, 0xcba7cf06, 0xe, 0x9b050a1, 0x83df700,
0x8062abd, 0x0, ...)
    /usr/local/go/src/net/tcpsock_posix.go:156 +0xf6 fp=0x18633bbc sp=0x18633b18
net.dialSingle(0x829fbf0, 0x3, 0x186014e7, 0xf, 0x0, 0x0, 0xf7539768, 0x186015a0,
0xcba7cf06, 0xe, ...)
    /usr/local/go/src/net/dial.go:235 +0x35a fp=0x18633c68 sp=0x18633bbc
net.func·016(0xcba7cf06, 0xe, 0x9b050a1, 0x83df700, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/dial.go:163 +0xd0 fp=0x18633cc8 sp=0x18633c68
net.dial(0x829fbf0, 0x3, 0xf7539768, 0x186015a0, 0x18633d90, 0xcba7cf06, 0xe, 0x9b050a1,
0x83df700, 0x0, ...)
    /usr/local/go/src/net/fd_unix.go:40 +0x63 fp=0x18633cec sp=0x18633cc8
net.(*Dialer).Dial(0x1862e1b0, 0x829fbf0, 0x3, 0x186014e7, 0xf, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/dial.go:170 +0x3fd fp=0x18633da8 sp=0x18633cec
net.*Dialer.Dial·fm(0x829fbf0, 0x3, 0x186014e7, 0xf, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:38 +0x67 fp=0x18633dd0 sp=0x18633da8
net/http.(*Transport).dial(0x18648180, 0x829fbf0, 0x3, 0x186014e7, 0xf, 0x0, 0x0, 0x0,
0x0)
    /usr/local/go/src/net/http/transport.go:453 +0x73 fp=0x18633df4 sp=0x18633dd0
net/http.(*Transport).dialConn(0x18648180, 0x0, 0x186014e0, 0x4, 0x186014e7, 0xf,
0x18648780, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:538 +0x1212 fp=0x18633fb0 sp=0x18633df4
net/http.func·019()
    /usr/local/go/src/net/http/transport.go:494 +0x3d fp=0x18633ff0 sp=0x18633fb0
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18633ff4 sp=0x18633ff0
created by net/http.(*Transport).getConn
    /usr/local/go/src/net/http/transport.go:496 +0x298

goroutine 9 [chan receive]:
runtime.gopark(0x8071890, 0x1863e370, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x1867de5c sp=0x1867de3c
runtime.goparkunlock(0x1863e370, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x1867de70 sp=0x1867de5c
runtime.chanrecv(0x8227700, 0x1863e340, 0x1867df78, 0xf7534e01, 0x18620000)
    /usr/local/go/src/runtime/chan.go:457 +0x6b1 fp=0x1867dec4 sp=0x1867de70
runtime.chanrecv1(0x8227700, 0x1863e340, 0x1867df78)
    /usr/local/go/src/runtime/chan.go:307 +0x24 fp=0x1867dedc sp=0x1867dec4
net/http.(*persistConn).readLoop(0x18648540)
    /usr/local/go/src/net/http/transport.go:832 +0x2a5 fp=0x1867dfe8 sp=0x1867dedc
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x1867dfec sp=0x1867dfe8
created by net/http.(*Transport).dialConn
    /usr/local/go/src/net/http/transport.go:634 +0xa11

goroutine 13 [chan receive]:
runtime.gopark(0x8071890, 0x1863e730, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x1867fe5c sp=0x1867fe3c
runtime.goparkunlock(0x1863e730, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x1867fe70 sp=0x1867fe5c
runtime.chanrecv(0x8227700, 0x1863e700, 0x1867ff78, 0xf7534e01, 0x18620000)
    /usr/local/go/src/runtime/chan.go:457 +0x6b1 fp=0x1867fec4 sp=0x1867fe70
runtime.chanrecv1(0x8227700, 0x1863e700, 0x1867ff78)
    /usr/local/go/src/runtime/chan.go:307 +0x24 fp=0x1867fedc sp=0x1867fec4
net/http.(*persistConn).readLoop(0x186485a0)
    /usr/local/go/src/net/http/transport.go:832 +0x2a5 fp=0x1867ffe8 sp=0x1867fedc
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x1867ffec sp=0x1867ffe8
created by net/http.(*Transport).dialConn
    /usr/local/go/src/net/http/transport.go:634 +0xa11

goroutine 17 [chan receive]:
runtime.gopark(0x8071890, 0x1863ea30, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x18679e5c sp=0x18679e3c
runtime.goparkunlock(0x1863ea30, 0x82b64f8, 0xc)
    /usr/local/go/src/runtime/proc.go:135 +0x42 fp=0x18679e70 sp=0x18679e5c
runtime.chanrecv(0x8227700, 0x1863ea00, 0x18679f78, 0xf7534e01, 0x18620000)
    /usr/local/go/src/runtime/chan.go:457 +0x6b1 fp=0x18679ec4 sp=0x18679e70
runtime.chanrecv1(0x8227700, 0x1863ea00, 0x18679f78)
    /usr/local/go/src/runtime/chan.go:307 +0x24 fp=0x18679edc sp=0x18679ec4
net/http.(*persistConn).readLoop(0x18648780)
    /usr/local/go/src/net/http/transport.go:832 +0x2a5 fp=0x18679fe8 sp=0x18679edc
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x18679fec sp=0x18679fe8
created by net/http.(*Transport).dialConn
    /usr/local/go/src/net/http/transport.go:634 +0xa11

goroutine 20 [select]:
runtime.gopark(0x805b660, 0x1867bbcc, 0x82a4c08, 0x6)
    /usr/local/go/src/runtime/proc.go:130 +0xe6 fp=0x1867ba4c sp=0x1867ba2c
runtime.selectgoImpl(0x1867bbcc, 0x0, 0xc)
    /usr/local/go/src/runtime/select.go:366 +0x9e2 fp=0x1867bb34 sp=0x1867ba4c
runtime.selectgo(0x1867bbcc)
    /usr/local/go/src/runtime/select.go:183 +0xf fp=0x1867bb44 sp=0x1867bb34
net/http.(*Transport).getConn(0x18648180, 0x1862a540, 0x0, 0x186014e0, 0x4, 0x186014e7,
0xf, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:499 +0x4cb fp=0x1867bc44 sp=0x1867bb44
net/http.(*Transport).RoundTrip(0x18648180, 0x1862a540, 0x18601520, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:212 +0x3d5 fp=0x1867bcd4 sp=0x1867bc44
net/http.send(0x1862a540, 0xf7539148, 0x18648180, 0x16, 0x0, 0x0)
    /usr/local/go/src/net/http/client.go:195 +0x3d0 fp=0x1867bd4c sp=0x1867bcd4
net/http.(*Client).send(0x83df5e0, 0x1862a540, 0x16, 0x0, 0x0)
    /usr/local/go/src/net/http/client.go:118 +0xf8 fp=0x1867bdb4 sp=0x1867bd4c
net/http.(*Client).doFollowingRedirects(0x83df5e0, 0x1862a540, 0x8319744, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/http/client.go:343 +0x95c fp=0x1867beb8 sp=0x1867bdb4
net/http.(*Client).Do(0x83df5e0, 0x1862a540, 0x7, 0x0, 0x0)
    /usr/local/go/src/net/http/client.go:150 +0x8b fp=0x1867bedc sp=0x1867beb8
net/http/httputil.TestReverseProxy(0x18648a20)
    /linux-386-c47feccb42af/go/src/net/http/httputil/reverseproxy_test.go:67 +0x2cf fp=0x1867bfbc sp=0x1867bedc
testing.tRunner(0x18648a20, 0x83da9f8)
    /usr/local/go/src/testing/testing.go:427 +0xab fp=0x1867bfe8 sp=0x1867bfbc
runtime.goexit()
    /usr/local/go/src/runtime/proc.c:1705 fp=0x1867bfec sp=0x1867bfe8
created by testing.RunTests
    /usr/local/go/src/testing/testing.go:509 +0x84c
FAIL    net/http/httputil   0.064s
ok      net/http/internal   0.019s
@bradfitz
Copy link
Contributor Author

Comment 1:

Filing a bug because if this is sporadic (which it seems to be, since other 386 builders
passed), I want to preserve it because issue #8646 causes subrepo updates to rebuild Go
and can turn a dashboard "fail" into an "ok".

@rsc
Copy link
Contributor

rsc commented Sep 14, 2014

Comment 2:

Thanks. Any build failure about 'untyped args' that is sporadic should be saved and
turned into an issue.

@gopherbot
Copy link
Contributor

Comment 3:

CL https://golang.org/cl/143930043 mentions this issue.

@rsc
Copy link
Contributor

rsc commented Sep 15, 2014

Comment 4:

This issue was closed by revision 3b4bccc.

Status changed to Fixed.

@rsc rsc added this to the Go1.4 milestone Apr 14, 2015
@rsc rsc removed the release-go1.4 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jun 25, 2018
Fixes sporadic linux/386 build failure (untyped args)
and probably some others we haven't observed yet.

Fixes golang#8727.

TBR=iant
R=golang-codereviews
CC=bradfitz, golang-codereviews, iant, khr, r
https://golang.org/cl/143930043
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jul 9, 2018
Fixes sporadic linux/386 build failure (untyped args)
and probably some others we haven't observed yet.

Fixes golang#8727.

TBR=iant
R=golang-codereviews
CC=bradfitz, golang-codereviews, iant, khr, r
https://golang.org/cl/143930043
wheatman pushed a commit to wheatman/go-akaros that referenced this issue Jul 30, 2018
Fixes sporadic linux/386 build failure (untyped args)
and probably some others we haven't observed yet.

Fixes golang#8727.

TBR=iant
R=golang-codereviews
CC=bradfitz, golang-codereviews, iant, khr, r
https://golang.org/cl/143930043
@rsc rsc removed their assignment Jun 23, 2022
This issue was closed.
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