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

thread 'solana-replicate-stage' panicked at 'index 65488 out of range for slice of length 65472', libcore/slice/mod.rs:2256:5 #752

Closed
mvines opened this issue Jul 25, 2018 · 1 comment · Fixed by #755
Assignees

Comments

@mvines
Copy link
Member

mvines commented Jul 25, 2018

This panic has been observed on validators on the tip of master. It seems to shutdown the validator and it stops voting

thread 'solana-replicate-stage' panicked at 'index 65488 out of range for slice of length 65472', libcore/slice/mod.rs:2256:5
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:467
   6: std::panicking::begin_panic_fmt
             at libstd/panicking.rs:350
   7: rust_begin_unwind
             at libstd/panicking.rs:328
   8: core::panicking::panic_fmt
             at libcore/panicking.rs:71
   9: core::slice::slice_index_len_fail
@mvines mvines added this to the v0.8.0 milestone Jul 25, 2018
@mvines mvines self-assigned this Jul 25, 2018
@mvines
Copy link
Member Author

mvines commented Jul 25, 2018

Here's an example of a validator log at the time of the panic:
panic.log

rob-solana added a commit to rob-solana/solana that referenced this issue Jul 25, 2018
  instead of using msg.meta.size, which refers to the entire blob's length

fixes solana-labs#752
rob-solana added a commit that referenced this issue Jul 25, 2018
  instead of using msg.meta.size, which refers to the entire blob's length

fixes #752
vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
)

Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.136.0 to 0.137.0.
- [Release notes](https://github.com/flowtype/flow-bin/releases)
- [Commits](https://github.com/flowtype/flow-bin/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2501babe pushed a commit to 2501babe/solana that referenced this issue Apr 11, 2024
buffalojoec pushed a commit to buffalojoec/solana that referenced this issue Apr 16, 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
1 participant