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
Having one of the below issues when tried to run node-launchpad. It was working properly initially, then started to add more nodes and it crashed. The nodes that I have launched are all still running fine (according to CLI safenode-manager).
The application panicked (crashed).
Message: index outside of buffer: the area is Rect { x: 0, y: 0, width: 157, height: 39 } but index is (154, 39)
Location: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:253
name = "node-launchpad"
operating_system = "Ubuntu 24.4.0 (noble) [64-bit]"
crate_version = "0.4.5"
explanation = """
Panic occurred in file '/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs' at line 253
"""
cause = "index outside of buffer: the area is Rect { x: 0, y: 0, width: 157, height: 39 } but index is (154, 39)"
method = "Panic"
backtrace = """
0: 0x79977a142c52 - ratatui::buffer::buffer::Buffer::index_of::{{closure}}::h697b7509e28e4d94
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:253
1: 0x79977a14372f - core::option::Option::unwrap_or_else::h6e51ec4d986773c5
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/option.rs:1010
- ratatui::buffer::buffer::Buffer::index_of::ha606aa57a209da7f
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:252
- <ratatui::buffer::buffer::Buffer as core::ops::index::IndexMut
>::index_mut::h5b3ec2bcb6a016ca
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:568
- ratatui::buffer::buffer::Buffer::set_stringn::hca81e8944fff64d2
- ratatui::buffer::buffer::Buffer::set_span::h2092b3d607aafce8
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:391
2: 0x799779bb3ee3 - <throbber_widgets_tui::widgets::throbber::Throbber as ratatui::widgets::StatefulWidget>::render::hd49e5e9e3b8e4a69
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/throbber-widgets-tui-0.8.0/src/widgets/throbber.rs:237
3: 0x7997799bb07a - ratatui::terminal::frame::Frame::render_stateful_widget::h3af3d7c92aa72a66
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/frame.rs:156
- node_launchpad::components::status::NodeItem::render_as_row::hd5077e7537a677cd
at /home/runner/work/safe_network/safe_network/node-launchpad/src/components/status.rs:1291
- <node_launchpad::components::status::Status as node_launchpad::components::Component>::draw::h89cf048d31f8f347
at /home/runner/work/safe_network/safe_network/node-launchpad/src/components/status.rs:962
4: 0x799779987def - node_launchpad::app::App::run::{{closure}}::{{closure}}::h680f96164bb7b0a9
at /home/runner/work/safe_network/safe_network/node-launchpad/src/app.rs:246
- ratatui::terminal::terminal::Terminal::draw::{{closure}}::h31c0b5a2ec059709
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/terminal.rs:309
- ratatui::terminal::terminal::Terminal::try_draw::hd7bedba9916c7f62
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/terminal.rs:390
- ratatui::terminal::terminal::Terminal::draw::h6655a77c16d5eb76
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/terminal.rs:308
5: 0x79977994df5d - node_launchpad::app::App::run::{{closure}}::h1bfa799522584a4a
at /home/runner/work/safe_network/safe_network/node-launchpad/src/app.rs:240
6: 0x799779956c47 - node_launchpad::main::{{closure}}::h8437ce42ca798a61
at /home/runner/work/safe_network/safe_network/node-launchpad/src/bin/tui/main.rs:135
- tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h5b597eee395a2e5d
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs:281
7: 0x799779954c34 - tokio::runtime::coop::with_budget::hce59f846f12c1095
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107
- tokio::runtime::coop::budget::h1bfe6896431db31a
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73
- tokio::runtime::park::CachedParkThread::block_on::h919f2c1246917ebb
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs:281
8: 0x79977999748c - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::he23e0fa412d5d75a
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/blocking.rs:66
- tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h0c215fddeabf8db1
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs:87
- tokio::runtime::context::runtime::enter_runtime::hfaee6c80ede77e68
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65
9: 0x79977998d4ec - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h4f4ab3b82ff0096a
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs:86
- tokio::runtime::runtime::Runtime::block_on_inner::hd48ba1e2e30d36eb
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:363
- tokio::runtime::runtime::Runtime::block_on::hb2b24870e6849015
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335
10: 0x7997799a9c29 - node_launchpad::main::h1de243de5db31577
at /home/runner/work/safe_network/safe_network/node-launchpad/src/bin/tui/main.rs:137
11: 0x799779998273 - core::ops::function::FnOnce::call_once::h258731a8727d96e3
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250
- std::sys::backtrace::__rust_begin_short_backtrace::h90b677ab96e5aef7
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:154
12: 0x799779992e3d - std::rt::lang_start::{{closure}}::h43ad50c651018b5c
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/rt.rs:164
13: 0x79977a384097 - core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once::h2145eb81f8a47cf5
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:284
- std::panicking::try::do_call::hc96c2621f75b21ec
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554
- std::panicking::try::h4aa0b8fcdfee350c
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518
- std::panic::catch_unwind::h855b23552e516971
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345
- std::rt::lang_start_internal::{{closure}}::h69f377d95167f08d
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/rt.rs:143
- std::panicking::try::do_call::h73ca231bc1168161
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554
- std::panicking::try::h15239ec8c0b33055
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518
- std::panic::catch_unwind::h4ce030b7ba9628f5
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345
- std::rt::lang_start_internal::hf71fe240fdff3a45
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/rt.rs:143
14: 0x7997799a9d0c - main"""
The text was updated successfully, but these errors were encountered:
I am also getting this and looks like it is the same as #2313 which does suggests a workaround of opening a terminal full screen and launching from there which works for me.
Having one of the below issues when tried to run node-launchpad. It was working properly initially, then started to add more nodes and it crashed. The nodes that I have launched are all still running fine (according to CLI safenode-manager).
The application panicked (crashed).
Message: index outside of buffer: the area is Rect { x: 0, y: 0, width: 157, height: 39 } but index is (154, 39)
Location: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:253
"/tmp/report-ba5ccf0f-7c2b-417f-b66b-533215a934d5.toml" content below:
name = "node-launchpad"
operating_system = "Ubuntu 24.4.0 (noble) [64-bit]"
crate_version = "0.4.5"
explanation = """
Panic occurred in file '/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs' at line 253
"""
cause = "index outside of buffer: the area is Rect { x: 0, y: 0, width: 157, height: 39 } but index is (154, 39)"
method = "Panic"
backtrace = """
0: 0x79977a142c52 - ratatui::buffer::buffer::Buffer::index_of::{{closure}}::h697b7509e28e4d94
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:253
1: 0x79977a14372f - core::option::Option::unwrap_or_else::h6e51ec4d986773c5
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/option.rs:1010
- ratatui::buffer::buffer::Buffer::index_of::ha606aa57a209da7f
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:252
- <ratatui::buffer::buffer::Buffer as core::ops::index::IndexMut
>::index_mut::h5b3ec2bcb6a016ca
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:568
- ratatui::buffer::buffer::Buffer::set_stringn::hca81e8944fff64d2
- ratatui::buffer::buffer::Buffer::set_span::h2092b3d607aafce8
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/buffer/buffer.rs:391
2: 0x799779bb3ee3 - <throbber_widgets_tui::widgets::throbber::Throbber as ratatui::widgets::StatefulWidget>::render::hd49e5e9e3b8e4a69
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/throbber-widgets-tui-0.8.0/src/widgets/throbber.rs:237
3: 0x7997799bb07a - ratatui::terminal::frame::Frame::render_stateful_widget::h3af3d7c92aa72a66
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/frame.rs:156
- node_launchpad::components::status::NodeItem::render_as_row::hd5077e7537a677cd
at /home/runner/work/safe_network/safe_network/node-launchpad/src/components/status.rs:1291
- <node_launchpad::components::status::Status as node_launchpad::components::Component>::draw::h89cf048d31f8f347
at /home/runner/work/safe_network/safe_network/node-launchpad/src/components/status.rs:962
4: 0x799779987def - node_launchpad::app::App::run::{{closure}}::{{closure}}::h680f96164bb7b0a9
at /home/runner/work/safe_network/safe_network/node-launchpad/src/app.rs:246
- ratatui::terminal::terminal::Terminal::draw::{{closure}}::h31c0b5a2ec059709
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/terminal.rs:309
- ratatui::terminal::terminal::Terminal::try_draw::hd7bedba9916c7f62
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/terminal.rs:390
- ratatui::terminal::terminal::Terminal::draw::h6655a77c16d5eb76
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.29.0/src/terminal/terminal.rs:308
5: 0x79977994df5d - node_launchpad::app::App::run::{{closure}}::h1bfa799522584a4a
at /home/runner/work/safe_network/safe_network/node-launchpad/src/app.rs:240
6: 0x799779956c47 - node_launchpad::main::{{closure}}::h8437ce42ca798a61
at /home/runner/work/safe_network/safe_network/node-launchpad/src/bin/tui/main.rs:135
- tokio::runtime::park::CachedParkThread::block_on::{{closure}}::h5b597eee395a2e5d
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs:281
7: 0x799779954c34 - tokio::runtime::coop::with_budget::hce59f846f12c1095
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:107
- tokio::runtime::coop::budget::h1bfe6896431db31a
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/coop.rs:73
- tokio::runtime::park::CachedParkThread::block_on::h919f2c1246917ebb
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/park.rs:281
8: 0x79977999748c - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::he23e0fa412d5d75a
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/blocking.rs:66
- tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h0c215fddeabf8db1
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs:87
- tokio::runtime::context::runtime::enter_runtime::hfaee6c80ede77e68
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/context/runtime.rs:65
9: 0x79977998d4ec - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h4f4ab3b82ff0096a
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/scheduler/multi_thread/mod.rs:86
- tokio::runtime::runtime::Runtime::block_on_inner::hd48ba1e2e30d36eb
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:363
- tokio::runtime::runtime::Runtime::block_on::hb2b24870e6849015
at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.40.0/src/runtime/runtime.rs:335
10: 0x7997799a9c29 - node_launchpad::main::h1de243de5db31577
at /home/runner/work/safe_network/safe_network/node-launchpad/src/bin/tui/main.rs:137
11: 0x799779998273 - core::ops::function::FnOnce::call_once::h258731a8727d96e3
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250
- std::sys::backtrace::__rust_begin_short_backtrace::h90b677ab96e5aef7
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:154
12: 0x799779992e3d - std::rt::lang_start::{{closure}}::h43ad50c651018b5c
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/rt.rs:164
13: 0x79977a384097 - core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once::h2145eb81f8a47cf5
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:284
- std::panicking::try::do_call::hc96c2621f75b21ec
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554
- std::panicking::try::h4aa0b8fcdfee350c
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518
- std::panic::catch_unwind::h855b23552e516971
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345
- std::rt::lang_start_internal::{{closure}}::h69f377d95167f08d
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/rt.rs:143
- std::panicking::try::do_call::h73ca231bc1168161
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554
- std::panicking::try::h15239ec8c0b33055
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518
- std::panic::catch_unwind::h4ce030b7ba9628f5
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345
- std::rt::lang_start_internal::hf71fe240fdff3a45
at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/rt.rs:143
14: 0x7997799a9d0c - main"""
The text was updated successfully, but these errors were encountered: