Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AudriusButkevicius/ceb867f538c90843ac5257df44d9e71b to your computer and use it in GitHub Desktop.
Save AudriusButkevicius/ceb867f538c90843ac5257df44d9e71b to your computer and use it in GitHub Desktop.
goroutine 646 [running]:
runtime/pprof.writeGoroutineStacks(0xe19090, 0xc0820340d0, 0x0, 0x0)
C:/Go/src/runtime/pprof/pprof.go:516 +0x8b
runtime/pprof.writeGoroutine(0xe19090, 0xc0820340d0, 0x2, 0x0, 0x0)
C:/Go/src/runtime/pprof/pprof.go:505 +0x4d
runtime/pprof.(*Profile).WriteTo(0xbc4f80, 0xe19090, 0xc0820340d0, 0x2, 0x0, 0x0)
C:/Go/src/runtime/pprof/pprof.go:236 +0xdb
net/http/pprof.handler.ServeHTTP(0xc08204b3f1, 0x9, 0xe19008, 0xc0820340d0, 0xc0820fc1c0)
C:/Go/src/net/http/pprof/pprof.go:210 +0x385
net/http/pprof.Index(0xe19008, 0xc0820340d0, 0xc0820fc1c0)
C:/Go/src/net/http/pprof/pprof.go:222 +0x207
net/http.HandlerFunc.ServeHTTP(0xa17e78, 0xe19008, 0xc0820340d0, 0xc0820fc1c0)
C:/Go/src/net/http/server.go:1618 +0x41
net/http.(*ServeMux).ServeHTTP(0xc08204a8a0, 0xe19008, 0xc0820340d0, 0xc0820fc1c0)
C:/Go/src/net/http/server.go:1910 +0x184
net/http.serverHandler.ServeHTTP(0xc0821a6000, 0xe19008, 0xc0820340d0, 0xc0820fc1c0)
C:/Go/src/net/http/server.go:2081 +0x1a5
net/http.(*conn).serve(0xc0821a6100)
C:/Go/src/net/http/server.go:1472 +0xf35
created by net/http.(*Server).Serve
C:/Go/src/net/http/server.go:2137 +0x455
goroutine 1 [chan receive, 2 minutes]:
testing.(*B).run(0xc0821e6800, 0x0, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/testing/benchmark.go:191 +0x82
testing.RunBenchmarks(0xa17ac8, 0xbc8e60, 0x4, 0x4)
C:/Go/src/testing/benchmark.go:343 +0x773
testing.(*M).Run(0xc08229bef8, 0x49fad2)
C:/Go/src/testing/testing.go:524 +0x1d0
main.main()
github.com/syncthing/syncthing/lib/protocol/_test/_testmain.go:112 +0x11e
goroutine 7 [IO wait, 2 minutes]:
net.runtime_pollWait(0x2930fd8, 0x72, 0xc082472840)
C:/Go/src/runtime/netpoll.go:160 +0x67
net.(*pollDesc).Wait(0xc0821bc170, 0x72, 0x0, 0x0)
C:/Go/src/net/fd_poll_runtime.go:73 +0x41
net.(*ioSrv).ExecIO(0xc0821ba000, 0xc0821bc060, 0x9401c0, 0x8, 0xc08246b340, 0xc082621800, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:183 +0x177
net.(*netFD).acceptOne(0xc0821bc000, 0xc0821dc1c0, 0x2, 0x2, 0xc0821bc060, 0x98000004, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:583 +0x26c
net.(*netFD).accept(0xc0821bc000, 0x0, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:613 +0x173
net.(*TCPListener).AcceptTCP(0xc0821ba010, 0x454000, 0x0, 0x0)
C:/Go/src/net/tcpsock_posix.go:254 +0x54
net/http.tcpKeepAliveListener.Accept(0xc0821ba010, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/http/server.go:2427 +0x48
net/http.(*Server).Serve(0xc0821a6000, 0x2931098, 0xc0821ba010, 0x0, 0x0)
C:/Go/src/net/http/server.go:2117 +0x130
net/http.(*Server).ListenAndServe(0xc0821a6000, 0x0, 0x0)
C:/Go/src/net/http/server.go:2098 +0x13d
net/http.ListenAndServe(0x93ff60, 0xe, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/http/server.go:2195 +0x9f
github.com/syncthing/syncthing/lib/protocol.init.2.func1()
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/benchmark_test.go:23 +0x121
created by github.com/syncthing/syncthing/lib/protocol.init.2
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/benchmark_test.go:27 +0x32
goroutine 108 [chan receive, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Request(0xc08235c000, 0x939798, 0x6, 0x9395f8, 0x4, 0x16, 0x20000, 0x0, 0x0, 0x0, ...)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:287 +0x424
github.com/syncthing/syncthing/lib/protocol.wireFormatConnection.Request(0xe05038, 0xc08235c000, 0x939798, 0x6, 0x9395f8, 0x4, 0x16, 0x20000, 0x0, 0x0, ...)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/wireformat.go:39 +0x156
github.com/syncthing/syncthing/lib/protocol.(*wireFormatConnection).Request(0xc08223e260, 0x939798, 0x6, 0x9395f8, 0x4, 0x16, 0x20000, 0x0, 0x0, 0x0, ...)
<autogenerated>:124 +0x15d
github.com/syncthing/syncthing/lib/protocol.benchmarkRequestsConnPair(0xc0821e6800, 0x2b13040, 0xc0820fe960, 0x2b13220, 0xc082196450)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/benchmark_test.go:126 +0x4e4
github.com/syncthing/syncthing/lib/protocol.BenchmarkRequestsRawUTP(0xc0821e6800)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/benchmark_test.go:61 +0x1d3
testing.(*B).runN(0xc0821e6800, 0x32)
C:/Go/src/testing/benchmark.go:135 +0xa1
testing.(*B).launch(0xc0821e6800)
C:/Go/src/testing/benchmark.go:227 +0x138
created by testing.(*B).run
C:/Go/src/testing/benchmark.go:190 +0x5b
goroutine 35 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc0820b6100)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b60f0)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).read(0xc0820b60c0, 0xc082476270, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:52 +0x2d9
io.(*PipeReader).Read(0xc082026200, 0xc082476270, 0x8, 0x8, 0xdc0490, 0x0, 0x0)
C:/Go/src/io/pipe.go:134 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0xc082202960, 0xc082476270, 0x8, 0x8, 0x7d64e0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x84
io.ReadAtLeast(0x2b10000, 0xc082202960, 0xc082476270, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/io.go:297 +0xed
io.ReadFull(0x2b10000, 0xc082202960, 0xc082476270, 0x8, 0x8, 0x8, 0x0, 0x0)
C:/Go/src/io/io.go:315 +0x69
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0xc08221c000, 0x0, 0x0, 0x0, 0xe3b7d28cbb2ede00, 0x0, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:408 +0x1a8
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0xc08221c000, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:342 +0x146
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:200 +0x40
goroutine 36 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0xc08221c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:637 +0x1122
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:201 +0x62
goroutine 37 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0xc08221c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:758 +0x55f
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:202 +0x84
goroutine 38 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0xc08221c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:782 +0x586
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:203 +0xa6
goroutine 39 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).idGenerator(0xc08221c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:741 +0x113
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:204 +0xc8
goroutine 40 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc0820b61c0)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b61b0)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).read(0xc0820b6180, 0xc082200288, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:52 +0x2d9
io.(*PipeReader).Read(0xc082026210, 0xc082200288, 0x8, 0x8, 0xdc0000, 0x0, 0x0)
C:/Go/src/io/pipe.go:134 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0xc0822029a0, 0xc082200288, 0x8, 0x8, 0x7d64e0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x84
io.ReadAtLeast(0x2b10000, 0xc0822029a0, 0xc082200288, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/io.go:297 +0xed
io.ReadFull(0x2b10000, 0xc0822029a0, 0xc082200288, 0x8, 0x8, 0x8, 0x0, 0x0)
C:/Go/src/io/io.go:315 +0x69
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0xc082228000, 0x0, 0x0, 0x0, 0x10438c6a55d5b00, 0x0, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:408 +0x1a8
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0xc082228000, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:342 +0x146
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:200 +0x40
goroutine 41 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0xc082228000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:637 +0x1122
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:201 +0x62
goroutine 42 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0xc082228000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:758 +0x55f
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:202 +0x84
goroutine 43 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0xc082228000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:782 +0x586
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:203 +0xa6
goroutine 44 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).idGenerator(0xc082228000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:741 +0x113
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:204 +0xc8
goroutine 47 [semacquire, 2 minutes]:
sync.runtime_Syncsemacquire(0xc0820b6280)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b6270)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).read(0xc0820b6240, 0xc082201018, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:52 +0x2d9
io.(*PipeReader).Read(0xc082026220, 0xc082201018, 0x8, 0x8, 0xdc0000, 0x0, 0x0)
C:/Go/src/io/pipe.go:134 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0xc082202be0, 0xc082201018, 0x8, 0x8, 0x7d64e0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x84
io.ReadAtLeast(0x2b10000, 0xc082202be0, 0xc082201018, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/io.go:297 +0xed
io.ReadFull(0x2b10000, 0xc082202be0, 0xc082201018, 0x8, 0x8, 0x8, 0x0, 0x0)
C:/Go/src/io/io.go:315 +0x69
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0xc08220c000, 0x0, 0x0, 0x0, 0xe3b7d28cbb2ede00, 0x0, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:408 +0x1a8
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0xc08220c000, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:342 +0x146
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:200 +0x40
goroutine 48 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc0820b6378)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b6368)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).write(0xc0820b6300, 0xc082201030, 0x8, 0x10, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:94 +0x241
io.(*PipeWriter).Write(0xc082026238, 0xc082201030, 0x8, 0x10, 0x411539, 0x0, 0x0)
C:/Go/src/io/pipe.go:161 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingWriter).Write(0xc082202c00, 0xc082201030, 0x8, 0x10, 0x1, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:45 +0x84
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0xc08220c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:706 +0x8a6
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:201 +0x62
goroutine 49 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).send(0xc08220c000, 0x3, 0x4, 0x0, 0x0, 0x0, 0xc082058090)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:622 +0x25b
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).ping(0xc08220c000, 0xc082196000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:326 +0xe5
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0xc08220c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:767 +0x4be
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:202 +0x84
goroutine 50 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0xc08220c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:782 +0x586
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:203 +0xa6
goroutine 51 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).idGenerator(0xc08220c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:741 +0x113
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:204 +0xc8
goroutine 64 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).send(0xc08224e000, 0x3, 0x4, 0x0, 0x0, 0x0, 0xc082058090)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:622 +0x25b
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).ping(0xc08224e000, 0xc082196090)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:326 +0xe5
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0xc08224e000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:767 +0x4be
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:202 +0x84
goroutine 62 [semacquire, 2 minutes]:
sync.runtime_Syncsemacquire(0xc0820b6400)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b63f0)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).read(0xc0820b63c0, 0xc082201190, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:52 +0x2d9
io.(*PipeReader).Read(0xc082026240, 0xc082201190, 0x8, 0x8, 0xdc0000, 0x0, 0x0)
C:/Go/src/io/pipe.go:134 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0xc082202ee0, 0xc082201190, 0x8, 0x8, 0x7d64e0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x84
io.ReadAtLeast(0x2b10000, 0xc082202ee0, 0xc082201190, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/io.go:297 +0xed
io.ReadFull(0x2b10000, 0xc082202ee0, 0xc082201190, 0x8, 0x8, 0x8, 0x0, 0x0)
C:/Go/src/io/io.go:315 +0x69
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0xc08224e000, 0x0, 0x0, 0x0, 0xe3b7d28cbb2ede00, 0x0, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:408 +0x1a8
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0xc08224e000, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:342 +0x146
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:200 +0x40
goroutine 63 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc0820b64f8)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b64e8)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).write(0xc0820b6480, 0xc0822011a0, 0x8, 0x10, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:94 +0x241
io.(*PipeWriter).Write(0xc082026258, 0xc0822011a0, 0x8, 0x10, 0x411539, 0x0, 0x0)
C:/Go/src/io/pipe.go:161 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingWriter).Write(0xc082202f00, 0xc0822011a0, 0x8, 0x10, 0x1, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:45 +0x84
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0xc08224e000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:706 +0x8a6
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:201 +0x62
goroutine 65 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0xc08224e000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:782 +0x586
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:203 +0xa6
goroutine 66 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).idGenerator(0xc08224e000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:741 +0x113
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:204 +0xc8
goroutine 109 [IO wait, 2 minutes]:
net.runtime_pollWait(0x2930e58, 0x72, 0xc082476f20)
C:/Go/src/runtime/netpoll.go:160 +0x67
net.(*pollDesc).Wait(0xc082232470, 0x72, 0x0, 0x0)
C:/Go/src/net/fd_poll_runtime.go:73 +0x41
net.(*ioSrv).ExecIO(0xc0821ba000, 0xc082232360, 0x944c10, 0xb, 0xa17b38, 0x0, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:183 +0x177
net.(*netFD).readFrom(0xc082232300, 0xc082470000, 0x2000, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:509 +0x1ee
net.(*UDPConn).ReadFromUDP(0xc0821ba018, 0xc082470000, 0x2000, 0x2000, 0x0, 0x1, 0x0, 0x0)
C:/Go/src/net/udpsock_posix.go:61 +0x11e
net.(*UDPConn).ReadFrom(0xc0821ba018, 0xc082470000, 0x2000, 0x2000, 0x293b8e8, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/udpsock_posix.go:79 +0x11d
github.com/syncthing/syncthing/vendor/github.com/syncthing/utp.(*Socket).reader(0xc0821ca000)
C:/Go/bin/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/utp/socket.go:137 +0x12c
created by github.com/syncthing/syncthing/vendor/github.com/syncthing/utp.NewSocketFromPacketConn
C:/Go/bin/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/utp/socket.go:81 +0x18e
goroutine 82 [semacquire, 2 minutes]:
sync.runtime_Syncsemacquire(0xc0820b6640)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b6630)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).read(0xc0820b6600, 0xc082201468, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:52 +0x2d9
io.(*PipeReader).Read(0xc082026280, 0xc082201468, 0x8, 0x8, 0xdc0000, 0x0, 0x0)
C:/Go/src/io/pipe.go:134 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0xc082203440, 0xc082201468, 0x8, 0x8, 0x7d64e0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x84
io.ReadAtLeast(0x2b10000, 0xc082203440, 0xc082201468, 0x8, 0x8, 0x8, 0x0, 0x0, 0x0)
C:/Go/src/io/io.go:297 +0xed
io.ReadFull(0x2b10000, 0xc082203440, 0xc082201468, 0x8, 0x8, 0x8, 0x0, 0x0)
C:/Go/src/io/io.go:315 +0x69
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0xc0822c2000, 0x0, 0x0, 0x0, 0x10438c6a55d5b00, 0x0, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:408 +0x1a8
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0xc0822c2000, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:342 +0x146
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:200 +0x40
goroutine 83 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc0820b65b8)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820b65a8)
C:/Go/src/sync/cond.go:63 +0xa2
io.(*pipe).write(0xc0820b6540, 0xc0822013e0, 0x8, 0x10, 0x0, 0x0, 0x0)
C:/Go/src/io/pipe.go:94 +0x241
io.(*PipeWriter).Write(0xc082026278, 0xc0822013e0, 0x8, 0x10, 0x411539, 0x0, 0x0)
C:/Go/src/io/pipe.go:161 +0x57
github.com/syncthing/syncthing/lib/protocol.(*countingWriter).Write(0xc082203460, 0xc0822013e0, 0x8, 0x10, 0x1, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:45 +0x84
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0xc0822c2000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:706 +0x8a6
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:201 +0x62
goroutine 84 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).send(0xc0822c2000, 0x4, 0x4, 0x0, 0x0, 0x0, 0xc082058090)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:622 +0x25b
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).ping(0xc0822c2000, 0xc08204a660)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:326 +0xe5
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0xc0822c2000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:767 +0x4be
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:202 +0x84
goroutine 85 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0xc0822c2000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:782 +0x586
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:203 +0xa6
goroutine 86 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).idGenerator(0xc0822c2000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:741 +0x113
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:204 +0xc8
goroutine 280 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).idGenerator(0xc08235c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:741 +0x113
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:204 +0xc8
goroutine 279 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0xc08235c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:782 +0x586
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:203 +0xa6
goroutine 278 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0xc08235c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:758 +0x55f
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:202 +0x84
goroutine 276 [semacquire, 1 minutes]:
sync.runtime_Syncsemacquire(0xc0820fe9b8)
C:/Go/src/runtime/sema.go:241 +0x20f
sync.(*Cond).Wait(0xc0820fe9a8)
C:/Go/src/sync/cond.go:63 +0xa2
github.com/syncthing/syncthing/vendor/github.com/syncthing/utp.(*Conn).Read(0xc0820fe960, 0xc08265e15a, 0xfeae, 0xfeae, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/utp/conn.go:555 +0x2d7
github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0xc082464100, 0xc08265e15a, 0xfeae, 0xfeae, 0x4ae, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x84
io.ReadAtLeast(0x2b10000, 0xc082464100, 0xc08264e000, 0x20008, 0x20008, 0x20008, 0x1015a, 0x0, 0x0)
C:/Go/src/io/io.go:297 +0xed
io.ReadFull(0x2b10000, 0xc082464100, 0xc08264e000, 0x20008, 0x20008, 0x20008, 0x0, 0x0)
C:/Go/src/io/io.go:315 +0x69
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0xc08235c000, 0x0, 0xd, 0x3, 0xc082200100, 0x0, 0x0, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:443 +0x8e5
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0xc08235c000, 0x0, 0x0)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:342 +0x146
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:200 +0x40
goroutine 224 [IO wait, 1 minutes]:
net.runtime_pollWait(0x2930d98, 0x72, 0xc0823cca50)
C:/Go/src/runtime/netpoll.go:160 +0x67
net.(*pollDesc).Wait(0xc08236daf0, 0x72, 0x0, 0x0)
C:/Go/src/net/fd_poll_runtime.go:73 +0x41
net.(*ioSrv).ExecIO(0xc0821ba000, 0xc08236d9e0, 0x944c10, 0xb, 0xa17b38, 0x0, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:183 +0x177
net.(*netFD).readFrom(0xc08236d980, 0xc08245c000, 0x2000, 0x2000, 0x0, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/fd_windows.go:509 +0x1ee
net.(*UDPConn).ReadFromUDP(0xc082336008, 0xc08245c000, 0x2000, 0x2000, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/udpsock_posix.go:61 +0x11e
net.(*UDPConn).ReadFrom(0xc082336008, 0xc08245c000, 0x2000, 0x2000, 0x293b8e8, 0x0, 0x0, 0x0, 0x0)
C:/Go/src/net/udpsock_posix.go:79 +0x11d
github.com/syncthing/syncthing/vendor/github.com/syncthing/utp.(*Socket).reader(0xc0821ca270)
C:/Go/bin/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/utp/socket.go:137 +0x12c
created by github.com/syncthing/syncthing/vendor/github.com/syncthing/utp.NewSocketFromPacketConn
C:/Go/bin/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/utp/socket.go:81 +0x18e
goroutine 277 [select, 1 minutes]:
github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0xc08235c000)
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:637 +0x1122
created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
C:/Go/bin/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:201 +0x62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment