Guest User

Untitled

a guest
Feb 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. $ go run -race main.go
  2. ==================
  3. WARNING: DATA RACE
  4. Read at 0x000000709670 by goroutine 8:
  5. runtime.convT2Eslice()
  6. /usr/local/go/src/runtime/iface.go:293 +0x0
  7. main.handleConn.func2()
  8. /home/konstantin/go/src/blockchain-tutorial/networking/main.go:100 +0x108
  9.  
  10. Previous write at 0x000000709670 by goroutine 11:
  11. main.handleConn.func1()
  12. /home/konstantin/go/src/blockchain-tutorial/networking/main.go:134 +0x758
  13.  
  14. Goroutine 8 (running) created at:
  15. main.handleConn()
  16. /home/konstantin/go/src/blockchain-tutorial/networking/main.go:97 +0x251
  17.  
  18. Goroutine 11 (running) created at:
  19. main.handleConn()
  20. /home/konstantin/go/src/blockchain-tutorial/networking/main.go:74 +0x21f
  21. ==================
Add Comment
Please, Sign In to add comment