Hello ,
update to ver. 3.0.1 , now I have this error :
Node running and accepting RPC requests over HTTP on port 127.0.0.1:53898. Press Ctrl-C to exit
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0xfa0e59]
goroutine 4423 [running]:
github.com/algorand/go-algorand/catchup.(*peerSelector).findPeer(0xc0002d7320, 0x0, 0x0, 0x164efb59)
github.com/algorand/go-algorand/catchup/peerSelector.go:487 +0x39
github.com/algorand/go-algorand/catchup.(*peerSelector).peerDownloadDurationToRank(0xc0002d7320, 0x0, 0x0, 0x0)
github.com/algorand/go-algorand/catchup/peerSelector.go:374 +0x77
github.com/algorand/go-algorand/catchup.(*CatchpointCatchupService).processStageLastestBlockDownload(0xc0000ce000, 0xc0065f5b00, 0x0)
github.com/algorand/go-algorand/catchup/catchpointService.go:415 +0x85d
github.com/algorand/go-algorand/catchup.(*CatchpointCatchupService).run(0xc0000ce000)
github.com/algorand/go-algorand/catchup/catchpointService.go:195 +0x366
created by github.com/algorand/go-algorand/catchup.(*CatchpointCatchupService).Start
github.com/algorand/go-algorand/catchup/catchpointService.go:149 +0xfa
Anyone have this issue ?
Thanks
B.