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
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.
The text was updated successfully, but these errors were encountered: