cess
cess copied to clipboard
A fatal error occurs when TEE is started.
- Block height: 1,217,665
- SGX authentication mode: IAS
- Ubuntu kernel version: 5.15
TEE will report an error when running on a brand new machine. The error content is as follows:
Cifrost will not encounter this problem if fast-sync is turned off,problem seem to related here:
2024-11-28 latest log: max 15MB
2024-11-28T05:52:48.066277Z INFO cifrost: bridge() exited with error: Rpc error: RPC error: ErrorObject { code: ServerError(-32008), message: "Response is too big", data: Some(RawValue("Exceeded max limit of 15728640")) }
**Caused by:
RPC error: ErrorObject { code: ServerError(-32008), message: "Response is too big", data: Some(RawValue("Exceeded max limit of 15728640")) }**
Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
1: cifrost::batch_sync_storage_changes::{{closure}}
2: cifrost::bridge::{{closure}}
3: <tokio::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
4: tokio::runtime::park::CachedParkThread::block_on
5: tokio::runtime::context::runtime::enter_runtime
6: tokio::runtime::runtime::Runtime::block_on
7: cifrost::main
8: std::sys_common::backtrace::__rust_begin_short_backtrace
9: std::rt::lang_start::{{closure}}
10: std::rt::lang_start_internal
11: main
12: __libc_start_main
13: _start
Closed by PR #450