Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.50 KB | None | 0 0
  1. panic: leveldb/table: corruption on data-block (pos=1875021): checksum mismatch, want=0xc26b0f39 got=0x20ec1276 [file=009700.ldb]
  2. goroutine 11484 [running]:
  3. github.com/syncthing/syncthing/internal/db.ldbGet(0xc0820ba000, 0xc085114a20, 0x6, 0x8, 0xc084154eb0, 0x20, 0x20, 0xc084e76500, 0x18, 0x20, ...)
  4. /go/src/github.com/syncthing/syncthing/internal/db/leveldb.go:642 +0x1ea
  5. github.com/syncthing/syncthing/internal/db.(*FileSet).Get(0xc082116980, 0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff, 0xc08bb37364, 0x18, 0x0, 0x0, 0x0, ...)
  6. /go/src/github.com/syncthing/syncthing/internal/db/set.go:182 +0x187
  7. github.com/syncthing/syncthing/internal/model.(*Model).CurrentFolderFile(0xc082076200, 0xc082009fc0, 0x6, 0xc08bb37364, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  8. /go/src/github.com/syncthing/syncthing/internal/model/model.go:799 +0x19c
  9. github.com/syncthing/syncthing/internal/model.cFiler.CurrentFile(0xc082076200, 0xc082009fc0, 0x6, 0xc08bb37364, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  10. /go/src/github.com/syncthing/syncthing/internal/model/model.go:821 +0x77
  11. github.com/syncthing/syncthing/internal/model.(*cFiler).CurrentFile(0xc090b5bb80, 0xc08bb37364, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  12. <autogenerated>:61 +0xe2
  13. github.com/syncthing/syncthing/internal/scanner.funcװ04(0xc08bb37350, 0x2c, 0x282968, 0xc08830b500, 0x0, 0x0, 0x0, 0x0)
  14. /go/src/github.com/syncthing/syncthing/internal/scanner/walk.go:289 +0x1db5
  15. path/filepath.walk(0xc08bb37350, 0x2c, 0x282968, 0xc08830b500, 0xc090b5bc80, 0x0, 0x0)
  16. c:/go/src/path/filepath/path.go:347 +0x98
  17. path/filepath.walk(0xc090b5bb60, 0x13, 0x282968, 0xc0824fec60, 0xc090b5bc80, 0x0, 0x0)
  18. c:/go/src/path/filepath/path.go:372 +0x524
  19. path/filepath.Walk(0xc090b5bb60, 0x13, 0xc090b5bc80, 0x0, 0x0)
  20. c:/go/src/path/filepath/path.go:394 +0xf9
  21. github.com/syncthing/syncthing/internal/scanner.funcװ03()
  22. /go/src/github.com/syncthing/syncthing/internal/scanner/walk.go:104 +0x8c
  23. created by github.com/syncthing/syncthing/internal/scanner.(*Walker).Walk
  24. /go/src/github.com/syncthing/syncthing/internal/scanner/walk.go:111 +0x466
  25. goroutine 1 [chan receive, 1306 minutes]:
  26. main.syncthingMain()
  27. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:661 +0x3006
  28. main.main()
  29. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:372 +0x22e4
  30. goroutine 5 [syscall, 1306 minutes]:
  31. os/signal.loop()
  32. c:/go/src/os/signal/signal_unix.go:21 +0x26
  33. created by os/signal.initױ
  34. c:/go/src/os/signal/signal_unix.go:27 +0x3c
  35. goroutine 7 [chan receive]:
  36. main.trackCPUUsage()
  37. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_windows.go:37 +0x496
  38. created by main.initײ
  39. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_windows.go:17 +0x2c
  40. goroutine 8 [select, 1306 minutes]:
  41. github.com/thejerf/suture.(*Supervisor).Serve(0xc082088000)
  42. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:411 +0xf6b
  43. created by github.com/thejerf/suture.(*Supervisor).ServeBackground
  44. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:373 +0x39
  45. goroutine 10 [chan receive, 1306 minutes]:
  46. github.com/syncthing/syncthing/internal/config.(*Wrapper).Serve(0xc08205a200)
  47. /go/src/github.com/syncthing/syncthing/internal/config/wrapper.go:84 +0x7c
  48. created by github.com/syncthing/syncthing/internal/config.Wrap
  49. /go/src/github.com/syncthing/syncthing/internal/config/wrapper.go:59 +0x294
  50. goroutine 11 [select]:
  51. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0820ac2a0)
  52. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x225
  53. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  54. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x253
  55. goroutine 12 [select, 388 minutes]:
  56. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc0820ba000)
  57. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x493
  58. created by github.com/syndtr/goleveldb/leveldb.openDB
  59. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x850
  60. goroutine 13 [select]:
  61. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc0820ba000)
  62. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:73 +0x151
  63. created by github.com/syndtr/goleveldb/leveldb.openDB
  64. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x86a
  65. goroutine 14 [select, 388 minutes]:
  66. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc0820ba000)
  67. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x85f
  68. created by github.com/syndtr/goleveldb/leveldb.openDB
  69. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8ae
  70. goroutine 15 [select, 388 minutes]:
  71. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc0820ba000)
  72. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x28a
  73. created by github.com/syndtr/goleveldb/leveldb.openDB
  74. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c8
  75. goroutine 16 [select, 388 minutes]:
  76. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc0820ba000)
  77. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x19e
  78. created by github.com/syndtr/goleveldb/leveldb.openDB
  79. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8e2
  80. goroutine 17 [select, 1306 minutes]:
  81. github.com/syncthing/syncthing/internal/model.(*ProgressEmitter).Serve(0xc082116400)
  82. /go/src/github.com/syncthing/syncthing/internal/model/progressemitter.go:49 +0x8f9
  83. created by github.com/syncthing/syncthing/internal/model.NewModel
  84. /go/src/github.com/syncthing/syncthing/internal/model/model.go:122 +0x943
  85. goroutine 18 [select]:
  86. github.com/syncthing/syncthing/internal/events.(*Subscription).Poll(0xc08210e2e0, 0xdf8475800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  87. /go/src/github.com/syncthing/syncthing/internal/events/events.go:178 +0x35d
  88. github.com/syncthing/syncthing/internal/events.(*BufferedSubscription).pollingLoop(0xc08200c6e0)
  89. /go/src/github.com/syncthing/syncthing/internal/events/events.go:215 +0x4f
  90. created by github.com/syncthing/syncthing/internal/events.NewBufferedSubscription
  91. /go/src/github.com/syncthing/syncthing/internal/events/events.go:209 +0x299
  92. goroutine 19 [select, 1306 minutes]:
  93. github.com/thejerf/suture.(*Supervisor).Serve(0xc082148000)
  94. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:411 +0xf6b
  95. main.(*folderSummarySvc).Serve(0xc082116940)
  96. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:42 +0x333
  97. created by main.startGUI
  98. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:192 +0x198e
  99. goroutine 20 [IO wait]:
  100. net.(*pollDesc).Wait(0xc08236a170, 0x72, 0x0, 0x0)
  101. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  102. net.(*ioSrv).ExecIO(0xc082044090, 0xc08236a060, 0xa6bc90, 0x8, 0xc0860a0060, 0xc085020300, 0x0, 0x0)
  103. c:/go/src/net/fd_windows.go:188 +0x305
  104. net.(*netFD).acceptOne(0xc08236a000, 0xc082a38000, 0x2, 0x2, 0xc08236a060, 0xc0860a0040, 0x0, 0x0)
  105. c:/go/src/net/fd_windows.go:558 +0x547
  106. net.(*netFD).accept(0xc08236a000, 0x0, 0x0, 0x0)
  107. c:/go/src/net/fd_windows.go:585 +0x17a
  108. net.(*TCPListener).AcceptTCP(0xc082044108, 0x270960, 0x0, 0x0)
  109. c:/go/src/net/tcpsock_posix.go:234 +0x55
  110. net.(*TCPListener).Accept(0xc082044108, 0x0, 0x0, 0x0, 0x0)
  111. c:/go/src/net/tcpsock_posix.go:244 +0x53
  112. main.(*DowngradingListener).Accept(0xc08252ca20, 0x0, 0x0, 0x0, 0x0)
  113. /go/src/github.com/syncthing/syncthing/cmd/syncthing/tls.go:99 +0x8c
  114. net/http.(*Server).Serve(0xc08252aa20, 0x29ab98, 0xc08252ca20, 0x0, 0x0)
  115. c:/go/src/net/http/server.go:1728 +0x99
  116. main.funcװ02()
  117. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:195 +0x6b
  118. created by main.startGUI
  119. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:199 +0x1a23
  120. goroutine 33 [select]:
  121. main.(*folderSummarySvc).listenForUpdates(0xc082116940)
  122. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:62 +0x5cd
  123. main.*folderSummarySvc.(main.listenForUpdates)ئm()
  124. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:33 +0x2e
  125. main.serviceFunc.Serve(0xc082008410)
  126. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:194 +0x27
  127. github.com/thejerf/suture.funcװ07()
  128. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  129. created by github.com/thejerf/suture.(*Supervisor).runService
  130. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  131. goroutine 34 [select]:
  132. main.(*folderSummarySvc).calculateSummaries(0xc082116940)
  133. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:110 +0x2eb
  134. main.*folderSummarySvc.(main.calculateSummaries)ئm()
  135. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:34 +0x2e
  136. main.serviceFunc.Serve(0xc082008be0)
  137. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:194 +0x27
  138. github.com/thejerf/suture.funcװ07()
  139. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  140. created by github.com/thejerf/suture.(*Supervisor).runService
  141. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  142. goroutine 21 [select, 44 minutes]:
  143. github.com/syncthing/syncthing/internal/ignore.(*Matcher).clean(0xc0820a2190, 0x68c61714000)
  144. /go/src/github.com/syncthing/syncthing/internal/ignore/ignore.go:154 +0x1d0
  145. created by github.com/syncthing/syncthing/internal/ignore.New
  146. /go/src/github.com/syncthing/syncthing/internal/ignore/ignore.go:54 +0x177
  147. goroutine 25 [semacquire]:
  148. sync.(*Cond).Wait(0xc082116480)
  149. c:/go/src/sync/cond.go:62 +0xa5
  150. github.com/syncthing/syncthing/internal/events.(*BufferedSubscription).Since(0xc08200c6e0, 0x19ab, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  151. /go/src/github.com/syncthing/syncthing/internal/events/events.go:240 +0x111
  152. main.restGetEvents(0x29bb28, 0xc087e720a0, 0xc086b27860)
  153. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:682 +0x2a8
  154. net/http.HandlerFunc.ServeHTTP(0xb947a0, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  155. c:/go/src/net/http/server.go:1265 +0x48
  156. net/http.(*ServeMux).ServeHTTP(0xc08210bda0, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  157. c:/go/src/net/http/server.go:1541 +0x184
  158. main.funcװ03(0x29bb28, 0xc087e720a0, 0xc086b27860)
  159. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:207 +0xd3
  160. net/http.HandlerFunc.ServeHTTP(0xc08252cc60, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  161. c:/go/src/net/http/server.go:1265 +0x48
  162. main.funcװ06(0x29bb28, 0xc087e720a0, 0xc086b27860)
  163. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:260 +0xb3
  164. net/http.HandlerFunc.ServeHTTP(0xc0820e6a90, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  165. c:/go/src/net/http/server.go:1265 +0x48
  166. net/http.(*ServeMux).ServeHTTP(0xc08210be60, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  167. c:/go/src/net/http/server.go:1541 +0x184
  168. main.funcװ12(0x29bb28, 0xc087e720a0, 0xc086b27860)
  169. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_csrf.go:32 +0x122
  170. net/http.HandlerFunc.ServeHTTP(0xc08252cd60, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  171. c:/go/src/net/http/server.go:1265 +0x48
  172. main.funcװ07(0x29bb28, 0xc087e720a0, 0xc086b27860)
  173. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:267 +0xb5
  174. net/http.HandlerFunc.ServeHTTP(0xc0820e6b30, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  175. c:/go/src/net/http/server.go:1265 +0x48
  176. main.funcװ05(0x29bb28, 0xc087e720a0, 0xc086b27860)
  177. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:252 +0x17d
  178. net/http.HandlerFunc.ServeHTTP(0xc0820e6b50, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  179. c:/go/src/net/http/server.go:1265 +0x48
  180. net/http.serverHandler.ServeHTTP(0xc08252aa20, 0x29bb28, 0xc087e720a0, 0xc086b27860)
  181. c:/go/src/net/http/server.go:1703 +0x1a1
  182. net/http.(*conn).serve(0xc0825775e0)
  183. c:/go/src/net/http/server.go:1204 +0xb5e
  184. created by net/http.(*Server).Serve
  185. c:/go/src/net/http/server.go:1751 +0x365
  186. goroutine 101 [select, 1306 minutes]:
  187. github.com/thejerf/suture.(*Supervisor).Serve(0xc082148180)
  188. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:411 +0xf6b
  189. github.com/thejerf/suture.funcװ07()
  190. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  191. created by github.com/thejerf/suture.(*Supervisor).runService
  192. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  193. goroutine 61 [select, 20 minutes]:
  194. github.com/syncthing/syncthing/internal/discover.(*UDPClient).broadcast(0xc082520930, 0xc082314080, 0x38, 0x80)
  195. /go/src/github.com/syncthing/syncthing/internal/discover/client_udp.go:118 +0xd8e
  196. created by github.com/syncthing/syncthing/internal/discover.(*UDPClient).Start
  197. /go/src/github.com/syncthing/syncthing/internal/discover/client_udp.go:82 +0x462
  198. goroutine 116 [chan receive]:
  199. github.com/syncthing/syncthing/internal/beacon.(*Broadcast).Recv(0xc08252ce20, 0x0, 0x0, 0x0, 0x0, 0x0)
  200. /go/src/github.com/syncthing/syncthing/internal/beacon/broadcast.go:41 +0x8e
  201. github.com/syncthing/syncthing/internal/discover.(*Discoverer).recvAnnouncements(0xc082342380, 0x29cc70, 0xc08252ce20)
  202. /go/src/github.com/syncthing/syncthing/internal/discover/discover.go:336 +0x55
  203. created by github.com/syncthing/syncthing/internal/discover.(*Discoverer).startLocalIPv4Broadcasts
  204. /go/src/github.com/syncthing/syncthing/internal/discover/discover.go:98 +0x456
  205. goroutine 115 [chan receive]:
  206. github.com/syncthing/syncthing/internal/beacon.(*Broadcast).writer(0xc08252ce20)
  207. /go/src/github.com/syncthing/syncthing/internal/beacon/broadcast.go:46 +0x8e
  208. created by github.com/syncthing/syncthing/internal/beacon.NewBroadcast
  209. /go/src/github.com/syncthing/syncthing/internal/beacon/broadcast.go:31 +0x1e3
  210. goroutine 114 [IO wait]:
  211. net.(*pollDesc).Wait(0xc0820a8bf0, 0x72, 0x0, 0x0)
  212. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  213. net.(*ioSrv).ExecIO(0xc082044090, 0xc0820a8ae0, 0xa76b70, 0xb, 0xb949a8, 0x38, 0x0, 0x0)
  214. c:/go/src/net/fd_windows.go:188 +0x305
  215. net.(*netFD).readFrom(0xc0820a8a80, 0xc08258e000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0, 0x0)
  216. c:/go/src/net/fd_windows.go:496 +0x232
  217. net.(*UDPConn).ReadFromUDP(0xc0825280a0, 0xc08258e000, 0x10000, 0x10000, 0x38, 0x0, 0x0, 0x0)
  218. c:/go/src/net/udpsock_posix.go:67 +0x12b
  219. net.(*UDPConn).ReadFrom(0xc0825280a0, 0xc08258e000, 0x10000, 0x10000, 0x38, 0x0, 0x0, 0x0, 0x0)
  220. c:/go/src/net/udpsock_posix.go:82 +0x135
  221. github.com/syncthing/syncthing/internal/beacon.genericReader(0xc0825280a0, 0xc08252ade0)
  222. /go/src/github.com/syncthing/syncthing/internal/beacon/beacon.go:24 +0xad
  223. created by github.com/syncthing/syncthing/internal/beacon.NewBroadcast
  224. /go/src/github.com/syncthing/syncthing/internal/beacon/broadcast.go:30 +0x1c9
  225. goroutine 117 [select]:
  226. github.com/syncthing/syncthing/internal/discover.(*Discoverer).sendLocalAnnouncements(0xc082342380)
  227. /go/src/github.com/syncthing/syncthing/internal/discover/discover.go:327 +0x2f0
  228. created by github.com/syncthing/syncthing/internal/discover.(*Discoverer).StartLocal
  229. /go/src/github.com/syncthing/syncthing/internal/discover/discover.go:84 +0x26f
  230. goroutine 120 [select, 14 minutes]:
  231. github.com/syncthing/syncthing/internal/discover.(*UDPClient).broadcast(0xc082476620, 0xc08257e500, 0x38, 0x80)
  232. /go/src/github.com/syncthing/syncthing/internal/discover/client_udp.go:118 +0xd8e
  233. created by github.com/syncthing/syncthing/internal/discover.(*UDPClient).Start
  234. /go/src/github.com/syncthing/syncthing/internal/discover/client_udp.go:82 +0x462
  235. goroutine 102 [sleep]:
  236. main.(*connectionSvc).connect(0xc08200ce10)
  237. /go/src/github.com/syncthing/syncthing/cmd/syncthing/connections.go:316 +0x18b
  238. main.*connectionSvc.(main.connect)ئm()
  239. /go/src/github.com/syncthing/syncthing/cmd/syncthing/connections.go:80 +0x2e
  240. main.serviceFunc.Serve(0xc0820e7de0)
  241. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:194 +0x27
  242. github.com/thejerf/suture.funcװ07()
  243. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  244. created by github.com/thejerf/suture.(*Supervisor).runService
  245. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  246. goroutine 103 [IO wait, 978 minutes]:
  247. net.(*pollDesc).Wait(0xc08236a8f0, 0x72, 0x0, 0x0)
  248. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  249. net.(*ioSrv).ExecIO(0xc082044090, 0xc08236a7e0, 0xa6bc90, 0x8, 0xc0855ce560, 0xc0868f4780, 0x0, 0x0)
  250. c:/go/src/net/fd_windows.go:188 +0x305
  251. net.(*netFD).acceptOne(0xc08236a780, 0xc082a388c0, 0x2, 0x2, 0xc08236a7e0, 0xc08922e900, 0x0, 0x0)
  252. c:/go/src/net/fd_windows.go:558 +0x547
  253. net.(*netFD).accept(0xc08236a780, 0x0, 0x0, 0x0)
  254. c:/go/src/net/fd_windows.go:585 +0x17a
  255. net.(*TCPListener).AcceptTCP(0xc082146138, 0x887280, 0x0, 0x0)
  256. c:/go/src/net/tcpsock_posix.go:234 +0x55
  257. net.(*TCPListener).Accept(0xc082146138, 0x0, 0x0, 0x0, 0x0)
  258. c:/go/src/net/tcpsock_posix.go:244 +0x53
  259. main.(*connectionSvc).listen(0xc08200ce10, 0xc0820e6dd0, 0xd)
  260. /go/src/github.com/syncthing/syncthing/cmd/syncthing/connections.go:219 +0x4dd
  261. main.funcװ01()
  262. /go/src/github.com/syncthing/syncthing/cmd/syncthing/connections.go:84 +0x3e
  263. main.serviceFunc.Serve(0xc082a919c0)
  264. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:194 +0x27
  265. github.com/thejerf/suture.funcװ07()
  266. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  267. created by github.com/thejerf/suture.(*Supervisor).runService
  268. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  269. goroutine 104 [chan receive, 592 minutes]:
  270. main.(*connectionSvc).handle(0xc08200ce10)
  271. /go/src/github.com/syncthing/syncthing/cmd/syncthing/connections.go:95 +0x85
  272. main.*connectionSvc.(main.handle)ئm()
  273. /go/src/github.com/syncthing/syncthing/cmd/syncthing/connections.go:88 +0x2e
  274. main.serviceFunc.Serve(0xc0820e7e00)
  275. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:194 +0x27
  276. github.com/thejerf/suture.funcװ07()
  277. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  278. created by github.com/thejerf/suture.(*Supervisor).runService
  279. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  280. goroutine 105 [chan receive]:
  281. github.com/syncthing/syncthing/internal/model.(*Model).ScanFolderSubs(0xc082076200, 0xc082009fc0, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0)
  282. /go/src/github.com/syncthing/syncthing/internal/model/model.go:1233 +0x1118
  283. github.com/syncthing/syncthing/internal/model.(*Model).ScanFolder(0xc082076200, 0xc082009fc0, 0x6, 0x0, 0x0)
  284. /go/src/github.com/syncthing/syncthing/internal/model/model.go:1154 +0x71
  285. github.com/syncthing/syncthing/internal/model.(*roFolder).Serve(0xc08234d500)
  286. /go/src/github.com/syncthing/syncthing/internal/model/rofolder.go:71 +0x7bc
  287. created by github.com/syncthing/syncthing/internal/model.(*Model).StartFolderRO
  288. /go/src/github.com/syncthing/syncthing/internal/model/model.go:187 +0x310
  289. goroutine 106 [select, 1306 minutes]:
  290. main.usageReportingLoop(0xc082076200)
  291. /go/src/github.com/syncthing/syncthing/cmd/syncthing/usage_report.go:102 +0x404
  292. created by main.syncthingMain
  293. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:632 +0x2ea5
  294. goroutine 108 [sleep]:
  295. main.standbyMonitor()
  296. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:986 +0x6b
  297. created by main.syncthingMain
  298. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:643 +0x2f32
  299. goroutine 109 [select, 586 minutes]:
  300. main.autoUpgrade()
  301. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:1006 +0xd0e
  302. created by main.syncthingMain
  303. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:650 +0x31fc
  304. goroutine 110 [sleep]:
  305. main.generatePingEvents()
  306. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:763 +0x34
  307. created by main.syncthingMain
  308. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:657 +0x2fca
  309. goroutine 11481 [chan receive]:
  310. github.com/syncthing/syncthing/internal/scanner.hashFiles(0xc090b5bb60, 0x13, 0x20000, 0xc0824feb40, 0xc0824feae0)
  311. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:61 +0x7e
  312. github.com/syncthing/syncthing/internal/scanner.funcװ01()
  313. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:28 +0x5f
  314. created by github.com/syncthing/syncthing/internal/scanner.newParallelHasher
  315. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:30 +0x2b9
  316. goroutine 11483 [semacquire]:
  317. sync.(*WaitGroup).Wait(0xc090b5bbe0)
  318. c:/go/src/sync/waitgroup.go:132 +0x170
  319. github.com/syncthing/syncthing/internal/scanner.funcװ02()
  320. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:34 +0x49
  321. created by github.com/syncthing/syncthing/internal/scanner.newParallelHasher
  322. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:36 +0x34d
  323. goroutine 2100 [chan send, 1043 minutes]:
  324. github.com/syncthing/protocol.funcװ03()
  325. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:702 +0x1a1
  326. created by github.com/syncthing/protocol.(*rawConnection).pingerLoop
  327. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:703 +0x62c
  328. goroutine 5416 [IO wait]:
  329. net.(*pollDesc).Wait(0xc08c138170, 0x72, 0x0, 0x0)
  330. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  331. net.(*ioSrv).ExecIO(0xc082044090, 0xc08c138060, 0xa4acf0, 0x7, 0xb949a0, 0x25, 0x0, 0x0)
  332. c:/go/src/net/fd_windows.go:188 +0x305
  333. net.(*netFD).Read(0xc08c138000, 0xc085102000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
  334. c:/go/src/net/fd_windows.go:470 +0x180
  335. net.(*conn).Read(0xc082326110, 0xc085102000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
  336. c:/go/src/net/net.go:121 +0xe3
  337. crypto/tls.(*block).readFromUntil(0xc08a3f7cb0, 0x29af10, 0xc082326110, 0x5, 0x0, 0x0)
  338. c:/go/src/crypto/tls/conn.go:454 +0xed
  339. crypto/tls.(*Conn).readRecord(0xc08bcac840, 0x17, 0x0, 0x0)
  340. c:/go/src/crypto/tls/conn.go:539 +0x2e1
  341. crypto/tls.(*Conn).Read(0xc08bcac840, 0xc09a3a0000, 0x8, 0x8f193a, 0x0, 0x0, 0x0)
  342. c:/go/src/crypto/tls/conn.go:904 +0x16d
  343. github.com/syncthing/protocol.(*countingReader).Read(0xc089402260, 0xc09a3a0000, 0x8, 0x8f193a, 0x8, 0x0, 0x0)
  344. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/counting.go:23 +0x8d
  345. io.ReadAtLeast(0x2a2db8, 0xc089402260, 0xc09a3a0000, 0x8, 0x8f193a, 0x8, 0x0, 0x0, 0x0)
  346. c:/go/src/io/io.go:298 +0xf8
  347. io.ReadFull(0x2a2db8, 0xc089402260, 0xc09a3a0000, 0x8, 0x8f193a, 0xe10a50, 0x0, 0x0)
  348. c:/go/src/io/io.go:316 +0x74
  349. github.com/syncthing/protocol.(*rawConnection).readMessage(0xc083eca000, 0x0, 0x0, 0x0, 0xe10a00, 0x0, 0x0, 0x0, 0x0)
  350. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:358 +0x1a4
  351. github.com/syncthing/protocol.(*rawConnection).readerLoop(0xc083eca000, 0x0, 0x0)
  352. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:295 +0x13b
  353. created by github.com/syncthing/protocol.NewConnection
  354. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:167 +0x30f
  355. goroutine 3951 [IO wait]:
  356. net.(*pollDesc).Wait(0xc090ac6770, 0x72, 0x0, 0x0)
  357. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  358. net.(*ioSrv).ExecIO(0xc082044090, 0xc090ac6660, 0xa4acf0, 0x7, 0xb949a0, 0x5e0508, 0x0, 0x0)
  359. c:/go/src/net/fd_windows.go:188 +0x305
  360. net.(*netFD).Read(0xc090ac6600, 0xc08a4a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  361. c:/go/src/net/fd_windows.go:470 +0x180
  362. net.(*conn).Read(0xc0864d0008, 0xc08a4a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  363. c:/go/src/net/net.go:121 +0xe3
  364. bufio.(*Reader).fill(0xc0913a0060)
  365. c:/go/src/bufio/bufio.go:97 +0x1d5
  366. bufio.(*Reader).Read(0xc0913a0060, 0xc09056e000, 0x400, 0x400, 0x29d0000000a, 0x0, 0x0)
  367. c:/go/src/bufio/bufio.go:174 +0x273
  368. main.(*WrappedConnection).Read(0xc0861f6440, 0xc09056e000, 0x400, 0x400, 0xa, 0x0, 0x0)
  369. /go/src/github.com/syncthing/syncthing/cmd/syncthing/tls.go:123 +0x7a
  370. crypto/tls.(*block).readFromUntil(0xc087796240, 0x29b3b8, 0xc0861f6440, 0x5, 0x0, 0x0)
  371. c:/go/src/crypto/tls/conn.go:454 +0xed
  372. crypto/tls.(*Conn).readRecord(0xc08bcac000, 0x17, 0x0, 0x0)
  373. c:/go/src/crypto/tls/conn.go:539 +0x2e1
  374. crypto/tls.(*Conn).Read(0xc08bcac000, 0xc082504000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  375. c:/go/src/crypto/tls/conn.go:904 +0x16d
  376. net/http.(*liveSwitchReader).Read(0xc08b8340e8, 0xc082504000, 0x1000, 0x1000, 0xc090ac6600, 0x0, 0x0)
  377. c:/go/src/net/http/server.go:214 +0xb2
  378. io.(*LimitedReader).Read(0xc0861f6560, 0xc082504000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  379. c:/go/src/io/io.go:408 +0xd5
  380. bufio.(*Reader).fill(0xc0913a01e0)
  381. c:/go/src/bufio/bufio.go:97 +0x1d5
  382. bufio.(*Reader).ReadSlice(0xc0913a01e0, 0xc08779630a, 0x0, 0x0, 0x0, 0x0, 0x0)
  383. c:/go/src/bufio/bufio.go:295 +0x25e
  384. bufio.(*Reader).ReadLine(0xc0913a01e0, 0x0, 0x0, 0x0, 0x440f00, 0x0, 0x0)
  385. c:/go/src/bufio/bufio.go:324 +0x69
  386. net/textproto.(*Reader).readLineSlice(0xc082987b60, 0x0, 0x0, 0x0, 0x0, 0x0)
  387. c:/go/src/net/textproto/reader.go:55 +0xa5
  388. net/textproto.(*Reader).ReadLine(0xc082987b60, 0x0, 0x0, 0x0, 0x0)
  389. c:/go/src/net/textproto/reader.go:36 +0x56
  390. net/http.ReadRequest(0xc0913a01e0, 0xc0848f12b0, 0x0, 0x0)
  391. c:/go/src/net/http/request.go:598 +0xd2
  392. net/http.(*conn).readRequest(0xc08b8340a0, 0x0, 0x0, 0x0)
  393. c:/go/src/net/http/server.go:586 +0x276
  394. net/http.(*conn).serve(0xc08b8340a0)
  395. c:/go/src/net/http/server.go:1162 +0x6a5
  396. created by net/http.(*Server).Serve
  397. c:/go/src/net/http/server.go:1751 +0x365
  398. goroutine 5420 [sleep]:
  399. github.com/syncthing/syncthing/internal/model.sendIndexes(0x2a2d60, 0xc0825509b0, 0xc082009fc0, 0x6, 0xc082116980, 0xc0820a2190)
  400. /go/src/github.com/syncthing/syncthing/internal/model/model.go:982 +0x343
  401. created by github.com/syncthing/syncthing/internal/model.(*Model).AddConnection
  402. /go/src/github.com/syncthing/syncthing/internal/model/model.go:929 +0x5b5
  403. goroutine 11482 [chan receive]:
  404. github.com/syncthing/syncthing/internal/scanner.hashFiles(0xc090b5bb60, 0x13, 0x20000, 0xc0824feb40, 0xc0824feae0)
  405. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:61 +0x7e
  406. github.com/syncthing/syncthing/internal/scanner.funcװ01()
  407. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:28 +0x5f
  408. created by github.com/syncthing/syncthing/internal/scanner.newParallelHasher
  409. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:30 +0x2b9
  410. goroutine 5418 [select]:
  411. github.com/syncthing/protocol.(*rawConnection).pingerLoop(0xc083eca000)
  412. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:684 +0xa12
  413. created by github.com/syncthing/protocol.NewConnection
  414. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:169 +0x343
  415. goroutine 7183 [semacquire]:
  416. sync.(*Cond).Wait(0xc082116480)
  417. c:/go/src/sync/cond.go:62 +0xa5
  418. github.com/syncthing/syncthing/internal/events.(*BufferedSubscription).Since(0xc08200c6e0, 0x19ab, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  419. /go/src/github.com/syncthing/syncthing/internal/events/events.go:240 +0x111
  420. main.restGetEvents(0x29bb28, 0xc08bd06000, 0xc08701a820)
  421. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:682 +0x2a8
  422. net/http.HandlerFunc.ServeHTTP(0xb947a0, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  423. c:/go/src/net/http/server.go:1265 +0x48
  424. net/http.(*ServeMux).ServeHTTP(0xc08210bda0, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  425. c:/go/src/net/http/server.go:1541 +0x184
  426. main.funcװ03(0x29bb28, 0xc08bd06000, 0xc08701a820)
  427. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:207 +0xd3
  428. net/http.HandlerFunc.ServeHTTP(0xc08252cc60, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  429. c:/go/src/net/http/server.go:1265 +0x48
  430. main.funcװ06(0x29bb28, 0xc08bd06000, 0xc08701a820)
  431. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:260 +0xb3
  432. net/http.HandlerFunc.ServeHTTP(0xc0820e6a90, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  433. c:/go/src/net/http/server.go:1265 +0x48
  434. net/http.(*ServeMux).ServeHTTP(0xc08210be60, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  435. c:/go/src/net/http/server.go:1541 +0x184
  436. main.funcװ12(0x29bb28, 0xc08bd06000, 0xc08701a820)
  437. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_csrf.go:32 +0x122
  438. net/http.HandlerFunc.ServeHTTP(0xc08252cd60, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  439. c:/go/src/net/http/server.go:1265 +0x48
  440. main.funcװ07(0x29bb28, 0xc08bd06000, 0xc08701a820)
  441. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:267 +0xb5
  442. net/http.HandlerFunc.ServeHTTP(0xc0820e6b30, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  443. c:/go/src/net/http/server.go:1265 +0x48
  444. main.funcװ05(0x29bb28, 0xc08bd06000, 0xc08701a820)
  445. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:252 +0x17d
  446. net/http.HandlerFunc.ServeHTTP(0xc0820e6b50, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  447. c:/go/src/net/http/server.go:1265 +0x48
  448. net/http.serverHandler.ServeHTTP(0xc08252aa20, 0x29bb28, 0xc08bd06000, 0xc08701a820)
  449. c:/go/src/net/http/server.go:1703 +0x1a1
  450. net/http.(*conn).serve(0xc0887a1d60)
  451. c:/go/src/net/http/server.go:1204 +0xb5e
  452. created by net/http.(*Server).Serve
  453. c:/go/src/net/http/server.go:1751 +0x365
  454. goroutine 11480 [chan receive]:
  455. github.com/syncthing/syncthing/internal/scanner.hashFiles(0xc090b5bb60, 0x13, 0x20000, 0xc0824feb40, 0xc0824feae0)
  456. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:61 +0x7e
  457. github.com/syncthing/syncthing/internal/scanner.funcװ01()
  458. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:28 +0x5f
  459. created by github.com/syncthing/syncthing/internal/scanner.newParallelHasher
  460. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:30 +0x2b9
  461. goroutine 5417 [select]:
  462. github.com/syncthing/protocol.(*rawConnection).writerLoop(0xc083eca000)
  463. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:571 +0xfc6
  464. created by github.com/syncthing/protocol.NewConnection
  465. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:168 +0x329
  466. goroutine 5419 [select]:
  467. github.com/syncthing/protocol.(*rawConnection).idGenerator(0xc083eca000)
  468. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:672 +0x111
  469. created by github.com/syncthing/protocol.NewConnection
  470. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syncthing/protocol/protocol.go:170 +0x35d
  471. goroutine 11550 [IO wait]:
  472. net.(*pollDesc).Wait(0xc0849e42f0, 0x72, 0x0, 0x0)
  473. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  474. net.(*ioSrv).ExecIO(0xc082044090, 0xc0849e41e0, 0xa4acf0, 0x7, 0xb949a0, 0x198, 0x0, 0x0)
  475. c:/go/src/net/fd_windows.go:188 +0x305
  476. net.(*netFD).Read(0xc0849e4180, 0xc094d8a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  477. c:/go/src/net/fd_windows.go:470 +0x180
  478. net.(*conn).Read(0xc0864d0710, 0xc094d8a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  479. c:/go/src/net/net.go:121 +0xe3
  480. bufio.(*Reader).fill(0xc0855b5380)
  481. c:/go/src/bufio/bufio.go:97 +0x1d5
  482. bufio.(*Reader).Read(0xc0855b5380, 0xc08250b400, 0x400, 0x400, 0x29d8250b40d, 0x0, 0x0)
  483. c:/go/src/bufio/bufio.go:174 +0x273
  484. main.(*WrappedConnection).Read(0xc084f7bb20, 0xc08250b400, 0x400, 0x400, 0x1b5, 0x0, 0x0)
  485. /go/src/github.com/syncthing/syncthing/cmd/syncthing/tls.go:123 +0x7a
  486. crypto/tls.(*block).readFromUntil(0xc082987a40, 0x29b3b8, 0xc084f7bb20, 0x5, 0x0, 0x0)
  487. c:/go/src/crypto/tls/conn.go:454 +0xed
  488. crypto/tls.(*Conn).readRecord(0xc08450a580, 0x17, 0x0, 0x0)
  489. c:/go/src/crypto/tls/conn.go:539 +0x2e1
  490. crypto/tls.(*Conn).Read(0xc08450a580, 0xc084817000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  491. c:/go/src/crypto/tls/conn.go:904 +0x16d
  492. net/http.(*liveSwitchReader).Read(0xc0832a09a8, 0xc084817000, 0x1000, 0x1000, 0xc0849e4180, 0x0, 0x0)
  493. c:/go/src/net/http/server.go:214 +0xb2
  494. io.(*LimitedReader).Read(0xc084f7bb40, 0xc084817000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  495. c:/go/src/io/io.go:408 +0xd5
  496. bufio.(*Reader).fill(0xc0836a6f00)
  497. c:/go/src/bufio/bufio.go:97 +0x1d5
  498. bufio.(*Reader).ReadSlice(0xc0836a6f00, 0xc08298780a, 0x0, 0x0, 0x0, 0x0, 0x0)
  499. c:/go/src/bufio/bufio.go:295 +0x25e
  500. bufio.(*Reader).ReadLine(0xc0836a6f00, 0x0, 0x0, 0x0, 0x440f00, 0x0, 0x0)
  501. c:/go/src/bufio/bufio.go:324 +0x69
  502. net/textproto.(*Reader).readLineSlice(0xc08595c8a0, 0x0, 0x0, 0x0, 0x0, 0x0)
  503. c:/go/src/net/textproto/reader.go:55 +0xa5
  504. net/textproto.(*Reader).ReadLine(0xc08595c8a0, 0x0, 0x0, 0x0, 0x0)
  505. c:/go/src/net/textproto/reader.go:36 +0x56
  506. net/http.ReadRequest(0xc0836a6f00, 0xc086b27790, 0x0, 0x0)
  507. c:/go/src/net/http/request.go:598 +0xd2
  508. net/http.(*conn).readRequest(0xc0832a0960, 0x0, 0x0, 0x0)
  509. c:/go/src/net/http/server.go:586 +0x276
  510. net/http.(*conn).serve(0xc0832a0960)
  511. c:/go/src/net/http/server.go:1162 +0x6a5
  512. created by net/http.(*Server).Serve
  513. c:/go/src/net/http/server.go:1751 +0x365
  514. goroutine 11479 [chan receive]:
  515. github.com/syncthing/syncthing/internal/scanner.hashFiles(0xc090b5bb60, 0x13, 0x20000, 0xc0824feb40, 0xc0824feae0)
  516. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:61 +0x7e
  517. github.com/syncthing/syncthing/internal/scanner.funcװ01()
  518. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:28 +0x5f
  519. created by github.com/syncthing/syncthing/internal/scanner.newParallelHasher
  520. /go/src/github.com/syncthing/syncthing/internal/scanner/blockqueue.go:30 +0x2b9
  521. Syncthing process stopped with exit status NoUpgradeAvailable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement