Created
January 14, 2014 18:54
-
-
Save rlister/8423677 to your computer and use it in GitHub Desktop.
LIMIT clause without value triggers segmentation violation:
select * from /.*/ limit;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014/01/14 18:49:08 http: multiple response.WriteHeader calls | |
SIGSEGV: segmentation violation | |
PC=0x412f84 | |
signal arrived during cgo execution | |
runtime.cgocall(0x412e40, 0x7fdfa0134778) | |
/home/vagrant/bin/go/src/pkg/runtime/cgocall.c:149 +0x11b fp=0x7fdfa0134760 | |
parser._Cfunc_parse_query(0x27dc340, 0xc2102cae40, 0x27dc340, 0x7, 0xc2101da5c0) | |
parser/_obj/_cgo_defun.c:71 +0x31 fp=0x7fdfa0134778 | |
parser.ParseQuery(0xc2102cac60, 0x18, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/influxdb/src/parser/parser.go:417 +0xca fp=0x7fdfa0134880 | |
engine.(*QueryEngine).RunQuery(0xc21009c5d0, 0x7fdfa3e97138, 0xc210124380, 0xc21014b846, 0x6, ...) | |
/home/vagrant/influxdb/src/engine/engine.go:26 +0xa2 fp=0x7fdfa0134910 | |
api/http.func·001(0x7fdfa3e97138, 0xc210124380, 0x752800, 0xc2101da440, 0x752800) | |
/home/vagrant/influxdb/src/api/http/api.go:229 +0x333 fp=0x7fdfa01349e0 | |
api/http.yieldUser(0x7fdfa3e97138, 0xc210124380, 0x7fdfa0134c18, 0xc21014b84f, 0x5, ...) | |
/home/vagrant/influxdb/src/api/http/api.go:524 +0x3b fp=0x7fdfa0134a38 | |
api/http.(*HttpServer).tryAsDbUser(0xc210067230, 0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0, 0x7fdfa0134c18, ...) | |
/home/vagrant/influxdb/src/api/http/api.go:722 +0x36e fp=0x7fdfa0134b18 | |
api/http.(*HttpServer).tryAsDbUserAndClusterAdmin(0xc210067230, 0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0, 0x7fdfa0134c18) | |
/home/vagrant/influxdb/src/api/http/api.go:732 +0xb0 fp=0x7fdfa0134bc8 | |
api/http.(*HttpServer).query(0xc210067230, 0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0) | |
/home/vagrant/influxdb/src/api/http/api.go:236 +0x14d fp=0x7fdfa0134c50 | |
api/http.*HttpServer.(api/http.query)·fm(0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0) | |
/home/vagrant/influxdb/src/api/http/api.go:79 +0x44 fp=0x7fdfa0134c78 | |
api/http.func·017(0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0) | |
/home/vagrant/influxdb/src/api/http/cors.go:13 +0x180 fp=0x7fdfa0134cb0 | |
net/http.HandlerFunc.ServeHTTP(0xc21009c8d0, 0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1220 +0x40 fp=0x7fdfa0134cd0 | |
github.com/bmizerany/pat.(*PatternServeMux).ServeHTTP(0xc21009d220, 0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0) | |
/home/vagrant/influxdb/src/github.com/bmizerany/pat/mux.go:109 +0x1be fp=0x7fdfa0134df8 | |
net/http.serverHandler.ServeHTTP(0xc2100b4410, 0x7fdfa3e917c0, 0xc2103430a0, 0xc21023f5b0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1597 +0x16e fp=0x7fdfa0134e38 | |
net/http.(*conn).serve(0xc21026b980) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1167 +0x7b7 fp=0x7fdfa0134f98 | |
runtime.goexit() | |
/home/vagrant/bin/go/src/pkg/runtime/proc.c:1394 fp=0x7fdfa0134fa0 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90af0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210048450, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210048450, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc2100483f0, 0x9499a8, 0x0, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc21009d218, 0x5a4a8b, 0x7fdfa3cefc48, 0x5a4a8b) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc21009d218, 0x7fdfa3e91640, 0xc2100fbc40, 0xc21026b980, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
net/http.(*Server).Serve(0xc2100b4410, 0x7fdfa3e8fca0, 0xc21009d218, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1622 +0x91 | |
net/http.Serve(0x7fdfa3e8fca0, 0xc21009d218, 0x7fdfa3e91618, 0xc21009d220, 0x889bd0, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1561 +0x70 | |
api/http.(*HttpServer).Serve(0xc210067230, 0x7fdfa3e8fca0, 0xc21009d218) | |
/home/vagrant/influxdb/src/api/http/api.go:107 +0x73c | |
api/http.(*HttpServer).ListenAndServe(0xc210067230) | |
/home/vagrant/influxdb/src/api/http/api.go:58 +0x15d | |
server.(*Server).ListenAndServe(0xc2100cc060, 0xc2100cc060, 0x0) | |
/home/vagrant/influxdb/src/server/server.go:74 +0x2ad | |
main.main() | |
/home/vagrant/influxdb/src/daemon/influxd.go:156 +0x5ba | |
goroutine 3 [chan receive]: | |
code.google.com/p/log4go.ConsoleLogWriter.run(0xc21004a2c0, 0x7fdfa3e8f330, 0xc210000008) | |
/home/vagrant/influxdb/src/code.google.com/p/log4go/termlog.go:27 +0x60 | |
created by code.google.com/p/log4go.NewConsoleLogWriter | |
/home/vagrant/influxdb/src/code.google.com/p/log4go/termlog.go:19 +0x67 | |
goroutine 4 [syscall]: | |
os/signal.loop() | |
/home/vagrant/bin/go/src/pkg/os/signal/signal_unix.go:21 +0x1e | |
created by os/signal.init·1 | |
/home/vagrant/bin/go/src/pkg/os/signal/signal_unix.go:27 +0x31 | |
goroutine 6 [select]: | |
code.google.com/p/log4go.func·002() | |
/home/vagrant/influxdb/src/code.google.com/p/log4go/filelog.go:84 +0x84c | |
created by code.google.com/p/log4go.NewFileLogWriter | |
/home/vagrant/influxdb/src/code.google.com/p/log4go/filelog.go:116 +0x2d1 | |
goroutine 7 [syscall]: | |
runtime.goexit() | |
/home/vagrant/bin/go/src/pkg/runtime/proc.c:1394 | |
goroutine 8 [chan receive]: | |
datastore.(*LevelDbDatastore).periodicallyRotateRequestLog(0xc210067150) | |
/home/vagrant/influxdb/src/datastore/leveldb_datastore.go:207 +0x41 | |
created by datastore.NewLevelDbDatastore | |
/home/vagrant/influxdb/src/datastore/leveldb_datastore.go:199 +0x6ce | |
goroutine 10 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90b98, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210064220, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210064220, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc2100641c0, 0x9499a8, 0x0, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc2100b6028, 0x48984c, 0x7fdfa3d01ef0, 0x48984c) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc2100b6028, 0x7fdfa3e91640, 0xc2100b6018, 0xc2100b6018, 0x1) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
coordinator.(*ProtobufServer).ListenAndServe(0xc2100a3380) | |
/home/vagrant/influxdb/src/coordinator/protobuf_server.go:60 +0x1c7 | |
created by server.(*Server).ListenAndServe | |
/home/vagrant/influxdb/src/server/server.go:60 +0x35 | |
goroutine 11 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90c40, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210067300, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210067300, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc2100672a0, 0x9499a8, 0x0, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc21009d188, 0x5a4a8b, 0x7fdfa3cffee0, 0x5a4a8b) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc21009d188, 0x7fdfa3e91640, 0xc21009d378, 0xc2100a0400, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
net/http.(*Server).Serve(0xc2100b4230, 0x7fdfa3e8fca0, 0xc21009d188, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1622 +0x91 | |
coordinator.func·015() | |
/home/vagrant/influxdb/src/coordinator/raft_server.go:272 +0x3a | |
created by coordinator.(*RaftServer).Serve | |
/home/vagrant/influxdb/src/coordinator/raft_server.go:273 +0x516 | |
goroutine 13 [select]: | |
github.com/goraft/raft.(*server).followerLoop(0xc210066100) | |
/home/vagrant/influxdb/src/github.com/goraft/raft/server.go:590 +0x934 | |
github.com/goraft/raft.(*server).loop(0xc210066100) | |
/home/vagrant/influxdb/src/github.com/goraft/raft/server.go:544 +0x2cf | |
created by github.com/goraft/raft.(*server).Start | |
/home/vagrant/influxdb/src/github.com/goraft/raft/server.go:458 +0x7af | |
goroutine 14 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90a48, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210103060, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210103060, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).accept(0xc210103000, 0x9499a8, 0x0, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:382 +0x2c2 | |
net.(*TCPListener).AcceptTCP(0xc210000100, 0x18, 0xc210107010, 0x5a4863) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:233 +0x47 | |
net.(*TCPListener).Accept(0xc210000100, 0x50, 0xef0800, 0x18, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/tcpsock_posix.go:243 +0x27 | |
net/http.(*Server).Serve(0xc210106000, 0x7fdfa3e8fca0, 0xc210000100, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1622 +0x91 | |
net/http.Serve(0x7fdfa3e8fca0, 0xc210000100, 0x7fdfa3e915f0, 0xc21009e880, 0x1b, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1561 +0x70 | |
admin.(*HttpServer).ListenAndServe(0xc2100a33c0) | |
/home/vagrant/influxdb/src/admin/http_server.go:30 +0x164 | |
created by server.(*Server).ListenAndServe | |
/home/vagrant/influxdb/src/server/server.go:72 +0x1e0 | |
goroutine 15 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e909a0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210048610, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210048610, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2100485b0, 0xc210109000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21009d378, 0xc210109000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2100a0428, 0xc210109000, 0x1000, 0x1000, 0x59ce45, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101080e0, 0xc210109000, 0x1000, 0x1000, 0xeef7c8, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc360) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc360, 0xa, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc360, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2100f3030, 0x7fdfa3e871a0, 0x740320, 0x7fdf99c38ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2100f3030, 0xc2101c65b0, 0x0, 0xc21010a000, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc360, 0xc2101c65b0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2100a0400, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2100a0400) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 16 [runnable]: | |
syscall.Syscall(0x0, 0x18, 0xc210105400, 0xaf, 0xaf, ...) | |
/home/vagrant/bin/go/src/pkg/syscall/asm_linux_amd64.s:38 +0x64 | |
syscall.read(0x18, 0xc210105400, 0xaf, 0x400, 0x72, ...) | |
/home/vagrant/bin/go/src/pkg/syscall/zsyscall_linux_amd64.go:838 +0x72 | |
syscall.Read(0x18, 0xc210105400, 0xaf, 0x400, 0xc2101f5b38, ...) | |
/home/vagrant/bin/go/src/pkg/syscall/syscall_unix.go:135 +0x5c | |
net.(*netFD).Read(0xc210103380, 0xc210105400, 0xaf, 0x400, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:200 +0x1eb | |
net.(*conn).Read(0xc2100b6018, 0xc210105400, 0xaf, 0x400, 0xc210105400, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
io.(*LimitedReader).Read(0xc21020f9c0, 0xc210105400, 0x400, 0x400, 0x7fdfa3e96f70, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bytes.(*Buffer).ReadFrom(0xc2101034d0, 0x7fdfa3e916f0, 0xc21020f9c0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bytes/buffer.go:169 +0x1f7 | |
io.Copy(0x7fdfa3e90db8, 0xc2101034d0, 0x7fdfa3e916f0, 0xc21020f9c0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:348 +0x124 | |
coordinator.(*ProtobufServer).handleRequest(0xc2100a3380, 0x7fdfa3e91640, 0xc2100b6018, 0xaf, 0xc2101034d0, ...) | |
/home/vagrant/influxdb/src/coordinator/protobuf_server.go:110 +0xf0 | |
coordinator.(*ProtobufServer).handleConnection(0xc2100a3380, 0x7fdfa3e91640, 0xc2100b6018) | |
/home/vagrant/influxdb/src/coordinator/protobuf_server.go:93 +0x6c8 | |
created by coordinator.(*ProtobufServer).ListenAndServe | |
/home/vagrant/influxdb/src/coordinator/protobuf_server.go:68 +0x37c | |
goroutine 17 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90850, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210103df0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210103df0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210103d90, 0xc21009d1a8, 0x4, 0x8, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21009d178, 0xc21009d1a8, 0x4, 0x8, 0x8, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
io.ReadAtLeast(0x7fdfa3e916a0, 0xc21009d178, 0xc21009d1a8, 0x4, 0x8, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:288 +0xf6 | |
io.ReadFull(0x7fdfa3e916a0, 0xc21009d178, 0xc21009d1a8, 0x4, 0x8, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:306 +0x71 | |
encoding/binary.Read(0x7fdfa3e916a0, 0xc21009d178, 0x7fdfa3e91a38, 0xc21009d178, 0x736a20, ...) | |
/home/vagrant/bin/go/src/pkg/encoding/binary/binary.go:146 +0x103 | |
coordinator.(*ProtobufClient).readResponses(0xc210124310) | |
/home/vagrant/influxdb/src/coordinator/protobuf_client.go:126 +0x1d7 | |
coordinator.func·011() | |
/home/vagrant/influxdb/src/coordinator/protobuf_client.go:43 +0x3f | |
created by coordinator.NewProtobufClient | |
/home/vagrant/influxdb/src/coordinator/protobuf_client.go:44 +0xd1 | |
goroutine 18 [sleep]: | |
time.Sleep(0xdf8475800) | |
/tmp/bindist375750859/go/src/pkg/runtime/time.goc:31 +0x31 | |
coordinator.(*ProtobufClient).peridicallySweepTimedOutRequests(0xc210124310) | |
/home/vagrant/influxdb/src/coordinator/protobuf_client.go:186 +0x34 | |
created by coordinator.NewProtobufClient | |
/home/vagrant/influxdb/src/coordinator/protobuf_client.go:45 +0xeb | |
goroutine 1780 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90070, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210225df0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210225df0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210225d90, 0xc21026d000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21030d138, 0xc21026d000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21005e4a8, 0xc21026d000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210139200, 0xc21026d000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2102ed840) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2102ed840, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2102ed840, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103d2e10, 0x7fdfa3e865e0, 0x740320, 0x7fdf99c54ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103d2e10, 0xc2103db340, 0x0, 0xc21020d000, 0x7fdf99c54b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2102ed840, 0xc2103db340, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21005e480, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21005e480) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1713 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e8ff20, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103aa140, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103aa140, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103aa0e0, 0xc2101f0000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21030ded8, 0xc2101f0000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102dbfa8, 0xc2101f0000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21032bee0, 0xc2101f0000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101576c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101576c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101576c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21022ff60, 0x7fdfa3e865e0, 0x740320, 0x7fdfa0596ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21022ff60, 0xc2103188f0, 0x0, 0xc2101f1000, 0x7fdfa0596b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101576c0, 0xc2103188f0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102dbf80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102dbf80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1831 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bed8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103d8060, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103d8060, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103d8000, 0xc21016d000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210368d60, 0xc21016d000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210389228, 0xc21016d000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21037aac0, 0xc21016d000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101875a0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101875a0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101875a0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103100c0, 0x7fdfa3e86000, 0x740320, 0x7fdf99c72ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103100c0, 0xc2103640d0, 0x0, 0xc2101b8000, 0x7fdf99c72b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101875a0, 0xc2103640d0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210389200, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210389200) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1813 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea2450, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103c1450, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103c1450, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103c13f0, 0xc2101fd000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210154338, 0xc2101fd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2101e3228, 0xc2101fd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210299120, 0xc2101fd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157960) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157960, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157960, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2101f7f00, 0x7fdfa3e865e0, 0x740320, 0x7fdfa05aece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2101f7f00, 0xc2100f01a0, 0x0, 0xc2101fe000, 0x7fdfa05aeb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157960, 0xc2100f01a0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2101e3200, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2101e3200) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1817 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b650, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21011ec30, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21011ec30, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21011ebd0, 0xc21021b000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21009ddd8, 0xc21021b000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2100a0228, 0xc21021b000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2100bc8a0, 0xc21021b000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc780) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc780, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc780, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21020e990, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa3cf3ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21020e990, 0xc210250680, 0x0, 0xc21021c000, 0x7fdfa3cf3b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc780, 0xc210250680, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2100a0200, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2100a0200) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1812 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b5a8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21027f0d0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21027f0d0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21027f070, 0xc2100fd000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2100fb448, 0xc2100fd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210161fa8, 0xc2100fd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21012ec60, 0xc2100fd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100ccd20) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100ccd20, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100ccd20, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2102664b0, 0x7fdfa3e871a0, 0x740320, 0x7fdf99c50ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2102664b0, 0xc210038c30, 0x0, 0xc2100d8000, 0x7fdf99c50b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100ccd20, 0xc210038c30, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210161f80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210161f80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1843 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b8f0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21027adf0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21027adf0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21027ad90, 0xc2101ce000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2100fb318, 0xc2101ce000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21026b428, 0xc2101ce000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101e7f60, 0xc2101ce000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157180) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157180, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157180, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103a71e0, 0x7fdfa3e865e0, 0x740320, 0x7fdfa05a8ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103a71e0, 0xc21023f340, 0x0, 0xc21010f000, 0x7fdfa05a8b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157180, 0xc21023f340, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21026b400, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21026b400) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1755 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e907a8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102d27d0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102d27d0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102d2770, 0xc2101ae000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210150218, 0xc2101ae000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210227428, 0xc2101ae000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210313840, 0xc2101ae000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101574e0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101574e0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101574e0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21025adb0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf99c4cce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21025adb0, 0xc21037d5b0, 0x0, 0xc21016b000, 0x7fdf99c4cb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101574e0, 0xc21037d5b0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210227400, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210227400) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1832 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea21b0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103664c0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103664c0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210366460, 0xc21011f000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21035e5e0, 0xc21011f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b78a8, 0xc21011f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2103132c0, 0xc21011f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157840) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157840, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157840, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103e6cf0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf99c4ace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103e6cf0, 0xc2103db0d0, 0x0, 0xc210101000, 0x7fdf99c4ab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157840, 0xc2103db0d0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7880, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7880) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1845 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e8fd28, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103aa610, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103aa610, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103aa5b0, 0xc2102b4000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101f5b50, 0xc2102b4000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21012b1a8, 0xc2102b4000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21032b0a0, 0xc2102b4000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210268120) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210268120, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210268120, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210239b40, 0x7fdfa3e865e0, 0x740320, 0x7fdfa011ace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210239b40, 0xc21023f4e0, 0x0, 0xc2102b2000, 0x7fdfa011ab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210268120, 0xc21023f4e0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21012b180, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21012b180) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1718 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90118, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21038f760, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21038f760, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21038f700, 0xc210112000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210368d28, 0xc210112000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2103bafa8, 0xc210112000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2102cab20, 0xc210112000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc7e0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc7e0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc7e0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210336e10, 0x7fdfa3e865e0, 0x740320, 0x7fdf99c6cce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210336e10, 0xc210318ea0, 0x0, 0xc210194000, 0x7fdf99c6cb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc7e0, 0xc210318ea0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2103baf80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2103baf80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1828 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b6f8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210306530, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210306530, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103064d0, 0xc210262000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210379500, 0xc210262000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2100a0ba8, 0xc210262000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101399a0, 0xc210262000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc21014b720) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc21014b720, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc21014b720, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103d2450, 0x7fdfa3e865e0, 0x740320, 0x7fdfa0132ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103d2450, 0xc2100f0820, 0x0, 0xc210263000, 0x7fdfa0132b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc21014b720, 0xc2100f0820, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2100a0b80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2100a0b80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1822 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bf80, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210322610, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210322610, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103225b0, 0xc2100ec000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21031f470, 0xc2100ec000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21005eb28, 0xc2100ec000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21032b440, 0xc2100ec000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210057b40) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210057b40, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210057b40, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21031d0f0, 0x7fdfa3e86000, 0x740320, 0x7fdfa059ece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21031d0f0, 0xc210138a90, 0x0, 0xc2102cf000, 0x7fdfa059eb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210057b40, 0xc210138a90, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21005eb00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21005eb00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1757 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b458, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210366290, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210366290, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210366230, 0xc21027e000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101d8378, 0xc21027e000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2103baea8, 0xc21027e000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21012e0a0, 0xc21027e000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157ea0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157ea0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157ea0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2102e7180, 0x7fdfa3e871a0, 0x740320, 0x7fdfa0116ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2102e7180, 0xc2101c6340, 0x0, 0xc210319000, 0x7fdfa0116b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157ea0, 0xc2101c6340, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2103bae80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2103bae80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1835 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9ba40, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103d5f40, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103d5f40, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103d5ee0, 0xc2101cd000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210379b68, 0xc2101cd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21026b028, 0xc2101cd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101e72a0, 0xc2101cd000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc600) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc600, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc600, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210377a50, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa059ace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210377a50, 0xc2103db4e0, 0x0, 0xc2101e6000, 0x7fdfa059ab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc600, 0xc2103db4e0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21026b000, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21026b000) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1825 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9c2c8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21033c3e0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21033c3e0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21033c380, 0xc2100f2000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21031fc98, 0xc2100f2000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b70a8, 0xc2100f2000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21036c180, 0xc2100f2000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc21014b780) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc21014b780, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc21014b780, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21037b240, 0x7fdfa3e86000, 0x740320, 0x7fdf99c64ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21037b240, 0xc210138dd0, 0x0, 0xc2101c7000, 0x7fdf99c64b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc21014b780, 0xc210138dd0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7080, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7080) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1837 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b500, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103c1610, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103c1610, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103c15b0, 0xc21028a000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21026a718, 0xc21028a000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102db7a8, 0xc21028a000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210212c40, 0xc21028a000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101575a0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101575a0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101575a0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103543f0, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa0130ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103543f0, 0xc2103db820, 0x0, 0xc21028b000, 0x7fdfa0130b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101575a0, 0xc2103db820, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102db780, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102db780) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1821 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea2060, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102253e0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102253e0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210225380, 0xc210293000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101f51d8, 0xc210293000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21015aaa8, 0xc210293000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101b0340, 0xc210293000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101879c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101879c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101879c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21031c660, 0x7fdfa3e871a0, 0x740320, 0x7fdfa012ece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21031c660, 0xc210211ea0, 0x0, 0xc210294000, 0x7fdfa012eb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101879c0, 0xc210211ea0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21015aa80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21015aa80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1819 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b998, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210292df0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210292df0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210292d90, 0xc210148000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210146e58, 0xc210148000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21005e328, 0xc210148000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2100998a0, 0xc210148000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157d20) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157d20, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157d20, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2101630f0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf99c62ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2101630f0, 0xc210250b60, 0x0, 0xc210149000, 0x7fdf99c62b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157d20, 0xc210250b60, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21005e300, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21005e300) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1795 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea23a8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102d7ed0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102d7ed0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102d7e70, 0xc210166000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101d8160, 0xc210166000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210389c28, 0xc210166000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210133b20, 0xc210166000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc6c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc6c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc6c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2101299f0, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa012cce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2101299f0, 0xc2101c64e0, 0x0, 0xc210167000, 0x7fdfa012cb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc6c0, 0xc2101c64e0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210389c00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210389c00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1709 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b848, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102d7680, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102d7680, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102d7620, 0xc210222000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21033d5b8, 0xc210222000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2103bab28, 0xc210222000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2102122a0, 0xc210222000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210057e40) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210057e40, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210057e40, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210330420, 0x7fdfa3e86000, 0x740320, 0x7fdf99c46ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210330420, 0xc2103dba90, 0x0, 0xc210223000, 0x7fdf99c46b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210057e40, 0xc2103dba90, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2103bab00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2103bab00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1712 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9c028, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102d2ca0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102d2ca0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102d2c40, 0xc210229000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21030d948, 0xc210229000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102dbca8, 0xc210229000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21032b840, 0xc210229000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210057c00) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210057c00, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210057c00, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21022f180, 0x7fdfa3e865e0, 0x740320, 0x7fdf99c44ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21022f180, 0xc2103181a0, 0x0, 0xc210217000, 0x7fdf99c44b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210057c00, 0xc2103181a0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102dbc80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102dbc80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1810 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea2108, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2101fcbc0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2101fcbc0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2101fcb60, 0xc210130000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210175ed0, 0xc210130000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210161c28, 0xc210130000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21012e5c0, 0xc210130000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc21014b0c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc21014b0c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc21014b0c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2100fade0, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa0110ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2100fade0, 0xc210250000, 0x0, 0xc21029e000, 0x7fdfa0110b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc21014b0c0, 0xc210250000, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210161c00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210161c00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1824 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bd88, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103f3ed0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103f3ed0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103f3e70, 0xc210235000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101752a0, 0xc210235000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2100a0628, 0xc210235000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2100bcf60, 0xc210235000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210187d80) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210187d80, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210187d80, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21031d6c0, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa0126ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21031d6c0, 0xc21037d410, 0x0, 0xc210236000, 0x7fdfa0126b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210187d80, 0xc21037d410, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2100a0600, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2100a0600) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1829 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bc38, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21033ce60, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21033ce60, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21033ce00, 0xc21018c000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21031ff80, 0xc21018c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b72a8, 0xc21018c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21036c540, 0xc21018c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101572a0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101572a0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101572a0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103a7720, 0x7fdfa3e86bc0, 0x740320, 0x7fdf99c5ace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103a7720, 0xc21037dc30, 0x0, 0xc21018d000, 0x7fdf99c5ab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101572a0, 0xc21037dc30, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7280, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7280) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1789 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea24f8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102e3fb0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102e3fb0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102e3f50, 0xc2101de000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2102b85e8, 0xc2101de000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2103895a8, 0xc2101de000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21037a9a0, 0xc2101de000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc21014bde0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc21014bde0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc21014bde0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2102f2cc0, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa0576ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2102f2cc0, 0xc21023fb60, 0x0, 0xc2101df000, 0x7fdfa0576b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc21014bde0, 0xc21023fb60, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210389580, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210389580) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1785 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e8fe78, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103b3d10, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103b3d10, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103b3cb0, 0xc210170000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21026afe0, 0xc210170000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102db0a8, 0xc210170000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21035bee0, 0xc210170000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc900) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc900, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc900, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103364e0, 0x7fdfa3e865e0, 0x740320, 0x7fdfa0592ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103364e0, 0xc2103dbdd0, 0x0, 0xc210171000, 0x7fdfa0592b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc900, 0xc2103dbdd0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102db080, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102db080) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1838 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e903b8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103326f0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103326f0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210332690, 0xc210197000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21030dfd0, 0xc210197000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210389da8, 0xc210197000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21020f580, 0xc210197000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101876c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101876c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101876c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210367630, 0x7fdfa3e865e0, 0x740320, 0x7fdf98cdcce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210367630, 0xc2100f0c30, 0x0, 0xc210198000, 0x7fdf98cdcb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101876c0, 0xc2100f0c30, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210389d80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210389d80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1804 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9c0d0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2101fc840, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2101fc840, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2101fc7e0, 0xc210214000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210175de0, 0xc210214000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc210161b28, 0xc210214000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21012e500, 0xc210214000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc21014b2a0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc21014b2a0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc21014b2a0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2100bdd50, 0x7fdfa3e865e0, 0x740320, 0x7fdfa058ece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2100bdd50, 0xc21012ac30, 0x0, 0xc210165000, 0x7fdfa058eb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc21014b2a0, 0xc21012ac30, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc210161b00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc210161b00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1839 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea2300, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103cbe60, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103cbe60, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103cbe00, 0xc2100fe000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210379f60, 0xc2100fe000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21026b228, 0xc2100fe000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101e7900, 0xc2100fe000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101570c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101570c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101570c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21015f030, 0x7fdfa3e865e0, 0x740320, 0x7fdf99c40ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21015f030, 0xc2100f0ea0, 0x0, 0xc210273000, 0x7fdf99c40b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101570c0, 0xc2100f0ea0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21026b200, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21026b200) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1844 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea25a0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2101641b0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2101641b0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210164150, 0xc2101a3000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101f55c8, 0xc2101a3000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21015ad28, 0xc2101a3000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101b0960, 0xc2101a3000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210187780) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210187780, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210187780, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210371120, 0x7fdfa3e871a0, 0x740320, 0x7fdfa0032ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210371120, 0xc2101c6750, 0x0, 0xc2101c9000, 0x7fdfa0032b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210187780, 0xc2101c6750, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21015ad00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21015ad00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1734 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e901c0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210225220, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210225220, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102251c0, 0xc210144000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210154708, 0xc210144000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21015ab28, 0xc210144000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2103c3ce0, 0xc210144000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101579c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101579c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101579c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2101f7d20, 0x7fdfa3e86bc0, 0x740320, 0x7fdf99c3ece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2101f7d20, 0xc210250ea0, 0x0, 0xc210145000, 0x7fdf99c3eb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101579c0, 0xc210250ea0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21015ab00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21015ab00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1820 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e905b0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102790d0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102790d0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210279070, 0xc2102fa000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2100fbc08, 0xc2102fa000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21015a628, 0xc2102fa000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2103c3b80, 0xc2102fa000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2102ed120) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2102ed120, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2102ed120, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210210ab0, 0x7fdfa3e871a0, 0x740320, 0x7fdf98cface8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210210ab0, 0xc210211d00, 0x0, 0xc21014f000, 0x7fdf98cfab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2102ed120, 0xc210211d00, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21015a600, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21015a600) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1823 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90268, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103a50d0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103a50d0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103a5070, 0xc210128000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210368628, 0xc210128000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21012bda8, 0xc210128000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21026cd40, 0xc210128000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210187180) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210187180, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210187180, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21032da20, 0x7fdfa3e86000, 0x740320, 0x7fdf98cf6ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21032da20, 0xc210138c30, 0x0, 0xc2101ad000, 0x7fdf98cf6b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210187180, 0xc210138c30, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21012bd80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21012bd80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1827 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90508, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21033c5a0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21033c5a0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21033c540, 0xc21021f000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21031fd08, 0xc21021f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b7128, 0xc21021f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21036c1e0, 0xc21021f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100ccba0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100ccba0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100ccba0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210063690, 0x7fdfa3e865e0, 0x740320, 0x7fdfa002ece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210063690, 0xc2100f0680, 0x0, 0xc21019c000, 0x7fdfa002eb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100ccba0, 0xc2100f0680, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7100, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7100) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1724 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b3b0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210064d10, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210064d10, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210064cb0, 0xc2102fe000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2101f5650, 0xc2102fe000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21015a028, 0xc2102fe000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2100bc580, 0xc2102fe000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100cc180) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100cc180, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100cc180, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210163cf0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf99c3cce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210163cf0, 0xc2102509c0, 0x0, 0xc2102ff000, 0x7fdf99c3cb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100cc180, 0xc2102509c0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21015a000, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21015a000) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1834 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9c178, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103d5d80, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103d5d80, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103d5d20, 0xc21022c000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210379af8, 0xc21022c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2100a0fa8, 0xc21022c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2101e7240, 0xc21022c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157540) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157540, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157540, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2102f2b10, 0x7fdfa3e86000, 0x740320, 0x7fdf99c3ace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2102f2b10, 0xc210364c30, 0x0, 0xc21022d000, 0x7fdf99c3ab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157540, 0xc210364c30, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2100a0f80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2100a0f80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1818 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e8ffc8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21011edf0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21011edf0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21011ed90, 0xc210122000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21009de48, 0xc210122000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2100a02a8, 0xc210122000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2100bc900, 0xc210122000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101873c0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101873c0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101873c0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2101518d0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf98cf2ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2101518d0, 0xc2102508f0, 0x0, 0xc210123000, 0x7fdf98cf2b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101873c0, 0xc2102508f0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2100a0280, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2100a0280) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1833 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9be30, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103eca70, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103eca70, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103eca10, 0xc2102bb000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21035ebb0, 0xc2102bb000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b7d28, 0xc2102bb000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210313a80, 0xc2102bb000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc21014b8a0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc21014b8a0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc21014b8a0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210310f00, 0x7fdfa3e86000, 0x740320, 0x7fdf98cbcce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210310f00, 0xc210364410, 0x0, 0xc2102bc000, 0x7fdf98cbcb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc21014b8a0, 0xc210364410, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7d00, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7d00) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1809 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90460, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210291fb0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210291fb0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210291f50, 0xc210255000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21033db30, 0xc210255000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21026b828, 0xc210255000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2102123e0, 0xc210255000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100ccc00) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100ccc00, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100ccc00, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2100b2b40, 0x7fdfa3e865e0, 0x740320, 0x7fdfa058cce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2100b2b40, 0xc2103649c0, 0x0, 0xc210256000, 0x7fdfa058cb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100ccc00, 0xc2103649c0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21026b800, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21026b800) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1805 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e90658, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc210103ca0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc210103ca0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210103c40, 0xc210191000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2100b6a00, 0xc210191000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b7ea8, 0xc210191000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210313ae0, 0xc210191000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210187360) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210187360, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210187360, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21015fa20, 0x7fdfa3e865e0, 0x740320, 0x7fdfa058ace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21015fa20, 0xc21012aea0, 0x0, 0xc210192000, 0x7fdfa058ab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210187360, 0xc21012aea0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7e80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7e80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1836 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bce0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103550d0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103550d0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210355070, 0xc2102b9000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21026a1b0, 0xc2102b9000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102db2a8, 0xc2102b9000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2102125e0, 0xc2102b9000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210268000) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210268000, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210268000, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103b68a0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf98cf0ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103b68a0, 0xc2103db680, 0x0, 0xc2101f9000, 0x7fdf98cf0b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210268000, 0xc2103db680, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102db280, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102db280) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1814 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bb90, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc21027ff40, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc21027ff40, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc21027fee0, 0xc2101cb000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2100fb818, 0xc2101cb000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc21015a3a8, 0xc2101cb000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc2103c33e0, 0xc2101cb000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2100ccea0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2100ccea0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2100ccea0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210266f60, 0x7fdfa3e871a0, 0x740320, 0x7fdf98cdace8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210266f60, 0xc2102111a0, 0x0, 0xc21014c000, 0x7fdf98cdab6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2100ccea0, 0xc2102111a0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc21015a380, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc21015a380) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1841 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3ea2258, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103be990, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103be990, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103be930, 0xc2101c3000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc2102b8418, 0xc2101c3000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2103ba2a8, 0xc2101c3000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21035bfc0, 0xc2101c3000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210187660) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210187660, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210187660, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2100fa780, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa0106ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2100fa780, 0xc2101384e0, 0x0, 0xc2101c4000, 0x7fdfa0106b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210187660, 0xc2101384e0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2103ba280, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2103ba280) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1815 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9bae8, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2103c1ca0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2103c1ca0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2103c1c40, 0xc210240000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210154588, 0xc210240000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2101e33a8, 0xc210240000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210299360, 0xc210240000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157360) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157360, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157360, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103301e0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf98ceece8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103301e0, 0xc210250340, 0x0, 0xc210241000, 0x7fdf98ceeb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157360, 0xc210250340, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2101e3380, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2101e3380) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1830 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9c220, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2102f83e0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2102f83e0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc2102f8380, 0xc21018f000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21035e220, 0xc21018f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102b76a8, 0xc21018f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21036cc20, 0xc21018f000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157f00) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157f00, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157f00, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc2103e6270, 0x7fdfa3e86bc0, 0x740320, 0x7fdf98cecce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc2103e6270, 0xc21037ddd0, 0x0, 0xc21018b000, 0x7fdf98cecb6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157f00, 0xc21037ddd0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102b7680, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102b7680) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1816 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e8fdd0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2100830d0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2100830d0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210083070, 0xc21011c000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc210154b00, 0xc21011c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2101e37a8, 0xc21011c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc210299ae0, 0xc21011c000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc210157060) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc210157060, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc210157060, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc210330fc0, 0x7fdfa3e86bc0, 0x740320, 0x7fdf98cd8ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc210330fc0, 0xc2102504e0, 0x0, 0xc21011d000, 0x7fdf98cd8b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc210157060, 0xc2102504e0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2101e3780, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2101e3780) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
goroutine 1840 [IO wait]: | |
net.runtime_pollWait(0x7fdfa3e9b7a0, 0x72, 0x0) | |
/tmp/bindist375750859/go/src/pkg/runtime/netpoll.goc:116 +0x6a | |
net.(*pollDesc).Wait(0xc2101475a0, 0x72, 0x7fdfa3e8f2b0, 0xb) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:81 +0x34 | |
net.(*pollDesc).WaitRead(0xc2101475a0, 0xb, 0x7fdfa3e8f2b0) | |
/home/vagrant/bin/go/src/pkg/net/fd_poll_runtime.go:86 +0x30 | |
net.(*netFD).Read(0xc210147540, 0xc2102cc000, 0x1000, 0x1000, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/net/fd_unix.go:204 +0x2a0 | |
net.(*conn).Read(0xc21026aeb0, 0xc2102cc000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/net.go:122 +0xc5 | |
net/http.(*liveSwitchReader).Read(0xc2102dbea8, 0xc2102cc000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:204 +0xa5 | |
io.(*LimitedReader).Read(0xc21035b7a0, 0xc2102cc000, 0x1000, 0x1000, 0xed1832, ...) | |
/home/vagrant/bin/go/src/pkg/io/io.go:398 +0xbb | |
bufio.(*Reader).fill(0xc2101877e0) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:91 +0x110 | |
bufio.(*Reader).ReadSlice(0xc2101877e0, 0x83320a, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:274 +0x204 | |
bufio.(*Reader).ReadLine(0xc2101877e0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/vagrant/bin/go/src/pkg/bufio/bufio.go:305 +0x63 | |
net/textproto.(*Reader).readLineSlice(0xc21022f8a0, 0x7fdfa3e86bc0, 0x740320, 0x7fdfa0104ce8, 0x465dc2, ...) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:55 +0x61 | |
net/textproto.(*Reader).ReadLine(0xc21022f8a0, 0xc2101381a0, 0x0, 0xc210177000, 0x7fdfa0104b6f) | |
/home/vagrant/bin/go/src/pkg/net/textproto/reader.go:36 +0x27 | |
net/http.ReadRequest(0xc2101877e0, 0xc2101381a0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/request.go:526 +0x88 | |
net/http.(*conn).readRequest(0xc2102dbe80, 0x0, 0x0, 0x0) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:575 +0x1bb | |
net/http.(*conn).serve(0xc2102dbe80) | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1123 +0x3b4 | |
created by net/http.(*Server).Serve | |
/home/vagrant/bin/go/src/pkg/net/http/server.go:1644 +0x28b | |
rax 0x0 | |
rbx 0x0 | |
rcx 0x7fffb8b25240 | |
rdx 0xffffffffffd37730 | |
rdi 0x0 | |
rsi 0x38 | |
rbp 0x7fffb8b25240 | |
rsp 0x7fffb8b25120 | |
r8 0x7fffb8b26750 | |
r9 0x2adfe90 | |
r10 0x1 | |
r11 0x0 | |
r12 0x7fffb8b264c6 | |
r13 0x7fffb8b264c0 | |
r14 0x7fffb8b25ea0 | |
r15 0x1818 | |
rip 0x412f84 | |
rflags 0x10206 | |
cs 0xe033 | |
fs 0x0 | |
gs 0x0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment