You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Few seconds after starting "monitor", the program crashes with a "SIGSEV" error.
% vigilante monitor --config /home/babylon/.vigilante/vigilante.yml --genesis /home/babylon/.babylond/config/genesis.json
INFO[2023-12-30T13:17:49Z] Successfully loaded config file at /home/babylon/.vigilante/vigilante.yml module=config
INFO[2023-12-30T13:17:49Z] Successfully created the BTC client and connected to the BTC server module=btcclient
INFO[2023-12-30T13:17:49Z] Successfully generated TLS certificates for the RPC server module=rpcserver
INFO[2023-12-30T13:17:49Z] the Monitor is started module=monitor
INFO[2023-12-30T13:17:49Z] liveness checker is started, checking liveness every 100 seconds module=monitor
INFO[2023-12-30T13:17:49Z] Successfully started the GRPC server at 127.0.0.1:8080 module=rpcserver
INFO[2023-12-30T13:17:49Z] the BTC scanner is started module=btcscanner
INFO[2023-12-30T13:17:49Z] the bootstrapping starts at 793155 module=btcscanner
INFO[2023-12-30T13:17:49Z] Successfully started Prometheus metrics server at 127.0.0.1:2112 module=metrics
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x20eb27c]
goroutine 75 [running]:
github.com/babylonchain/vigilante/monitor/btcscanner.(*BtcScanner).Bootstrap(0xc0005d6100)
/home/babylon/vigilante/monitor/btcscanner/btc_scanner.go:185 +0x35c
created by github.com/babylonchain/vigilante/monitor/btcscanner.(*BtcScanner).Start
/home/babylon/vigilante/monitor/btcscanner/btc_scanner.go:78 +0x85
zsh: exit 2 vigilante monitor --config /home/babylon/.vigilante/vigilante.yml --genesis
Below is my vigilante.yml file if it is of some use:
Hello,
Few seconds after starting "monitor", the program crashes with a "SIGSEV" error.
Below is my vigilante.yml file if it is of some use:
The text was updated successfully, but these errors were encountered: