Skip to content
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

Validators crash when node count is high (e.g. 150) #1397

Closed
pgarg66 opened this issue Sep 28, 2018 · 1 comment
Closed

Validators crash when node count is high (e.g. 150) #1397

pgarg66 opened this issue Sep 28, 2018 · 1 comment
Assignees

Comments

@pgarg66
Copy link
Contributor

pgarg66 commented Sep 28, 2018

Some validators crash when network has high node count. The following crash was observed with 150 validators.

thread 'solana-listen' panicked at 'assertion failed: len <= BLOB_SIZE', src/packet.rs:235:9
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
stack backtrace:
   0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
             at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
   1: std::sys_common::backtrace::print
             at libstd/sys_common/backtrace.rs:71
             at libstd/sys_common/backtrace.rs:59
   2: std::panicking::default_hook::{{closure}}
             at libstd/panicking.rs:211
   3: std::panicking::default_hook
             at libstd/panicking.rs:227
   4: solana::metrics::set_panic_hook::{{closure}}::{{closure}}
   5: std::panicking::rust_panic_with_hook
             at libstd/panicking.rs:479
   6: std::panicking::begin_panic
   7: solana::packet::to_blob
   8: solana::crdt::Crdt::handle_protocol
   9: solana::crdt::Crdt::run_listen

This is because the gossip response are bigger than blob size.

@aeyakovenko
Copy link
Member

fixed in #1493

vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
joncinque pushed a commit to joncinque/solana that referenced this issue May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants