Advertisement
Guest User

Untitled

a guest
Mar 19th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. [YUIDY] 2015/03/18 18:49:24.648033 main.go:407: INFO: syncthing v0.10.27 (go1.4.2 windows-amd64 default) unknown-user@syncthing-builder 2015-03-15 15:42:52 UTC
  2. [YUIDY] 2015/03/18 18:49:24.648033 main.go:408: INFO: My ID: YUIDYOR-BUMLL67-YOP2IXU-3WOORWN-3HN6EIE-KJL2YDU-SN35XEH-VQHUGAP
  3. [YUIDY] 2015/03/18 18:49:24.729038 progressemitter.go:99: DEBUG: progress emitter: updated interval 5s
  4. [YUIDY] 2015/03/18 18:49:24.731038 progressemitter.go:66: DEBUG: progress emitter: timer - looking after 0
  5. [YUIDY] 2015/03/18 18:49:24.731038 progressemitter.go:82: DEBUG: progress emitter: nothing new
  6. ...
  7. Panic at 2015-03-18T19:14:24+01:00
  8. panic: deadlock detected
  9.  
  10. goroutine 33 [running]:
  11. github.com/syncthing/syncthing/internal/model.func·029()
  12. /go/src/github.com/syncthing/syncthing/internal/model/util.go:41 +0x221
  13. created by github.com/syncthing/syncthing/internal/model.deadlockDetect
  14. /go/src/github.com/syncthing/syncthing/internal/model/util.go:44 +0xdd
  15.  
  16. goroutine 1 [syscall, locked to thread]:
  17. syscall.ReadFile(0x29c, 0xc0825c4000, 0x9bf26, 0xe4769, 0xc0820e4ef4, 0xc0820e4f00, 0x0, 0x0)
  18. c:/go/src/syscall/zsyscall_windows.go:282 +0xd3
  19. os.(*File).pread(0xc082b9e260, 0xc0825c4000, 0x9bf26, 0xe4769, 0x0, 0x0, 0x0, 0x0)
  20. c:/go/src/os/file_windows.go:318 +0x1fb
  21. os.(*File).ReadAt(0xc082b9e260, 0xc0825c4000, 0x9bf26, 0xe4769, 0x0, 0x0, 0x0, 0x0)
  22. c:/go/src/os/file.go:117 +0xda
  23. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc0835481a0, 0x0, 0x9bf21, 0xc082069601, 0x0, 0x0, 0x0, 0x0, 0x0)
  24. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:561 +0x105
  25. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc0835481a0, 0x0, 0x9bf21, 0x1, 0x10, 0x0, 0x0)
  26. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:599 +0x78
  27. github.com/syndtr/goleveldb/leveldb/table.func·003(0xc082bad4b0, 0x0, 0x0)
  28. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:623 +0x66
  29. github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc082009fc0, 0x24ed3, 0x0, 0xc0820e5378, 0x0)
  30. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:385 +0x1f4
  31. github.com/syndtr/goleveldb/leveldb/cache.(*CacheGetter).Get(0xc082bcc750, 0x0, 0xc0820e5378, 0x60)
  32. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:56 +0x4f
  33. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc0835481a0, 0x0, 0x9bf21, 0x440101, 0xc082bad570, 0x0, 0x0, 0x0, 0x0)
  34. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0x105
  35. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc0835481a0, 0x0, 0x9bf21, 0x0, 0xc0821b0101, 0x0, 0x0)
  36. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x84
  37. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIterErr(0xc0835481a0, 0x0, 0x9bf21, 0x0, 0x90101, 0x0, 0x0)
  38. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:776 +0x1e8
  39. github.com/syndtr/goleveldb/leveldb/table.(*indexIter).Get(0xc08350e040, 0x0, 0x0)
  40. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:504 +0x2e1
  41. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).setData(0xc0820b38c0)
  42. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:39 +0x70
  43. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc0820b38c0, 0x172470)
  44. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:160 +0x138
  45. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc082b8e1e0, 0xc08211af01)
  46. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:149 +0xa8
  47. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc082b8e1e0, 0x4549d9)
  48. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:161 +0x146
  49. github.com/syndtr/goleveldb/leveldb/iterator.(*mergedIterator).Next(0xc082175280, 0xc0821d7e00)
  50. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go:169 +0x321
  51. github.com/syndtr/goleveldb/leveldb.(*dbIter).next(0xc08211afc0, 0x1)
  52. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:197 +0x28a
  53. github.com/syndtr/goleveldb/leveldb.(*dbIter).Next(0xc08211afc0, 0x20)
  54. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go:219 +0x10d
  55. github.com/syncthing/syncthing/internal/db.ldbWithAllFolderTruncated(0xc082086420, 0xc082bcc010, 0x6, 0x8, 0xc0820e5bc0)
  56. /go/src/github.com/syncthing/syncthing/internal/db/leveldb.go:617 +0x462
  57. github.com/syncthing/syncthing/internal/db.NewFileSet(0xc08200bc98, 0x6, 0xc082086420, 0xc0820e5eb0)
  58. /go/src/github.com/syncthing/syncthing/internal/db/set.go:75 +0x263
  59. github.com/syncthing/syncthing/internal/model.(*Model).AddFolder(0xc082b91200, 0xc08200bc98, 0x6, 0xc0820f28a0, 0xf, 0xc0820707e0, 0x2, 0x4, 0x0, 0x258, ...)
  60. /go/src/github.com/syncthing/syncthing/internal/model/model.go:1098 +0x1a5
  61. main.sanityCheckFolders(0xc082054b40, 0xc082b91200)
  62. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:690 +0x17a
  63. main.syncthingMain()
  64. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:523 +0x1a53
  65. main.main()
  66. /go/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:371 +0x2274
  67.  
  68. goroutine 5 [syscall, 25 minutes]:
  69. os/signal.loop()
  70. c:/go/src/os/signal/signal_unix.go:21 +0x26
  71. created by os/signal.init·1
  72. c:/go/src/os/signal/signal_unix.go:27 +0x3c
  73.  
  74. goroutine 7 [select]:
  75. github.com/syncthing/syncthing/internal/events.(*Subscription).Poll(0xc082007620, 0xdf8475800, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  76. /go/src/github.com/syncthing/syncthing/internal/events/events.go:182 +0x3c6
  77. github.com/syncthing/syncthing/internal/events.(*BufferedSubscription).pollingLoop(0xc082008540)
  78. /go/src/github.com/syncthing/syncthing/internal/events/events.go:218 +0x4f
  79. created by github.com/syncthing/syncthing/internal/events.NewBufferedSubscription
  80. /go/src/github.com/syncthing/syncthing/internal/events/events.go:212 +0x1cb
  81.  
  82. goroutine 8 [chan receive]:
  83. main.trackCPUUsage()
  84. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_windows.go:46 +0x496
  85. created by main.init·3
  86. /go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_windows.go:26 +0x2c
  87.  
  88. goroutine 9 [chan receive, 25 minutes]:
  89. github.com/syncthing/syncthing/internal/config.(*Wrapper).Serve(0xc082054b40)
  90. /go/src/github.com/syncthing/syncthing/internal/config/wrapper.go:88 +0x7c
  91. created by github.com/syncthing/syncthing/internal/config.Wrap
  92. /go/src/github.com/syncthing/syncthing/internal/config/wrapper.go:63 +0x13a
  93.  
  94. goroutine 10 [select]:
  95. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc08200c2a0)
  96. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x225
  97. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  98. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x253
  99.  
  100. goroutine 11 [select]:
  101. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc082086420)
  102. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:136 +0x450
  103. created by github.com/syndtr/goleveldb/leveldb.openDB
  104. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x850
  105.  
  106. goroutine 12 [select]:
  107. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc082086420)
  108. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:73 +0x151
  109. created by github.com/syndtr/goleveldb/leveldb.openDB
  110. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x86a
  111.  
  112. goroutine 13 [syscall, locked to thread]:
  113. syscall.ReadFile(0x324, 0xc0826eb600, 0x9db, 0x1005, 0xc082b74cc4, 0xc082b74cd0, 0x0, 0x0)
  114. c:/go/src/syscall/zsyscall_windows.go:282 +0xd3
  115. os.(*File).pread(0xc082b9e6f8, 0xc0826eb600, 0x9db, 0x1005, 0x13de1e, 0x0, 0x0, 0x0)
  116. c:/go/src/os/file_windows.go:318 +0x1fb
  117. os.(*File).ReadAt(0xc082b9e6f8, 0xc0826eb600, 0x9db, 0x1005, 0x13de1e, 0x0, 0x0, 0x0)
  118. c:/go/src/os/file.go:117 +0xda
  119. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc08350a820, 0x13de1e, 0x9d6, 0xc082009f01, 0x0, 0x0, 0x0, 0x0, 0x0)
  120. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:561 +0x105
  121. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc08350a820, 0x13de1e, 0x9d6, 0x1, 0x15000000000000f0, 0x0, 0x0)
  122. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:599 +0x78
  123. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc08350a820, 0x13de1e, 0x9d6, 0x1, 0x97be, 0x0, 0x0, 0x0, 0x0)
  124. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:644 +0x2e4
  125. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc08350a820, 0x13de1e, 0x9d6, 0x0, 0xc0822c0001, 0x0, 0x0)
  126. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x84
  127. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIterErr(0xc08350a820, 0x13de1e, 0x9d6, 0x0, 0x1, 0x0, 0x0)
  128. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:776 +0x1e8
  129. github.com/syndtr/goleveldb/leveldb/table.(*indexIter).Get(0xc08350e220, 0x0, 0x0)
  130. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:504 +0x2e1
  131. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).setData(0xc0820b3740)
  132. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:39 +0x70
  133. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc0820b3740, 0x180)
  134. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:160 +0x138
  135. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc0820b3080, 0x4549d9)
  136. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/indexed_iter.go:149 +0xa8
  137. github.com/syndtr/goleveldb/leveldb/iterator.(*mergedIterator).Next(0xc08220e600, 0xc082ba0d80)
  138. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/iterator/merged_iter.go:169 +0x321
  139. github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0xc0821b4d20, 0xc082bcc3a0, 0x0, 0x0)
  140. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:455 +0x48a
  141. github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0xc082086420, 0xa665d0, 0xb, 0x1727f0, 0xc0821b4d20)
  142. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:215 +0x27e
  143. github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0xc082086420, 0xc0821d7d00, 0x0)
  144. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:596 +0x10db
  145. github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0xc082086420)
  146. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:641 +0x57
  147. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc082086420)
  148. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:833 +0x3a7
  149. created by github.com/syndtr/goleveldb/leveldb.openDB
  150. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8ae
  151.  
  152. goroutine 14 [select, 25 minutes]:
  153. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc082086420)
  154. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x28a
  155. created by github.com/syndtr/goleveldb/leveldb.openDB
  156. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c8
  157.  
  158. goroutine 15 [select, 25 minutes]:
  159. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc082086420)
  160. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x19e
  161. created by github.com/syndtr/goleveldb/leveldb.openDB
  162. /go/src/github.com/syncthing/syncthing/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8e2
  163.  
  164. goroutine 16 [select, 25 minutes]:
  165. github.com/syncthing/syncthing/internal/model.(*ProgressEmitter).Serve(0xc082305c80)
  166. /go/src/github.com/syncthing/syncthing/internal/model/progressemitter.go:57 +0x8bf
  167. created by github.com/syncthing/syncthing/internal/model.NewModel
  168. /go/src/github.com/syncthing/syncthing/internal/model/model.go:153 +0x6c1
  169.  
  170. goroutine 34 [runnable]:
  171. github.com/syncthing/syncthing/internal/model.func·029()
  172. /go/src/github.com/syncthing/syncthing/internal/model/util.go:26 +0x51
  173. created by github.com/syncthing/syncthing/internal/model.deadlockDetect
  174. /go/src/github.com/syncthing/syncthing/internal/model/util.go:44 +0xdd
  175.  
  176. goroutine 35 [sleep, 4 minutes]:
  177. github.com/syncthing/syncthing/internal/model.func·029()
  178. /go/src/github.com/syncthing/syncthing/internal/model/util.go:26 +0x51
  179. created by github.com/syncthing/syncthing/internal/model.deadlockDetect
  180. /go/src/github.com/syncthing/syncthing/internal/model/util.go:44 +0xdd
  181.  
  182. goroutine 36 [select, 24 minutes]:
  183. github.com/syncthing/syncthing/internal/ignore.(*Matcher).clean(0xc083510230, 0x68c61714000)
  184. /go/src/github.com/syncthing/syncthing/internal/ignore/ignore.go:162 +0x1c0
  185. created by github.com/syncthing/syncthing/internal/ignore.New
  186. /go/src/github.com/syncthing/syncthing/internal/ignore/ignore.go:62 +0xcd
  187.  
  188. goroutine 37 [semacquire, 19 minutes]:
  189. sync.(*Mutex).Lock(0xc082b91290)
  190. c:/go/src/sync/mutex.go:66 +0xda
  191. sync.(*RWMutex).Lock(0xc082b91290)
  192. c:/go/src/sync/rwmutex.go:82 +0x3a
  193. github.com/syncthing/syncthing/internal/model.func·027()
  194. /go/src/github.com/syncthing/syncthing/internal/model/util.go:30 +0x4e
  195. created by github.com/syncthing/syncthing/internal/model.func·029
  196. /go/src/github.com/syncthing/syncthing/internal/model/util.go:33 +0x118
  197.  
  198. goroutine 44 [sleep, 9 minutes]:
  199. github.com/syncthing/syncthing/internal/model.func·028()
  200. /go/src/github.com/syncthing/syncthing/internal/model/util.go:36 +0x3a
  201. created by github.com/syncthing/syncthing/internal/model.func·029
  202. /go/src/github.com/syncthing/syncthing/internal/model/util.go:38 +0x196
  203.  
  204. goroutine 40 [sleep, 14 minutes]:
  205. github.com/syncthing/syncthing/internal/model.func·028()
  206. /go/src/github.com/syncthing/syncthing/internal/model/util.go:36 +0x3a
  207. created by github.com/syncthing/syncthing/internal/model.func·029
  208. /go/src/github.com/syncthing/syncthing/internal/model/util.go:38 +0x196
  209.  
  210. goroutine 42 [sleep, 14 minutes]:
  211. github.com/syncthing/syncthing/internal/model.func·028()
  212. /go/src/github.com/syncthing/syncthing/internal/model/util.go:36 +0x3a
  213. created by github.com/syncthing/syncthing/internal/model.func·029
  214. /go/src/github.com/syncthing/syncthing/internal/model/util.go:38 +0x196
  215.  
  216. goroutine 23 [sleep, 9 minutes]:
  217. github.com/syncthing/syncthing/internal/model.func·028()
  218. /go/src/github.com/syncthing/syncthing/internal/model/util.go:36 +0x3a
  219. created by github.com/syncthing/syncthing/internal/model.func·029
  220. /go/src/github.com/syncthing/syncthing/internal/model/util.go:38 +0x196
  221.  
  222. goroutine 46 [sleep, 4 minutes]:
  223. github.com/syncthing/syncthing/internal/model.func·028()
  224. /go/src/github.com/syncthing/syncthing/internal/model/util.go:36 +0x3a
  225. created by github.com/syncthing/syncthing/internal/model.func·029
  226. /go/src/github.com/syncthing/syncthing/internal/model/util.go:38 +0x196
  227.  
  228. goroutine 48 [sleep, 4 minutes]:
  229. github.com/syncthing/syncthing/internal/model.func·028()
  230. /go/src/github.com/syncthing/syncthing/internal/model/util.go:36 +0x3a
  231. created by github.com/syncthing/syncthing/internal/model.func·029
  232. /go/src/github.com/syncthing/syncthing/internal/model/util.go:38 +0x196
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement