Advertisement
flammon

geth 1.4 invalid memory address or nil pointer dereference

Dec 18th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. rich@cheetah:~
  2. $ geth attach rpc:http://192.168.123.123:8545
  3. panic: runtime error: invalid memory address or nil pointer dereference
  4. [signal 0xb code=0x1 addr=0x0 pc=0x421aa6]
  5.  
  6. goroutine 1 [running]:
  7. main.(*jsre).apiBindings(0xc82001b420, 0x7fa5d0ac5150, 0xc82001b420, 0x0, 0x0)
  8. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:346 +0x11d6
  9. main.newLightweightJSRE(0xc820282990, 0x1, 0x7fa5d0ac4a28, 0xc820012910, 0xc8201d52a0, 0x14, 0x1, 0x0)
  10. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:157 +0x16c
  11. main.attach(0xc8200886c0)
  12. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:411 +0x3c2
  13. github.com/codegangsta/cli.Command.Run(0xecae88, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x100e260, 0x42, 0x110fc80, ...)
  14. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:131 +0x1055
  15. github.com/codegangsta/cli.(*App).Run(0xc820088480, 0xc82000a270, 0x3, 0x3, 0x0, 0x0)
  16. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:175 +0xfd6
  17. main.main()
  18. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:360 +0x83
  19.  
  20. goroutine 17 [syscall, locked to thread]:
  21. runtime.goexit()
  22. /usr/lib/go/src/runtime/asm_amd64.s:1696 +0x1
  23.  
  24. goroutine 5 [chan receive]:
  25. github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x1796340)
  26. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x67
  27. created by github.com/ethereum/go-ethereum/logger/glog.init.1
  28. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x6f
  29.  
  30. goroutine 34 [select]:
  31. github.com/ethereum/go-ethereum/logger.dispatchLoop()
  32. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x624
  33. created by github.com/ethereum/go-ethereum/logger.init.1
  34. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
  35.  
  36. goroutine 35 [syscall]:
  37. os/signal.loop()
  38. /usr/lib/go/src/os/signal/signal_unix.go:22 +0x18
  39. created by os/signal.init.1
  40. /usr/lib/go/src/os/signal/signal_unix.go:28 +0x37
  41.  
  42. goroutine 7 [select]:
  43. github.com/ethereum/go-ethereum/jsre.(*JSRE).runEventLoop(0xc820276780)
  44. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:149 +0xe04
  45. created by github.com/ethereum/go-ethereum/jsre.New
  46. /build/ethereum-37kbUC/ethereum-1.4.0+53SNAPSHOT20151218114318wily/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:67 +0x139
  47.  
  48. goroutine 9 [IO wait]:
  49. net.runtime_pollWait(0x7fa5d0ac6250, 0x72, 0xc82000e1f0)
  50. /usr/lib/go/src/runtime/netpoll.go:157 +0x60
  51. net.(*pollDesc).Wait(0xc82001b8e0, 0x72, 0x0, 0x0)
  52. /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
  53. net.(*pollDesc).WaitRead(0xc82001b8e0, 0x0, 0x0)
  54. /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
  55. net.(*netFD).Read(0xc82001b880, 0xc8202c2000, 0x1000, 0x1000, 0x0, 0x7fa5d0ac0050, 0xc82000e1f0)
  56. /usr/lib/go/src/net/fd_unix.go:232 +0x23a
  57. net.(*conn).Read(0xc82002e0e8, 0xc8202c2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  58. /usr/lib/go/src/net/net.go:172 +0xe4
  59. net/http.noteEOFReader.Read(0x7fa5d0ac6310, 0xc82002e0e8, 0xc820270318, 0xc8202c2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  60. /usr/lib/go/src/net/http/transport.go:1370 +0x67
  61. net/http.(*noteEOFReader).Read(0xc8202ba7a0, 0xc8202c2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  62. <autogenerated>:126 +0xd0
  63. bufio.(*Reader).fill(0xc8202c0180)
  64. /usr/lib/go/src/bufio/bufio.go:97 +0x1e9
  65. bufio.(*Reader).Peek(0xc8202c0180, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  66. /usr/lib/go/src/bufio/bufio.go:132 +0xcc
  67. net/http.(*persistConn).readLoop(0xc8202702c0)
  68. /usr/lib/go/src/net/http/transport.go:876 +0xf7
  69. created by net/http.(*Transport).dialConn
  70. /usr/lib/go/src/net/http/transport.go:685 +0xc78
  71.  
  72. goroutine 10 [select]:
  73. net/http.(*persistConn).writeLoop(0xc8202702c0)
  74. /usr/lib/go/src/net/http/transport.go:1009 +0x40c
  75. created by net/http.(*Transport).dialConn
  76. /usr/lib/go/src/net/http/transport.go:686 +0xc9d
  77.  
  78.  
  79. rich@cheetah:~
  80. $ geth version
  81. Geth
  82. Version: 1.4.0-unstable
  83. Protocol Versions: [63 62 61]
  84. Network Id: 1
  85. Go Version: go1.5.1
  86. OS: linux
  87. GOPATH=
  88. GOROOT=/usr/lib/go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement