Advertisement
Guest User

Untitled

a guest
May 28th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. /usr/lib/go/src/pkg/runtime/sema.goc:199 +0x34
  2. sync.(*Mutex).Lock(0x149b9000)
  3. /usr/lib/go/src/pkg/sync/mutex.go:66 +0x100
  4. sync.(*RWMutex).Lock(0x149b9000)
  5. /usr/lib/go/src/pkg/sync/rwmutex.go:78 +0x38
  6. github.com/ethereum/go-ethereum/core.(*TxPool).AddTransactions(0x149b9000, 0x1af12580, 0x1, 0x4)
  7. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:199 +0x40
  8. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x149a2690, 0x13786870, 0x0, 0x0)
  9. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:200 +0x85c
  10. github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x149a2690, 0x13786870, 0x0, 0x0)
  11. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:171 +0x494
  12. github.com/ethereum/go-ethereum/eth.func·003(0x1e8ab780, 0xb3486208, 0x1e8ab720, 0xffffffff, 0x0)
  13. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:88 +0xa4
  14. github.com/ethereum/go-ethereum/p2p.func·002()
  15. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x94
  16. created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
  17. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x264
  18.  
  19. goroutine 113326 [select]:
  20. github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0x140e10f0, 0x17, 0x0, 0x403c, 0xb6d5ad60, ...)
  21. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:210 +0x454
  22. github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x140e10f0, 0x18d2fe40)
  23. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:182 +0x158
  24. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  25. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xa0
  26.  
  27. goroutine 113327 [select]:
  28. github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x140e10f0)
  29. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x1d8
  30. created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
  31. /home/odroid/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xc8
  32. odroid@odroid:~/go-ethereum/build/bin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement