Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. goroutine 68 [IO wait]:
  2. net.runtime_pollWait(0x7f41dc28f348, 0x72, 0xc820090000)
  3. /usr/local/go/src/runtime/netpoll.go:160 +0x60
  4. net.(*pollDesc).Wait(0xc8200183e0, 0x72, 0x0, 0x0)
  5. /usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
  6. net.(*pollDesc).WaitRead(0xc8200183e0, 0x0, 0x0)
  7. /usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
  8. net.(*netFD).Read(0xc820018380, 0xc820090000, 0x1000, 0x1000, 0x0, 0x7f41dc28a050, 0xc82000a078)
  9. /usr/local/go/src/net/fd_unix.go:250 +0x23a
  10. net.(*conn).Read(0xc82002a040, 0xc820090000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  11. /usr/local/go/src/net/net.go:172 +0xe4
  12. main.connRead(0x7f41dc28e5b8, 0xc82002a040, 0x1, 0x0, 0x0, 0x0)
  13. /home/****/GoWork/src/nTestServer/main.go:237 +0xc0
  14. main.handle(0x7f41dc28e5b8, 0xc82002a040)
  15. /home/****/GoWork/src/nTestServer/main.go:219 +0x3d
  16. created by main.main
  17. /home/****/GoWork/src/nTestServer/main.go:207 +0x2326
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement