Advertisement
Guest User

Untitled

a guest
May 12th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. [XC2UK] 10:29:23 INFO: syncthing v0.11.2 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-05-03 06:29:29 UTC
  2. [XC2UK] 10:29:23 INFO: My ID: XC2UKT2-V7446NO-LJJGUZD-ACR5G24-IMB2SSX-VBFEXZ2-I3CBLHL-7JYTXQO
  3. [XC2UK] 10:29:23 INFO: Database block cache capacity 129264 KiB
  4. [XC2UK] 10:29:23 INFO: Starting web GUI on http://0.0.0.0:51423/
  5. ...
  6. Panic at 2015-05-12T10:29:24+02:00
  7. panic: leveldb/table: corruption on data-block (pos=0): checksum mismatch, want=0x9afd6b3b got=0x945c2f6d [file=101477.ldb]
  8.  
  9. goroutine 1 [running]:
  10. github.com/syncthing/syncthing/internal/db.ldbCheckGlobals(0xc08221a2c0, 0xc0824ac5c8, 0x6, 0x8)
  11. /go/src/github.com/syncthing/syncthing/internal/db/leveldb.go:1037 +0xd5a
  12. github.com/syncthing/syncthing/internal/db.NewFileSet(0xc082003f98, 0x6, 0xc08221a2c0, 0xc08283c300)
  13. /go/src/github.com/syncthing/syncthing/internal/db/set.go:55 +0x28c
  14. github.com/syncthing/syncthing/internal/model.(*Model).AddFolder(0xc0827b1100, 0xc082003f98, 0x6, 0xc0820e85d1, 0xf, 0xc0820d9c80, 0x2, 0x4, 0x0, 0x15180, ...)
  15. /go/src/github.com/syncthing/syncthing/internal/model/model.go:1099 +0x1a5
  16. main.syncthingMain()
  17. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:607 +0x20ff
  18. main.main()
  19. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:378 +0x2325
  20.  
  21. goroutine 5 [syscall]:
  22. os/signal.loop()
  23. c:/go/src/os/signal/signal_unix.go:21 +0x26
  24. created by os/signal.init·1
  25. c:/go/src/os/signal/signal_unix.go:27 +0x3c
  26.  
  27. goroutine 7 [chan receive]:
  28. main.trackCPUUsage()
  29. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_windows.go:37 +0x496
  30. created by main.init·2
  31. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_windows.go:17 +0x2c
  32.  
  33. goroutine 9 [select]:
  34. github.com/thejerf/suture.(*Supervisor).Serve(0xc0820dc000)
  35. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:411 +0xf6b
  36. created by github.com/thejerf/suture.(*Supervisor).ServeBackground
  37. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:373 +0x39
  38.  
  39. goroutine 10 [chan receive]:
  40. github.com/syncthing/syncthing/internal/config.(*Wrapper).Serve(0xc082084200)
  41. /go/src/github.com/syncthing/syncthing/internal/config/wrapper.go:84 +0x7c
  42. created by github.com/syncthing/syncthing/internal/config.Wrap
  43. /go/src/github.com/syncthing/syncthing/internal/config/wrapper.go:59 +0x294
  44.  
  45. goroutine 11 [select]:
  46. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc0820ac1c0)
  47. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x225
  48. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  49. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x253
  50.  
  51. goroutine 12 [select]:
  52. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc08221a2c0)
  53. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x493
  54. created by github.com/syndtr/goleveldb/leveldb.openDB
  55. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x850
  56.  
  57. goroutine 13 [select]:
  58. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc08221a2c0)
  59. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:73 +0x151
  60. created by github.com/syndtr/goleveldb/leveldb.openDB
  61. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x86a
  62.  
  63. goroutine 14 [select]:
  64. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc08221a2c0)
  65. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x85f
  66. created by github.com/syndtr/goleveldb/leveldb.openDB
  67. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8ae
  68.  
  69. goroutine 15 [select]:
  70. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc08221a2c0)
  71. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x28a
  72. created by github.com/syndtr/goleveldb/leveldb.openDB
  73. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c8
  74.  
  75. goroutine 16 [select]:
  76. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc08221a2c0)
  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.  
  81. goroutine 19 [select]:
  82. github.com/syncthing/syncthing/internal/model.(*ProgressEmitter).Serve(0xc0827d4e80)
  83. /go/src/github.com/syncthing/syncthing/internal/model/progressemitter.go:49 +0x8f9
  84. created by github.com/syncthing/syncthing/internal/model.NewModel
  85. /go/src/github.com/syncthing/syncthing/internal/model/model.go:123 +0x943
  86.  
  87. goroutine 20 [IO wait]:
  88. net.(*pollDesc).Wait(0xc0846982f0, 0x72, 0x0, 0x0)
  89. c:/go/src/net/fd_poll_runtime.go:84 +0x4e
  90. net.(*ioSrv).ExecIO(0xc08277a710, 0xc0846981e0, 0xa53b10, 0x7, 0xb9f420, 0x1, 0x0, 0x0)
  91. c:/go/src/net/fd_windows.go:188 +0x305
  92. net.(*netFD).Read(0xc084698180, 0xc084304000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  93. c:/go/src/net/fd_windows.go:470 +0x180
  94. net.(*conn).Read(0xc082040018, 0xc084304000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  95. c:/go/src/net/net.go:121 +0xe3
  96. bufio.(*Reader).fill(0xc0820b6060)
  97. c:/go/src/bufio/bufio.go:97 +0x1d5
  98. bufio.(*Reader).Peek(0xc0820b6060, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  99. c:/go/src/bufio/bufio.go:132 +0xf7
  100. main.(*DowngradingListener).Accept(0xc083823900, 0x0, 0x0, 0x0, 0x0)
  101. /go/src/github.com/syncthing/syncthing/cmd/syncthing/tls.go:105 +0x13e
  102. net/http.(*Server).Serve(0xc08a270360, 0x3d1298, 0xc083823900, 0x0, 0x0)
  103. c:/go/src/net/http/server.go:1728 +0x99
  104. main.(*apiSvc).Serve(0xc082752f00)
  105. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:215 +0x1911
  106. github.com/thejerf/suture.func·007()
  107. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  108. created by github.com/thejerf/suture.(*Supervisor).runService
  109. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  110.  
  111. goroutine 21 [select]:
  112. github.com/syncthing/syncthing/internal/events.(*Subscription).Poll(0xc083823960, 0xdf8475800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  113. /go/src/github.com/syncthing/syncthing/internal/events/events.go:178 +0x35d
  114. github.com/syncthing/syncthing/internal/events.(*BufferedSubscription).pollingLoop(0xc083819ef0)
  115. /go/src/github.com/syncthing/syncthing/internal/events/events.go:215 +0x4f
  116. created by github.com/syncthing/syncthing/internal/events.NewBufferedSubscription
  117. /go/src/github.com/syncthing/syncthing/internal/events/events.go:209 +0x299
  118.  
  119. goroutine 22 [select]:
  120. github.com/thejerf/suture.(*Supervisor).Serve(0xc08257fb00)
  121. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:411 +0xf6b
  122. created by github.com/thejerf/suture.(*Supervisor).ServeBackground
  123. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:373 +0x39
  124.  
  125. goroutine 23 [select]:
  126. main.(*folderSummarySvc).listenForUpdates(0xc0823cb8c0)
  127. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:67 +0x5cd
  128. main.*folderSummarySvc.(main.listenForUpdates)·fm()
  129. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:47 +0x2e
  130. main.serviceFunc.Serve(0xc0827e74d0)
  131. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:202 +0x27
  132. github.com/thejerf/suture.func·007()
  133. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  134. created by github.com/thejerf/suture.(*Supervisor).runService
  135. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  136.  
  137. goroutine 24 [select]:
  138. main.(*folderSummarySvc).calculateSummaries(0xc0823cb8c0)
  139. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:115 +0x2eb
  140. main.*folderSummarySvc.(main.calculateSummaries)·fm()
  141. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:48 +0x2e
  142. main.serviceFunc.Serve(0xc0827e74e0)
  143. /go/src/github.com/syncthing/syncthing/cmd/syncthing/summarysvc.go:202 +0x27
  144. github.com/thejerf/suture.func·007()
  145. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:516 +0xfd
  146. created by github.com/thejerf/suture.(*Supervisor).runService
  147. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/thejerf/suture/suture.go:519 +0x125
  148.  
  149. goroutine 33 [semacquire]:
  150. sync.(*Cond).Wait(0xc083820e40)
  151. c:/go/src/sync/cond.go:62 +0xa5
  152. github.com/syncthing/syncthing/internal/events.(*BufferedSubscription).Since(0xc083819ef0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
  153. /go/src/github.com/syncthing/syncthing/internal/events/events.go:240 +0x111
  154. main.(*apiSvc).getEvents(0xc082752f00, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  155. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:697 +0x23d
  156. main.*apiSvc.(main.getEvents)·fm(0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  157. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:136 +0x4c
  158. net/http.HandlerFunc.ServeHTTP(0xc083980010, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  159. c:/go/src/net/http/server.go:1265 +0x48
  160. net/http.(*ServeMux).ServeHTTP(0xc08381f8f0, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  161. c:/go/src/net/http/server.go:1541 +0x184
  162. main.func·002(0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  163. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:228 +0xd3
  164. net/http.HandlerFunc.ServeHTTP(0xc083823980, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  165. c:/go/src/net/http/server.go:1265 +0x48
  166. main.func·005(0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  167. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:283 +0x1e4
  168. net/http.HandlerFunc.ServeHTTP(0xc083980220, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  169. c:/go/src/net/http/server.go:1265 +0x48
  170. net/http.(*ServeMux).ServeHTTP(0xc08381f9b0, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  171. c:/go/src/net/http/server.go:1541 +0x184
  172. main.func·009(0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  173. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_csrf.go:52 +0x419
  174. net/http.HandlerFunc.ServeHTTP(0xc083823b80, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  175. c:/go/src/net/http/server.go:1265 +0x48
  176. main.func·006(0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  177. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:290 +0xb5
  178. net/http.HandlerFunc.ServeHTTP(0xc083980290, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  179. c:/go/src/net/http/server.go:1265 +0x48
  180. net/http.serverHandler.ServeHTTP(0xc08a270360, 0x3d6b58, 0xc0858dc000, 0xc0858d2000)
  181. c:/go/src/net/http/server.go:1703 +0x1a1
  182. net/http.(*conn).serve(0xc0858ca000)
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement