Open jobeirne-nydig opened 8 months ago
For what it's worth, the docker-compose.yml
configuration is here: https://gist.github.com/jobeirne-nydig/1960bbe47389a06843d242cb9f1e423b
In Cargo.toml you can change the panic setting from abort to unwind (or delete the panic setting and the default should be abort), then you can see where the panic is occurring.
While indexing testnet3, the electrs container will exit unexpectedly with code 137.
Despite the fact that I have
RUST_BACKTRACE
set to1
and am passing the-v
flag to the electrs command, no additional information is given.Restarting the container continues the indexing process (based on a growth of the data directory) but then exits in a similar fashion.