-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erreur de segmentation #320
Comments
hi thanks will try |
I use 1.3.2 version and had the same issue (archive node) :
Only way to fix were to erase /block folder and resync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dcjona@nuc:~$ sudo /home/dcjona/ternoascript/ternoa-node/target/release/ternoa --name "SecureTernoaGuardian" --chain mainnet --base-path /block/chain/node-data --ws-max-connections 1000 --prometheus-port 9615 --validator --telemetry-url "wss://telemetry.polkadot.io/submit/ 0" --state-pruning archive
2024-03-18 09:42:44 Ternoa Node
2024-03-18 09:42:44 ✌️ version 1.1.1
2024-03-18 09:42:44 ❤️ by Ternoa, 2020-2024
2024-03-18 09:42:44 📋 Chain specification: Ternoa Mainnet
2024-03-18 09:42:44 🏷 Node name: SecureTernoaGuardian
2024-03-18 09:42:44 👤 Role: AUTHORITY
2024-03-18 09:42:44 💾 Database: RocksDb at /block/chain/node-data/chains/mainnet-live/db/full
2024-03-18 09:42:44 ⛓ Native runtime: mainnet-21 (mainnet-0.tx1.au1)
====================
Version: 1.1.1
0: sp_panic_handler::set::{{closure}}
1: std::panicking::rust_panic_with_hook
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:702:17
2: std::panicking::begin_panic_handler::{{closure}}
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:588:13
3: std::sys_common::backtrace::__rust_end_short_backtrace
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/sys_common/backtrace.rs:138:18
4: rust_begin_unwind
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:584:5
5: core::panicking::panic_fmt
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/core/src/panicking.rs:142:14
6: core::result::unwrap_failed
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/core/src/result.rs:1814:5
7: <sp_state_machine::ext::Ext<H,B> as sp_externalities::Externalities>::storage
8: <&mut dyn sp_externalities::Externalities as sp_io::storage::Storage>::get_version_1
9: sp_externalities::scope_limited::with_externalities
10: tracing::span::Span::in_scope
11: sp_io::storage::get_version_1
12: sp_io::storage::ExtStorageGetVersion1::call
13: <sc_executor_wasmtime::imports::Registry as sp_wasm_interface::HostFunctionRegistry>::with_function_context
14: std::panicking::try
15: <F as wasmtime::func::IntoFunc<T,(wasmtime::func::Caller,A1),R>>::into_func::wasm_to_host_shim
16:
17:
18:
19:
20: wasmtime_runtime::traphandlers::catch_traps::call_closure
21: wasmtime_setjmp
22: wasmtime_runtime::traphandlers::::with
23: wasmtime_runtime::traphandlers::catch_traps
24: wasmtime::func::invoke_wasm_and_catch_traps
25: wasmtime::func::typed::TypedFunc<Params,Results>::call
26: sc_executor_wasmtime::instance_wrapper::EntryPoint::call
27: sc_executor_wasmtime::runtime::perform_call
28: <sc_executor_wasmtime::runtime::WasmtimeInstance as sc_executor_common::wasm_runtime::WasmInstance>::call_with_allocation_stats
29: sc_executor_common::wasm_runtime::WasmInstance::call_export
30: std::panicking::try
31: std::thread::local::LocalKey::with
32: sc_executor::native_executor::WasmExecutor::with_instance::{{closure}}
33: sc_executor::wasm_runtime::RuntimeCache::with_instance
34: <sc_executor::native_executor::NativeElseWasmExecutor as sp_core::traits::CodeExecutor>::call
35: sp_state_machine::execution::StateMachine<B,H,Exec>::execute_aux
36: sp_state_machine::execution::StateMachine<B,H,Exec>::execute_using_consensus_failure_handler
37: <sc_service::client::call_executor::LocalCallExecutor<Block,B,E> as sc_client_api::call_executor::CallExecutor>::contextual_call
38: <sc_service::client::client::Client<B,E,Block,RA> as sp_api::CallApiAt>::call_api_at
39: <mainnet_runtime::RuntimeApiImpl<SR_API_BLOCK,RuntimeApiImplCall> as sp_api::Core<SR_API_BLOCK>>::__runtime_api_internal_call_api_at
40: sp_consensus_babe::BabeApi::configuration
41: ternoa_service::new_partial
42: ternoa_service::new_full
43: tokio::runtime::park::CachedParkThread::block_on
44: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
45: tokio::runtime::runtime::Runtime::block_on
46: sc_cli::runner::Runner::run_node_until_exit
47: ternoa_cli::command::run
48: ternoa::main
49: std::sys_common::backtrace::__rust_begin_short_backtrace
50: std::rt::lang_start::{{closure}}
51: core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/core/src/ops/function.rs:280:13
std::panicking::try::do_call
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:492:40
std::panicking::try
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:456:19
std::panic::catch_unwind
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panic.rs:137:14
std::rt::lang_start_internal::{{closure}}
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/rt.rs:128:48
std::panicking::try::do_call
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:492:40
std::panicking::try
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panicking.rs:456:19
std::panic::catch_unwind
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/panic.rs:137:14
std::rt::lang_start_internal
at /rustc/34a6cae28e7013ff0e640026a8e46f315426829d/library/std/src/rt.rs:128:20
52: main
53: __libc_start_main
54: _start
Thread 'main' panicked at 'Externalities not allowed to fail within runtime: "Trie lookup error: Database missing expected key: 0x0035d5792a25d8a3ae456f61d5e261968471d3a51d47340744cf5da510d6c15d"', /root/.cargo/git/checkouts/substrate-7e08433d4c370a21/a3ed011/primitives/state-machine/src/ext.rs:189
This is a bug. Please report it at:
Erreur de segmentation
The text was updated successfully, but these errors were encountered: