Advertisement
Guest User

crash

a guest
Oct 13th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.09 KB | None | 0 0
  1. panic: http: unexpected bodyEOFSignal Read after Close; see issue 1725
  2.  
  3. goroutine 1267097 [running]:
  4. net/http.(*bodyEOFSignal).Read(0xf8403b8b40, 0xf84087a000, 0x8000, 0x8000, 0x5a8
  5. , ...)
  6. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:827 +0xcc
  7. io.(*multiReader).Read(0xf840866bc0, 0xf84087a000, 0x8000, 0x8000, 0x5a8, ...)
  8. /Users/dustin/prog/eprojects/go/src/pkg/io/multi.go:13 +0x92
  9. io.Copy(0xf84026a780, 0xf8407ce9a0, 0xf84026a6f0, 0xf840866bc0, 0xe2a988, ...)
  10. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:360 +0x1a9
  11. net/http.(*transferWriter).WriteBody(0xf84077ee70, 0xf8400d2c00, 0xf840130dc0, 0
  12. x0, 0x0, ...)
  13. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:194 +0x1c6
  14. net/http.(*Request).write(0xf8404590d0, 0xf8400d2c00, 0xf840130dc0, 0x0, 0xf8409
  15. e0800, ...)
  16. /Users/dustin/prog/eprojects/go/src/pkg/net/http/request.go:371 +0x833
  17. net/http.(*persistConn).writeLoop(0xf840168a80, 0x0)
  18. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:661 +0x1b8
  19.  
  20. created by net/http.(*Transport).getConn
  21. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  22.  
  23.  
  24. goroutine 1 [chan send]:
  25. main.feedBody(0xf840107480, 0xf840107450, 0xf84008f600, 0xf8400ce270, 0xf8400897
  26. 62, ...)
  27. /Users/dustin/go/src/misc/wikifiles/images.go:165 +0x22d
  28. main.func\302\267001(0x800848f68, 0x48450c, 0xf840107480, 0xf840107450, 0x80f538
  29. , ...)
  30. /Users/dustin/go/src/misc/wikifiles/images.go:187 +0x3c
  31. code.google.com/p/dsallings-couch-go.Database.Changes(0x7fffffffdd1e, 0x7, 0x7ff
  32. fffffdd26, 0x4, 0x7fffffffdd2b, ...)
  33. /Users/dustin/go/src/code.google.com/p/dsallings-couch-go/couch.go:609 +
  34. 0x9cc
  35. main.main()
  36. /Users/dustin/go/src/misc/wikifiles/images.go:193 +0x34f
  37.  
  38. goroutine 2 [syscall]:
  39. created by runtime.main
  40. /Users/dustin/prog/eprojects/go/src/pkg/runtime/proc.c:224
  41.  
  42. goroutine 3 [syscall]:
  43. syscall.Syscall6()
  44. /Users/dustin/prog/eprojects/go/src/pkg/syscall/asm_freebsd_amd64.s:38 +
  45. 0x5
  46. syscall.kevent(0x6, 0x0, 0x0, 0xf840091188, 0xa, ...)
  47. /Users/dustin/prog/eprojects/go/src/pkg/syscall/zsyscall_freebsd_amd64.g
  48. o:199 +0x86
  49. syscall.Kevent(0x6, 0x0, 0x0, 0x0, 0xf840091188, ...)
  50. /Users/dustin/prog/eprojects/go/src/pkg/syscall/syscall_bsd.go:551 +0x9b
  51.  
  52. net.(*pollster).WaitFD(0xf840091180, 0xf8400d20c0, 0x36ac233b0, 0x0, 0x0, ...)
  53. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_freebsd.go:91 +0x1a7
  54. net.(*pollServer).Run(0xf8400d20c0, 0x0)
  55. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:216 +0xec
  56. created by net.newPollServer
  57. /Users/dustin/prog/eprojects/go/src/pkg/net/newpollserver_unix.go:33 +0x
  58. 361
  59.  
  60. goroutine 1267521 [chan receive]:
  61. net/http.(*persistConn).readLoop(0xf8407bfd00, 0x0)
  62. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:644 +0x58d
  63.  
  64. created by net/http.(*Transport).getConn
  65. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  66.  
  67.  
  68. goroutine 6 [select]:
  69. net/http.(*persistConn).roundTrip(0xf84062e300, 0xf8402e5480, 0xf84062e300, 0x0,
  70. 0x0, ...)
  71. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:735 +0x59f
  72.  
  73. net/http.(*Transport).RoundTrip(0xf840851d20, 0xf840480d00, 0xf8403db940, 0x0, 0
  74. x0, ...)
  75. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:163 +0x374
  76.  
  77. net/http.send(0xf840480d00, 0xf840000990, 0xf840851d20, 0x0, 0x0, ...)
  78. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:141 +0x42d
  79. net/http.(*Client).Do(0xf8401b3810, 0xf840480d00, 0xf8405590a0, 0x0, 0x0, ...)
  80. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:109 +0xf6
  81. main.copyImage(0xf8402166e3, 0x12, 0xf8403c5780, 0x45, 0x0, ...)
  82. /Users/dustin/go/src/misc/wikifiles/images.go:103 +0x343
  83. main.fetch(0xa78719, 0xf8404e8f90, 0xe, 0xf840214200, 0x1178, ...)
  84. /Users/dustin/go/src/misc/wikifiles/images.go:126 +0x32d
  85. main.fetcher(0xf84008f600, 0x0)
  86. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  87. created by main.main
  88. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  89.  
  90. goroutine 7 [sleep]:
  91. time.Sleep(0x3b9aca00, 0xf)
  92. /Users/dustin/prog/eprojects/go/src/pkg/runtime/ztime_freebsd_amd64.c:20
  93. +0x2f
  94. main.fetch(0xa786c6, 0xf840515970, 0xd, 0xf8404b9800, 0x1327, ...)
  95. /Users/dustin/go/src/misc/wikifiles/images.go:130 +0x440
  96. main.fetcher(0xf84008f600, 0x0)
  97. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  98. created by main.main
  99. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  100.  
  101. goroutine 8 [select]:
  102. net/http.(*persistConn).roundTrip(0xf8406b5d80, 0xf84096f880, 0xf8406b5d80, 0x0,
  103. 0x0, ...)
  104. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:735 +0x59f
  105.  
  106. net/http.(*Transport).RoundTrip(0xf8403f99c0, 0xf8405ee0d0, 0xf8403b23e0, 0x0, 0
  107. x0, ...)
  108. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:163 +0x374
  109.  
  110. net/http.send(0xf8405ee0d0, 0xf840000990, 0xf8403f99c0, 0x0, 0x0, ...)
  111. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:141 +0x42d
  112. net/http.(*Client).Do(0xf84026a300, 0xf8405ee0d0, 0xf8404b3d90, 0x0, 0x0, ...)
  113. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:109 +0xf6
  114. main.copyImage(0xf840305c5f, 0x26, 0xf8403f9960, 0x5b, 0x0, ...)
  115. /Users/dustin/go/src/misc/wikifiles/images.go:103 +0x343
  116. main.fetch(0xa783e1, 0xf84085caa0, 0x14, 0xf840237800, 0x2697, ...)
  117. /Users/dustin/go/src/misc/wikifiles/images.go:126 +0x32d
  118. main.fetcher(0xf84008f600, 0x0)
  119. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  120. created by main.main
  121. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  122.  
  123. goroutine 9 [select]:
  124. net/http.(*persistConn).roundTrip(0xf8405ea500, 0xf840317250, 0xf8405ea500, 0x0,
  125. 0x0, ...)
  126. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:735 +0x59f
  127.  
  128. net/http.(*Transport).RoundTrip(0xf8403c93c0, 0xf8403009c0, 0xf8402cdec0, 0x0, 0
  129. x0, ...)
  130. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:163 +0x374
  131.  
  132. net/http.send(0xf8403009c0, 0xf840000990, 0xf8403c93c0, 0x0, 0x0, ...)
  133. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:141 +0x42d
  134. net/http.(*Client).Do(0xf840277f00, 0xf8403009c0, 0xf84084e6e0, 0x0, 0x0, ...)
  135. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:109 +0xf6
  136. main.copyImage(0xf840521cad, 0xe, 0xf8400e4050, 0x45, 0x0, ...)
  137. /Users/dustin/go/src/misc/wikifiles/images.go:103 +0x343
  138. main.fetch(0xa78566, 0xf84036e750, 0x8, 0xf84051fd00, 0xc65, ...)
  139. /Users/dustin/go/src/misc/wikifiles/images.go:126 +0x32d
  140. main.fetcher(0xf84008f600, 0x0)
  141. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  142. created by main.main
  143. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  144.  
  145. goroutine 10 [select]:
  146. net.DialTimeout(0x694ad0, 0x3, 0xf8403e0007, 0x1a, 0x37e11d600, ...)
  147. /Users/dustin/prog/eprojects/go/src/pkg/net/dial.go:143 +0x45f
  148. main.func\302\267002(0xf840339598, 0xf840339590, 0x456f34, 0x694ad0, 0x3, ...)
  149. /Users/dustin/go/src/misc/wikifiles/timeout.go:59 +0x61
  150. net/http.(*Transport).dial(0xf8403c9d20, 0x694ad0, 0x3, 0xf8403e0007, 0x1a, ...)
  151.  
  152. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:310 +0x84
  153. net/http.(*Transport).getConn(0xf8403c9d20, 0xf84040b600, 0xf84040b600, 0x0, 0x0
  154. , ...)
  155. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:324 +0xbc
  156. net/http.(*Transport).RoundTrip(0xf8403c9d20, 0xf8400ce820, 0xf8403e0050, 0x0, 0
  157. x0, ...)
  158. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:158 +0x304
  159.  
  160. net/http.send(0xf8400ce820, 0xf840000990, 0xf8403c9d20, 0x0, 0x0, ...)
  161. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:141 +0x42d
  162. net/http.(*Client).doFollowingRedirects(0xf84040b480, 0xf8400ce820, 0x0, 0x0, 0x
  163. 0, ...)
  164. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:254 +0x7e1
  165. net/http.(*Client).Head(0xf84040b480, 0xf8403e0000, 0x41, 0x41, 0x0, ...)
  166. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:378 +0xb3
  167. main.exists(0xf840387307, 0xb, 0xf840835400, 0x1, 0x1, ...)
  168. /Users/dustin/go/src/misc/wikifiles/images.go:75 +0xeb
  169. main.fetch(0xa78745, 0xf840349d40, 0x17, 0xf840385100, 0x103d, ...)
  170. /Users/dustin/go/src/misc/wikifiles/images.go:119 +0x1d4
  171. main.fetcher(0xf84008f600, 0x0)
  172. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  173. created by main.main
  174. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  175.  
  176. goroutine 11 [select]:
  177. net/http.(*persistConn).roundTrip(0xf8405b9000, 0xf840602f50, 0xf8405b9000, 0x0,
  178. 0x0, ...)
  179. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:735 +0x59f
  180.  
  181. net/http.(*Transport).RoundTrip(0xf84023a420, 0xf840136b60, 0xf8409be340, 0x0, 0
  182. x0, ...)
  183. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:163 +0x374
  184.  
  185. net/http.send(0xf840136b60, 0xf840000990, 0xf84023a420, 0x0, 0x0, ...)
  186. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:141 +0x42d
  187. net/http.(*Client).Do(0xf840362600, 0xf840136b60, 0xf8405997e0, 0x0, 0x0, ...)
  188. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:109 +0xf6
  189. main.copyImage(0xf840998a76, 0x19, 0xf8403e0fa0, 0x4c, 0x0, ...)
  190. /Users/dustin/go/src/misc/wikifiles/images.go:103 +0x343
  191. main.fetch(0xa77260, 0xf84038a900, 0x27, 0xf840892000, 0x2c4b6, ...)
  192. /Users/dustin/go/src/misc/wikifiles/images.go:126 +0x32d
  193. main.fetcher(0xf84008f600, 0x0)
  194. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  195. created by main.main
  196. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  197.  
  198. goroutine 12 [select]:
  199. net/http.(*persistConn).roundTrip(0xf84062ea00, 0xf8407c5a60, 0xf84062ea00, 0x0,
  200. 0x0, ...)
  201. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:735 +0x59f
  202.  
  203. net/http.(*Transport).RoundTrip(0xf8403f9300, 0xf840383dd0, 0xf8406a65a0, 0x0, 0
  204. x0, ...)
  205. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:163 +0x374
  206.  
  207. net/http.send(0xf840383dd0, 0xf840000990, 0xf8403f9300, 0x0, 0x0, ...)
  208. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:141 +0x42d
  209. net/http.(*Client).Do(0xf84030ce70, 0xf840383dd0, 0xf840381000, 0x0, 0x0, ...)
  210. /Users/dustin/prog/eprojects/go/src/pkg/net/http/client.go:109 +0xf6
  211. main.copyImage(0xf84058b65b, 0x5d, 0xf840576e60, 0x9a, 0x0, ...)
  212. /Users/dustin/go/src/misc/wikifiles/images.go:103 +0x343
  213. main.fetch(0xa7873e, 0xf84046b690, 0x49, 0xf84074e000, 0x4a87, ...)
  214. /Users/dustin/go/src/misc/wikifiles/images.go:126 +0x32d
  215. main.fetcher(0xf84008f600, 0x0)
  216. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  217. created by main.main
  218. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  219.  
  220. goroutine 13 [sleep]:
  221. time.Sleep(0x3b9aca00, 0x15)
  222. /Users/dustin/prog/eprojects/go/src/pkg/runtime/ztime_freebsd_amd64.c:20
  223. +0x2f
  224. main.fetch(0xa780de, 0xf840740ed0, 0x25, 0xf840861000, 0x3c08, ...)
  225. /Users/dustin/go/src/misc/wikifiles/images.go:130 +0x440
  226. main.fetcher(0xf84008f600, 0x0)
  227. /Users/dustin/go/src/misc/wikifiles/images.go:142 +0x9e
  228. created by main.main
  229. /Users/dustin/go/src/misc/wikifiles/images.go:183 +0x1e7
  230.  
  231. goroutine 14 [chan receive]:
  232. net/http.(*persistConn).readLoop(0xf84010c100, 0x0)
  233. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:644 +0x58d
  234.  
  235. created by net/http.(*Transport).getConn
  236. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  237.  
  238.  
  239. goroutine 15 [select]:
  240. net/http.(*persistConn).writeLoop(0xf84010c100, 0x0)
  241. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  242.  
  243. created by net/http.(*Transport).getConn
  244. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  245.  
  246.  
  247. goroutine 16 [syscall]:
  248. created by addtimer
  249. /Users/dustin/prog/eprojects/go/src/pkg/runtime/ztime_freebsd_amd64.c:73
  250.  
  251.  
  252. goroutine 1268252 [chan receive]:
  253. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf840381540, 0xf8400d2090, 0x23, 0xfff
  254. fffffffffff01, ...)
  255. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  256. net.(*netFD).Read(0xf840381540, 0xf8405a7000, 0x1000, 0x1000, 0xffffffffffffffff
  257. , ...)
  258. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  259. net.(*conn).Read(0xf8406a7ff0, 0xf8405a7000, 0x1000, 0x1000, 0x0, ...)
  260. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  261. main.(*timeoutConn).Read(0xf840623160, 0xf8405a7000, 0x1000, 0x1000, 0x417c4e, .
  262. ..)
  263. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  264. bufio.(*Reader).fill(0xf84047b960, 0xf8406aa330)
  265. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:77 +0xff
  266. bufio.(*Reader).Peek(0xf84047b960, 0x1, 0xf840108460, 0x3, 0xf840381007, ...)
  267. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:102 +0xaf
  268. net/http.(*persistConn).readLoop(0xf84062ea00, 0x0)
  269. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:557 +0xd3
  270. created by net/http.(*Transport).getConn
  271. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  272.  
  273.  
  274. goroutine 1268256 [runnable]:
  275. syscall.Syscall()
  276. /Users/dustin/prog/eprojects/go/src/pkg/syscall/asm_freebsd_amd64.s:34 +
  277. 0x5b
  278. syscall.fcntl(0x9, 0x2, 0x1, 0x9, 0x0, ...)
  279. /Users/dustin/prog/eprojects/go/src/pkg/syscall/zsyscall_freebsd_amd64.g
  280. o:251 +0x57
  281. syscall.CloseOnExec(0x9, 0x2)
  282. /Users/dustin/prog/eprojects/go/src/pkg/syscall/exec_unix.go:94 +0x37
  283. net.socket(0x694e30, 0x3, 0x2, 0x2, 0x0, ...)
  284. /Users/dustin/prog/eprojects/go/src/pkg/net/sock_posix.go:27 +0xf2
  285. net.internetSocket(0x694e30, 0x3, 0x0, 0x0, 0xf840001af0, ...)
  286. /Users/dustin/prog/eprojects/go/src/pkg/net/ipsock_posix.go:141 +0x3eb
  287. net.DialUDP(0x694e30, 0x3, 0x0, 0xf8403492e0, 0x1, ...)
  288. /Users/dustin/prog/eprojects/go/src/pkg/net/udpsock_posix.go:171 +0x274
  289. net.dialAddr(0x694e30, 0x3, 0xf840835150, 0xf, 0xf840000de0, ...)
  290. /Users/dustin/prog/eprojects/go/src/pkg/net/dial.go:104 +0x4d0
  291. net.Dial(0x694e30, 0x3, 0xf840835150, 0xf, 0x3, ...)
  292. /Users/dustin/prog/eprojects/go/src/pkg/net/dial.go:96 +0xdc
  293. net.tryOneName(0xf840001aa0, 0xf8403492c0, 0x16, 0x680001, 0x0, ...)
  294. /Users/dustin/prog/eprojects/go/src/pkg/net/dnsclient_unix.go:90 +0x219
  295. net.lookup(0xf8403e0007, 0x15, 0x1, 0x0, 0x0, ...)
  296. /Users/dustin/prog/eprojects/go/src/pkg/net/dnsclient_unix.go:153 +0x4fb
  297.  
  298. net.goLookupIP(0xf8403e0007, 0x15, 0x0, 0x0, 0x0, ...)
  299. /Users/dustin/prog/eprojects/go/src/pkg/net/dnsclient_unix.go:241 +0x2f0
  300.  
  301. net.goLookupHost(0xf8403e0007, 0x15, 0x0, 0x0, 0x0, ...)
  302. /Users/dustin/prog/eprojects/go/src/pkg/net/dnsclient_unix.go:203 +0x103
  303.  
  304. net.lookupHost(0xf8403e0007, 0x15, 0x0, 0x0, 0x0, ...)
  305. /Users/dustin/prog/eprojects/go/src/pkg/net/lookup_unix.go:58 +0xbd
  306. net.LookupHost(0xf8403e0007, 0x15, 0x0, 0x0, 0x0, ...)
  307. /Users/dustin/prog/eprojects/go/src/pkg/net/lookup.go:10 +0x5a
  308. net.hostPortToIP(0x694ad0, 0x3, 0xf8403e0007, 0x1a, 0x0, ...)
  309. /Users/dustin/prog/eprojects/go/src/pkg/net/ipsock.go:120 +0x1fc
  310. net.ResolveTCPAddr(0x694ad0, 0x3, 0xf8403e0007, 0x1a, 0x1, ...)
  311. /Users/dustin/prog/eprojects/go/src/pkg/net/tcpsock.go:31 +0x51
  312. net.resolveNetAddr(0x690c00, 0x4, 0x694ad0, 0x3, 0xf8403e0007, ...)
  313. /Users/dustin/prog/eprojects/go/src/pkg/net/dial.go:50 +0x5af
  314. net.func\302\267015(0xf8408354a0, 0xf8408354b0, 0xf8403395c8, 0xf8403395d0, 0x0,
  315. ...)
  316. /Users/dustin/prog/eprojects/go/src/pkg/net/dial.go:134 +0x56
  317. created by net.DialTimeout
  318. /Users/dustin/prog/eprojects/go/src/pkg/net/dial.go:142 +0x18b
  319.  
  320. goroutine 1268038 [select]:
  321. net/http.(*persistConn).writeLoop(0xf8406fd100, 0x0)
  322. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  323.  
  324. created by net/http.(*Transport).getConn
  325. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  326.  
  327.  
  328. goroutine 1267795 [chan receive]:
  329. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf8403b5900, 0xf8400d2090, 0x23, 0xfff
  330. fffffffffff01, ...)
  331. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  332. net.(*netFD).Read(0xf8403b5900, 0xf840533000, 0x1000, 0x1000, 0xffffffffffffffff
  333. , ...)
  334. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  335. net.(*conn).Read(0xf8402d4200, 0xf840533000, 0x1000, 0x1000, 0x0, ...)
  336. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  337. main.(*timeoutConn).Read(0xf8403b2cc0, 0xf840533000, 0x1000, 0x1000, 0x417c4e, .
  338. ..)
  339. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  340. bufio.(*Reader).fill(0xf84047b120, 0xf84023e990)
  341. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:77 +0xff
  342. bufio.(*Reader).Peek(0xf84047b120, 0x1, 0xf8401080e0, 0x3, 0xf8404b3d97, ...)
  343. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:102 +0xaf
  344. net/http.(*persistConn).readLoop(0xf8406b5d80, 0x0)
  345. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:557 +0xd3
  346. created by net/http.(*Transport).getConn
  347. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  348.  
  349.  
  350. goroutine 1268045 [chan receive]:
  351. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf84044ac00, 0xf8400d2090, 0x23, 0xfff
  352. fffffffffff01, ...)
  353. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  354. net.(*netFD).Read(0xf84044ac00, 0xf84053d000, 0x1000, 0x1000, 0xffffffffffffffff
  355. , ...)
  356. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  357. net.(*conn).Read(0xf84024a268, 0xf84053d000, 0x1000, 0x1000, 0x0, ...)
  358. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  359. main.(*timeoutConn).Read(0xf840127ae0, 0xf84053d000, 0x1000, 0x1000, 0x417c4e, .
  360. ..)
  361. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  362. bufio.(*Reader).fill(0xf84050ccc0, 0xf840107780)
  363. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:77 +0xff
  364. bufio.(*Reader).Peek(0xf84050ccc0, 0x1, 0xf8401081c0, 0x3, 0xf84084e6e7, ...)
  365. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:102 +0xaf
  366. net/http.(*persistConn).readLoop(0xf8405ea500, 0x0)
  367. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:557 +0xd3
  368. created by net/http.(*Transport).getConn
  369. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  370.  
  371.  
  372. goroutine 1267792 [chan receive]:
  373. net/http.(*persistConn).readLoop(0xf840301b80, 0x0)
  374. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:644 +0x58d
  375.  
  376. created by net/http.(*Transport).getConn
  377. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  378.  
  379.  
  380. goroutine 1267094 [runnable]:
  381. net/http.(*persistConn).writeLoop(0xf84062e980, 0x0)
  382. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  383.  
  384. created by net/http.(*Transport).getConn
  385. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  386.  
  387.  
  388. goroutine 1267796 [chan receive]:
  389. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf8407c83c0, 0xf8400d2090, 0x23, 0xfff
  390. fffffffffff01, ...)
  391. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  392. net.(*netFD).Read(0xf8407c83c0, 0xf840192000, 0x8000, 0x8000, 0xffffffffffffffff
  393. , ...)
  394. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  395. net.(*conn).Read(0xf84030b558, 0xf840192000, 0x8000, 0x8000, 0x0, ...)
  396. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  397. main.(*timeoutConn).Read(0xf84046fd40, 0xf840192000, 0x8000, 0x8000, 0x7, ...)
  398. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  399. bufio.(*Reader).Read(0xf8403c9360, 0xf840192000, 0x8000, 0x8000, 0x8000, ...)
  400. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:135 +0x11d
  401. io.(*LimitedReader).Read(0xf84046ffc0, 0xf840192000, 0x8000, 0x8000, 0x2, ...)
  402. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:406 +0xc0
  403. net/http.(*body).Read(0xf8408fa380, 0xf840192000, 0x8000, 0x8000, 0x7b2, ...)
  404. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:538 +0x8c
  405. net/http.(*bodyEOFSignal).Read(0xf84023e5d0, 0xf840192000, 0x8000, 0x8000, 0xd5a
  406. , ...)
  407. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:825 +0x57
  408. io.(*multiReader).Read(0xf8403b2f00, 0xf840192000, 0x8000, 0x8000, 0x5a8, ...)
  409. /Users/dustin/prog/eprojects/go/src/pkg/io/multi.go:13 +0x92
  410. io.Copy(0xf84026a780, 0xf8404e8be0, 0xf84026a6f0, 0xf8403b2f00, 0x8099c9, ...)
  411. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:360 +0x1a9
  412. net/http.(*transferWriter).WriteBody(0xf8404b3380, 0xf8400d2c00, 0xf8408fa540, 0
  413. x0, 0x0, ...)
  414. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:194 +0x1c6
  415. net/http.(*Request).write(0xf8405ee0d0, 0xf8400d2c00, 0xf8408fa540, 0x0, 0xf8403
  416. b2d00, ...)
  417. /Users/dustin/prog/eprojects/go/src/pkg/net/http/request.go:371 +0x833
  418. net/http.(*persistConn).writeLoop(0xf8406b5d80, 0x0)
  419. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:661 +0x1b8
  420.  
  421. created by net/http.(*Transport).getConn
  422. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  423.  
  424.  
  425. goroutine 1268240 [select]:
  426. net/http.(*persistConn).writeLoop(0xf8406fd400, 0x0)
  427. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  428.  
  429. created by net/http.(*Transport).getConn
  430. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  431.  
  432.  
  433. goroutine 1268249 [select]:
  434. net/http.(*persistConn).writeLoop(0xf8402b9100, 0x0)
  435. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  436.  
  437. created by net/http.(*Transport).getConn
  438. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  439.  
  440.  
  441. goroutine 1268247 [chan receive]:
  442. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf840408600, 0xf8400d2090, 0x23, 0xfff
  443. fffffffffff01, ...)
  444. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  445. net.(*netFD).Read(0xf840408600, 0xf840ccd000, 0x8000, 0x8000, 0xffffffffffffffff
  446. , ...)
  447. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  448. net.(*conn).Read(0xf840280378, 0xf840ccd000, 0x8000, 0x8000, 0x0, ...)
  449. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  450. main.(*timeoutConn).Read(0xf84085c220, 0xf840ccd000, 0x8000, 0x8000, 0x9, ...)
  451. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  452. bufio.(*Reader).Read(0xf84050c0c0, 0xf840ccd000, 0x8000, 0x8000, 0x8000, ...)
  453. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:135 +0x11d
  454. io.(*LimitedReader).Read(0xf8403db8e0, 0xf840ccd000, 0x8000, 0x8000, 0x2, ...)
  455. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:406 +0xc0
  456. net/http.(*body).Read(0xf8406241c0, 0xf840ccd000, 0x8000, 0x8000, 0x478, ...)
  457. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:538 +0x8c
  458. net/http.(*bodyEOFSignal).Read(0xf84040b780, 0xf840ccd000, 0x8000, 0x8000, 0xa20
  459. , ...)
  460. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:825 +0x57
  461. io.(*multiReader).Read(0xf8409dc480, 0xf840ccd000, 0x8000, 0x8000, 0x5a8, ...)
  462. /Users/dustin/prog/eprojects/go/src/pkg/io/multi.go:13 +0x92
  463. io.Copy(0xf84026a780, 0xf8402e5a30, 0xf84026a6f0, 0xf8409dc480, 0x28e30, ...)
  464. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:360 +0x1a9
  465. net/http.(*transferWriter).WriteBody(0xf840401380, 0xf8400d2c00, 0xf8406242c0, 0
  466. x0, 0x0, ...)
  467. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:194 +0x1c6
  468. net/http.(*Request).write(0xf840480d00, 0xf8400d2c00, 0xf8406242c0, 0x0, 0xf8403
  469. b28e0, ...)
  470. /Users/dustin/prog/eprojects/go/src/pkg/net/http/request.go:371 +0x833
  471. net/http.(*persistConn).writeLoop(0xf84062e300, 0x0)
  472. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:661 +0x1b8
  473.  
  474. created by net/http.(*Transport).getConn
  475. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  476.  
  477.  
  478. goroutine 1267531 [chan receive]:
  479. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf840436900, 0xf8400d2090, 0x23, 0xfff
  480. fffffffffff01, ...)
  481. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  482. net.(*netFD).Read(0xf840436900, 0xf8401e6000, 0x1000, 0x1000, 0xffffffffffffffff
  483. , ...)
  484. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  485. net.(*conn).Read(0xf8405e6de0, 0xf8401e6000, 0x1000, 0x1000, 0x0, ...)
  486. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  487. main.(*timeoutConn).Read(0xf84053ede0, 0xf8401e6000, 0x1000, 0x1000, 0x417c4e, .
  488. ..)
  489. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  490. bufio.(*Reader).fill(0xf840599960, 0xf8406f5db0)
  491. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:77 +0xff
  492. bufio.(*Reader).Peek(0xf840599960, 0x1, 0xf840108380, 0x3, 0xf8405997e7, ...)
  493. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:102 +0xaf
  494. net/http.(*persistConn).readLoop(0xf8405b9000, 0x0)
  495. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:557 +0xd3
  496. created by net/http.(*Transport).getConn
  497. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  498.  
  499.  
  500. goroutine 1268037 [chan receive]:
  501. net/http.(*persistConn).readLoop(0xf8406fd100, 0x0)
  502. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:644 +0x58d
  503.  
  504. created by net/http.(*Transport).getConn
  505. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  506.  
  507.  
  508. goroutine 1267522 [select]:
  509. net/http.(*persistConn).writeLoop(0xf8407bfd00, 0x0)
  510. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  511.  
  512. created by net/http.(*Transport).getConn
  513. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  514.  
  515.  
  516. goroutine 1267793 [select]:
  517. net/http.(*persistConn).writeLoop(0xf840301b80, 0x0)
  518. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:655 +0x2a7
  519.  
  520. created by net/http.(*Transport).getConn
  521. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  522.  
  523.  
  524. goroutine 1268239 [chan receive]:
  525. net/http.(*persistConn).readLoop(0xf8406fd400, 0x0)
  526. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:644 +0x58d
  527.  
  528. created by net/http.(*Transport).getConn
  529. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  530.  
  531.  
  532. goroutine 1268046 [chan receive]:
  533. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf8404f1cc0, 0xf8400d2090, 0x23, 0xfff
  534. fffffffffff01, ...)
  535. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  536. net.(*netFD).Read(0xf8404f1cc0, 0xf8403a6000, 0x8000, 0x8000, 0xffffffffffffffff
  537. , ...)
  538. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  539. net.(*conn).Read(0xf840328cb8, 0xf8403a6000, 0x8000, 0x8000, 0x0, ...)
  540. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  541. main.(*timeoutConn).Read(0xf84045cd00, 0xf8403a6000, 0x8000, 0x8000, 0xd, ...)
  542. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  543. bufio.(*Reader).Read(0xf840851ba0, 0xf8403a6000, 0x8000, 0x8000, 0x8000, ...)
  544. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:135 +0x11d
  545. io.(*LimitedReader).Read(0xf8402cde80, 0xf8403a6000, 0x8000, 0x8000, 0x2, ...)
  546. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:406 +0xc0
  547. net/http.(*body).Read(0xf840873680, 0xf8403a6000, 0x8000, 0x8000, 0x3f8, ...)
  548. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:538 +0x8c
  549. net/http.(*bodyEOFSignal).Read(0xf8407b1d20, 0xf8403a6000, 0x8000, 0x8000, 0x9a0
  550. , ...)
  551. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:825 +0x57
  552. io.(*multiReader).Read(0xf8402cdc60, 0xf8403a6000, 0x8000, 0x8000, 0x5a8, ...)
  553. /Users/dustin/prog/eprojects/go/src/pkg/io/multi.go:13 +0x92
  554. io.Copy(0xf84026a780, 0xf8401cf980, 0xf84026a6f0, 0xf8402cdc60, 0x283a18, ...)
  555. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:360 +0x1a9
  556. net/http.(*transferWriter).WriteBody(0xf840401bd0, 0xf8400d2c00, 0xf8408737c0, 0
  557. x0, 0x0, ...)
  558. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:194 +0x1c6
  559. net/http.(*Request).write(0xf8403009c0, 0xf8400d2c00, 0xf8408737c0, 0x0, 0xf8401
  560. 27b20, ...)
  561. /Users/dustin/prog/eprojects/go/src/pkg/net/http/request.go:371 +0x833
  562. net/http.(*persistConn).writeLoop(0xf8405ea500, 0x0)
  563. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:661 +0x1b8
  564.  
  565. created by net/http.(*Transport).getConn
  566. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  567.  
  568.  
  569. goroutine 1268253 [chan receive]:
  570. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf8407c8000, 0xf8400d2090, 0x23, 0xfff
  571. fffffffffff01, ...)
  572. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  573. net.(*netFD).Read(0xf8407c8000, 0xf8409a5000, 0x8000, 0x8000, 0xffffffffffffffff
  574. , ...)
  575. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  576. net.(*conn).Read(0xf840284ca8, 0xf8409a5000, 0x8000, 0x8000, 0x0, ...)
  577. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  578. main.(*timeoutConn).Read(0xf8409dc5a0, 0xf8409a5000, 0x8000, 0x8000, 0x9, ...)
  579. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  580. bufio.(*Reader).Read(0xf8408519c0, 0xf8409a5000, 0x8000, 0x8000, 0x8000, ...)
  581. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:135 +0x11d
  582. io.(*LimitedReader).Read(0xf8406a6560, 0xf8409a5000, 0x8000, 0x8000, 0x2, ...)
  583. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:406 +0xc0
  584. net/http.(*body).Read(0xf8403f7600, 0xf8409a5000, 0x8000, 0x8000, 0x510, ...)
  585. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:538 +0x8c
  586. net/http.(*bodyEOFSignal).Read(0xf84040b5a0, 0xf8409a5000, 0x8000, 0x8000, 0xab8
  587. , ...)
  588. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:825 +0x57
  589. io.(*multiReader).Read(0xf8409dc640, 0xf8409a5000, 0x8000, 0x8000, 0x5a8, ...)
  590. /Users/dustin/prog/eprojects/go/src/pkg/io/multi.go:13 +0x92
  591. io.Copy(0xf84026a780, 0xf8403f44e0, 0xf84026a6f0, 0xf8409dc640, 0x39260, ...)
  592. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:360 +0x1a9
  593. net/http.(*transferWriter).WriteBody(0xf840401700, 0xf8400d2c00, 0xf8403f7740, 0
  594. x0, 0x0, ...)
  595. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:194 +0x1c6
  596. net/http.(*Request).write(0xf840383dd0, 0xf8400d2c00, 0xf8403f7740, 0x0, 0xf8406
  597. 231a0, ...)
  598. /Users/dustin/prog/eprojects/go/src/pkg/net/http/request.go:371 +0x833
  599. net/http.(*persistConn).writeLoop(0xf84062ea00, 0x0)
  600. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:661 +0x1b8
  601.  
  602. created by net/http.(*Transport).getConn
  603. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  604.  
  605.  
  606. goroutine 1267532 [chan receive]:
  607. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf840414e40, 0xf8400d2090, 0x23, 0xfff
  608. fffffffffff01, ...)
  609. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  610. net.(*netFD).Read(0xf840414e40, 0xf84044b000, 0x8000, 0x8000, 0xffffffffffffffff
  611. , ...)
  612. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  613. net.(*conn).Read(0xf8409dfc08, 0xf84044b000, 0x8000, 0x8000, 0x0, ...)
  614. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  615. main.(*timeoutConn).Read(0xf8403a5640, 0xf84044b000, 0x8000, 0x8000, 0x1, ...)
  616. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  617. bufio.(*Reader).Read(0xf840599540, 0xf84044b000, 0x8000, 0x8000, 0x8000, ...)
  618. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:135 +0x11d
  619. io.(*LimitedReader).Read(0xf8409be2e0, 0xf84044b000, 0x8000, 0x8000, 0x2, ...)
  620. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:406 +0xc0
  621. net/http.(*body).Read(0xf84023f100, 0xf84044b000, 0x8000, 0x8000, 0x8b3, ...)
  622. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:538 +0x8c
  623. net/http.(*bodyEOFSignal).Read(0xf8406f55d0, 0xf84044b000, 0x8000, 0x8000, 0xe5b
  624. , ...)
  625. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:825 +0x57
  626. io.(*multiReader).Read(0xf840372300, 0xf84044b000, 0x8000, 0x8000, 0x5a8, ...)
  627. /Users/dustin/prog/eprojects/go/src/pkg/io/multi.go:13 +0x92
  628. io.Copy(0xf84026a780, 0xf840602260, 0xf84026a6f0, 0xf840372300, 0x860f16, ...)
  629. /Users/dustin/prog/eprojects/go/src/pkg/io/io.go:360 +0x1a9
  630. net/http.(*transferWriter).WriteBody(0xf8408680e0, 0xf8400d2c00, 0xf84023f2c0, 0
  631. x0, 0x0, ...)
  632. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transfer.go:194 +0x1c6
  633. net/http.(*Request).write(0xf840136b60, 0xf8400d2c00, 0xf84023f2c0, 0x0, 0xf8405
  634. 3ee20, ...)
  635. /Users/dustin/prog/eprojects/go/src/pkg/net/http/request.go:371 +0x833
  636. net/http.(*persistConn).writeLoop(0xf8405b9000, 0x0)
  637. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:661 +0x1b8
  638.  
  639. created by net/http.(*Transport).getConn
  640. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:409 +0x5cd
  641.  
  642.  
  643. goroutine 1268248 [chan receive]:
  644. net/http.(*persistConn).readLoop(0xf8402b9100, 0x0)
  645. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:644 +0x58d
  646.  
  647. created by net/http.(*Transport).getConn
  648. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  649.  
  650.  
  651. goroutine 1268246 [chan receive]:
  652. net.(*pollServer).WaitRead(0xf8400d20c0, 0xf8407c8300, 0xf8400d2090, 0x23, 0xfff
  653. fffffffffff01, ...)
  654. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:248 +0x63
  655. net.(*netFD).Read(0xf8407c8300, 0xf8407b2000, 0x1000, 0x1000, 0xffffffffffffffff
  656. , ...)
  657. /Users/dustin/prog/eprojects/go/src/pkg/net/fd_unix.go:433 +0x1ad
  658. net.(*conn).Read(0xf8402848e8, 0xf8407b2000, 0x1000, 0x1000, 0x0, ...)
  659. /Users/dustin/prog/eprojects/go/src/pkg/net/net_posix.go:30 +0xc5
  660. main.(*timeoutConn).Read(0xf8403b28a0, 0xf8407b2000, 0x1000, 0x1000, 0x417c4e, .
  661. ..)
  662. /Users/dustin/go/src/misc/wikifiles/timeout.go:16 +0xc1
  663. bufio.(*Reader).fill(0xf84047b6c0, 0xf84040b180)
  664. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:77 +0xff
  665. bufio.(*Reader).Peek(0xf84047b6c0, 0x1, 0xf8400772a0, 0x3, 0xf8405590a7, ...)
  666. /Users/dustin/prog/eprojects/go/src/pkg/bufio/bufio.go:102 +0xaf
  667. net/http.(*persistConn).readLoop(0xf84062e300, 0x0)
  668. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:557 +0xd3
  669. created by net/http.(*Transport).getConn
  670. /Users/dustin/prog/eprojects/go/src/pkg/net/http/transport.go:408 +0x5b3
  671.  
  672. 1243.810u 1008.374s 23:50:20.46 2.6% 4019+32752k 17+0io 0pf+0w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement