Advertisement
bcurdy

Ethereum Go Running Contract Error

May 23rd, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.00 KB | None | 0 0
  1. 2014/05/23 17:19:22 [STATE] Added block #1152 (f4f7b4e618210752aa84bc05243f5d9fa4958d3a74b98fd19a871846aab463e9)
  2.  
  3. panic: runtime error: invalid memory address or nil pointer dereference
  4. [signal 0xb code=0x1 addr=0x38 pc=0x41f99a5]
  5.  
  6. goroutine 6 [running]:
  7. runtime.panic(0x4463140, 0x49dd039)
  8.     /usr/local/go/src/pkg/runtime/panic.c:266 +0xb6
  9. github.com/ethereum/eth-go/ethpub.(*PEthereum).createTx(0xc2109b00f0, 0xc210e7b820, 0x40, 0x44e32c0, 0x0, ...)
  10.     /Users/*******/go/src/github.com/ethereum/eth-go/ethpub/pub.go:154 +0x5c5
  11. github.com/ethereum/eth-go/ethpub.(*PEthereum).Create(0xc2109b00f0, 0xc210e7b820, 0x40, 0x0, 0x0, ...)
  12.     /Users/*******/go/src/github.com/ethereum/eth-go/ethpub/pub.go:94 +0xe7
  13. github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).Create(0xc2109c45a0, 0x0, 0x0, 0x0, 0x0, ...)
  14.     /Users/*******/go/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:267 +0x18f
  15. reflect.Value.call(0x44bdee0, 0xc2109c45a0, 0x138, 0x44e58c0, 0x4, ...)
  16.     /usr/local/go/src/pkg/reflect/value.go:474 +0xe0b
  17. reflect.Value.Call(0x44bdee0, 0xc2109c45a0, 0x138, 0x6c7bcf0, 0x5, ...)
  18.     /usr/local/go/src/pkg/reflect/value.go:345 +0x9d
  19. github.com/go-qml/qml.hookGoValueCallMethod(0x6868910, 0xc2100a01e0, 0x7fff00000000, 0x7fff5fbfaa40)
  20.     /Users/*******/go/src/github.com/go-qml/qml/bridge.go:497 +0x40c
  21. github.com/go-qml/qml._Cfunc_applicationExec(0x4a07768)
  22.     github.com/go-qml/qml/_obj/_cgo_defun.c:69 +0x31
  23. github.com/go-qml/qml.guiLoop()
  24.     /Users/*******/go/src/github.com/go-qml/qml/bridge.go:43 +0x132
  25. created by github.com/go-qml/qml.Init
  26.     /Users/*******/go/src/github.com/go-qml/qml/qml.go:44 +0xa0
  27.  
  28. goroutine 1 [semacquire]:
  29. sync.runtime_Semacquire(0xc210e5aafc)
  30.     /private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/makerelease023741545/go/src/pkg/runtime/sema.goc:199 +0x30
  31. sync.(*Mutex).Lock(0xc210e5aaf8)
  32.     /usr/local/go/src/pkg/sync/mutex.go:66 +0xd6
  33. github.com/go-qml/qml.(*Window).Wait(0xc210e59230)
  34.     /Users/*******/go/src/github.com/go-qml/qml/qml.go:892 +0x9b
  35. github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).Start(0xc2109c45a0, 0x44e32c0, 0x0)
  36.     /Users/*******/go/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:98 +0x61c
  37. main.main()
  38.     /Users/*******/go/src/github.com/ethereum/go-ethereum/ethereal/ethereum.go:128 +0x7a2
  39.  
  40. goroutine 3 [syscall]:
  41. os/signal.loop()
  42.     /usr/local/go/src/pkg/os/signal/signal_unix.go:21 +0x1e
  43. created by os/signal.init·1
  44.     /usr/local/go/src/pkg/os/signal/signal_unix.go:27 +0x31
  45.  
  46. goroutine 4 [syscall]:
  47. runtime.goexit()
  48.     /usr/local/go/src/pkg/runtime/proc.c:1394
  49.  
  50. goroutine 7 [select]:
  51. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc21007e480)
  52.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:115 +0x1c5
  53. created by github.com/syndtr/goleveldb/leveldb.openDB
  54.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db.go:114 +0x402
  55.  
  56. goroutine 8 [select]:
  57. github.com/syndtr/goleveldb/leveldb.(*DB).compaction(0xc21007e480)
  58.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:437 +0x75f
  59. created by github.com/syndtr/goleveldb/leveldb.openDB
  60.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db.go:117 +0x443
  61.  
  62. goroutine 9 [select]:
  63. github.com/syndtr/goleveldb/leveldb.(*DB).writeJournal(0xc21007e480)
  64.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:36 +0x142
  65. created by github.com/syndtr/goleveldb/leveldb.openDB
  66.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db.go:118 +0x45a
  67.  
  68. goroutine 10 [select]:
  69. github.com/ethereum/eth-go/ethchain.(*TxPool).queueHandler(0xc210039d20)
  70.     /Users/*******/go/src/github.com/ethereum/eth-go/ethchain/transaction_pool.go:172 +0x2c8
  71. created by github.com/ethereum/eth-go/ethchain.(*TxPool).Start
  72.     /Users/*******/go/src/github.com/ethereum/eth-go/ethchain/transaction_pool.go:243 +0x2e
  73.  
  74. goroutine 11 [select]:
  75. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc21007e6c0)
  76.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:115 +0x1c5
  77. created by github.com/syndtr/goleveldb/leveldb.openDB
  78.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db.go:114 +0x402
  79.  
  80. goroutine 12 [select]:
  81. github.com/syndtr/goleveldb/leveldb.(*DB).compaction(0xc21007e6c0)
  82.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:437 +0x75f
  83. created by github.com/syndtr/goleveldb/leveldb.openDB
  84.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db.go:117 +0x443
  85.  
  86. goroutine 13 [select]:
  87. github.com/syndtr/goleveldb/leveldb.(*DB).writeJournal(0xc21007e6c0)
  88.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:36 +0x142
  89. created by github.com/syndtr/goleveldb/leveldb.openDB
  90.     /Users/*******/go/src/github.com/syndtr/goleveldb/leveldb/db.go:118 +0x45a
  91.  
  92. goroutine 14 [IO wait]:
  93. net.runtime_pollWait(0x67a7df0, 0x72, 0x0)
  94.     /private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/makerelease023741545/go/src/pkg/runtime/netpoll.goc:116 +0x6a
  95. net.(*pollDesc).Wait(0xc2109b7d80, 0x72, 0x67a40e8, 0x23)
  96.     /usr/local/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
  97. net.(*pollDesc).WaitRead(0xc2109b7d80, 0x23, 0x67a40e8)
  98.     /usr/local/go/src/pkg/net/fd_poll_runtime.go:86 +0x30
  99. net.(*netFD).accept(0xc2109b7d20, 0x45d00b8, 0x0, 0x67a40e8, 0x23)
  100.     /usr/local/go/src/pkg/net/fd_unix.go:382 +0x2c2
  101. net.(*TCPListener).AcceptTCP(0xc210000ca8, 0x0, 0x0, 0x0)
  102.     /usr/local/go/src/pkg/net/tcpsock_posix.go:233 +0x47
  103. net.(*TCPListener).Accept(0xc210000ca8, 0x0, 0x0, 0x0, 0x0)
  104.     /usr/local/go/src/pkg/net/tcpsock_posix.go:243 +0x27
  105. github.com/ethereum/eth-go.(*Ethereum).peerHandler(0xc21007a160, 0x67a6e50, 0xc210000ca8)
  106.     /Users/*******/go/src/github.com/ethereum/eth-go/ethereum.go:412 +0x2d
  107. created by github.com/ethereum/eth-go.(*Ethereum).Start
  108.     /Users/*******/go/src/github.com/ethereum/eth-go/ethereum.go:339 +0x2a5
  109.  
  110. goroutine 15 [chan receive]:
  111. github.com/ethereum/eth-go.(*Ethereum).ReapDeadPeerHandler(0xc21007a160)
  112.     /Users/*******/go/src/github.com/ethereum/eth-go/ethereum.go:321 +0x67
  113. created by github.com/ethereum/eth-go.(*Ethereum).Start
  114.     /Users/*******/go/src/github.com/ethereum/eth-go/ethereum.go:347 +0x18e
  115.  
  116. goroutine 24 [chan receive]:
  117. github.com/ethereum/eth-go.(*Ethereum).ReapDeadPeerHandler(0xc21007a160)
  118.     /Users/*******/go/src/github.com/ethereum/eth-go/ethereum.go:321 +0x67
  119. created by github.com/ethereum/eth-go.(*Ethereum).Start
  120.     /Users/*******/go/src/github.com/ethereum/eth-go/ethereum.go:347 +0x18e
  121.  
  122. goroutine 19 [select]:
  123. github.com/ethereum/eth-go.(*Peer).HandleOutbound(0xc210079480)
  124.     /Users/*******/go/src/github.com/ethereum/eth-go/peer.go:228 +0x246
  125. created by github.com/ethereum/eth-go.(*Peer).Start
  126.     /Users/*******/go/src/github.com/ethereum/eth-go/peer.go:506 +0x2a0
  127.  
  128. goroutine 20 [IO wait]:
  129. net.runtime_pollWait(0x67a7d48, 0x72, 0x0)
  130.     /private/var/folders/00/0sdwh000h01000cxqpysvccm0035qk/T/makerelease023741545/go/src/pkg/runtime/netpoll.goc:116 +0x6a
  131. net.(*pollDesc).Wait(0xc210064220, 0x72, 0x67a40e8, 0x23)
  132.     /usr/local/go/src/pkg/net/fd_poll_runtime.go:81 +0x34
  133. net.(*pollDesc).WaitRead(0xc210064220, 0x23, 0x67a40e8)
  134.     /usr/local/go/src/pkg/net/fd_poll_runtime.go:86 +0x30
  135. net.(*netFD).Read(0xc2100641c0, 0xc21102d200, 0x5a0, 0x5a0, 0x0, ...)
  136.     /usr/local/go/src/pkg/net/fd_unix.go:204 +0x2a0
  137. net.(*conn).Read(0xc210e5a0c8, 0xc21102d200, 0x5a0, 0x5a0, 0x5a0, ...)
  138.     /usr/local/go/src/pkg/net/net.go:122 +0xc5
  139. github.com/ethereum/eth-go/ethwire.ReadMessages(0x67a7e98, 0xc210e5a0c8, 0x0, 0x0, 0x0, ...)
  140.     /Users/*******/go/src/github.com/ethereum/eth-go/ethwire/messaging.go:131 +0x1a6
  141. github.com/ethereum/eth-go.(*Peer).HandleInbound(0xc210079480)
  142.     /Users/*******/go/src/github.com/ethereum/eth-go/peer.go:272 +0x85
  143. created by github.com/ethereum/eth-go.(*Peer).Start
  144.     /Users/*******/go/src/github.com/ethereum/eth-go/peer.go:508 +0x2ba
  145.  
  146. goroutine 23 [select]:
  147. github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).update(0xc2109c45a0)
  148.     /Users/*******/go/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:197 +0xb6c
  149. created by github.com/ethereum/go-ethereum/ethereal/ui.(*Gui).showWallet
  150.     /Users/*******/go/src/github.com/ethereum/go-ethereum/ethereal/ui/gui.go:113 +0xf9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement