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

bug: scanner panic on overflow #676

Closed
MrCroxx opened this issue Aug 29, 2024 · 0 comments · Fixed by #677
Closed

bug: scanner panic on overflow #676

MrCroxx opened this issue Aug 29, 2024 · 0 comments · Fixed by #677
Labels
bug Something isn't working p0 Priority class 0
Milestone

Comments

@MrCroxx
Copy link
Collaborator

MrCroxx commented Aug 29, 2024

... ...
|   | 2024-08-29 23:16:20.831 | 89:                0x0 - <unknown> |   |   |   | 2024-08-29 23:16:20.830 | at ./misc/../sysdeps/unix/sysv/linux/aarch64/clone3.S:76 |   |   |   | 2024-08-29 23:16:20.829 | 88:     0xffff8bc9ba4c - thread_start |   |   |   | 2024-08-29 23:16:20.828 | at ./nptl/pthread_create.c:447:8 |   |   |   | 2024-08-29 23:16:20.827 | 87:     0xffff8bc3597c - start_thread |   |   |   | 2024-08-29 23:16:20.738 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys/pal/unix/thread.rs:108:17 |   |   |   | 2024-08-29 23:16:20.738 | 86:     0xaaaad1cf0b1c - std::sys::pal::unix::thread::Thread::new::thread_start::h798df216806ee4c6 |   |   |   | 2024-08-29 23:16:20.738 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2063:9 |   |   |   | 2024-08-29 23:16:20.738 | 85:     0xaaaad1cf0b1c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h06c03745489277ae |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2063:9 |   |   |   | 2024-08-29 23:16:20.737 | 84:     0xaaaad1cf0b1c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hefea6fa2928853f2 |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/ops/function.rs:250:5 |   |   |   | 2024-08-29 23:16:20.737 | 83:     0xaaaad1d7fc60 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hcb3d85cc99c0b624 |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/mod.rs:541:30 |   |   |   | 2024-08-29 23:16:20.737 | 82:     0xaaaad1d7fc60 - std::thread::Builder::spawn_unchecked_::{{closure}}::h95ccbbd444a9554b |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panic.rs:149:14 |   |   |   | 2024-08-29 23:16:20.737 | 81:     0xaaaad1d7fc60 - std::panic::catch_unwind::h33f36538c0fe2cad |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:523:19 |   |   |   | 2024-08-29 23:16:20.737 | 80:     0xaaaad1d7fc60 - std::panicking::try::h6941fab7160eb50a |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:559:40 |   |   |   | 2024-08-29 23:16:20.737 | 79:     0xaaaad1d7fc60 - std::panicking::try::do_call::h9387a64eb51ba08b |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panic/unwind_safe.rs:272:9 |   |   |   | 2024-08-29 23:16:20.737 | 78:     0xaaaad1d7fc60 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha4eeb076740ce661 |   |   |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/mod.rs:542:17 |   |   |   | 2024-08-29 23:16:20.737 | 77:     0xaaaad1d7fc60 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5071b143bf8500a3 |   |   |   | 2024-08-29 23:16:20.736 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:155:18 |   |   |   | 2024-08-29 23:16:20.736 | 76:     0xaaaad1d91d24 - std::sys_common::backtrace::__rust_begin_short_backtrace::he90ae8a8fdbb6ac2 |   |   |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/pool.rs:471:13 |   |   |   | 2024-08-29 23:16:20.736 | 75:     0xaaaad1d91d24 - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::h1062652044a82452 |   |   |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/pool.rs:513:17 |   |   |   | 2024-08-29 23:16:20.736 | 74:     0xaaaad1d73be0 - tokio::runtime::blocking::pool::Inner::run::h8b9a64dc4bb36ea6 |   |   |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/pool.rs:159:9 |   |   |   | 2024-08-29 23:16:20.736 | 73:     0xaaaad1d73be0 - tokio::runtime::blocking::pool::Task::run::h7280e16f7b817952 |   |   |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/mod.rs:464:9 |   |   |   | 2024-08-29 23:16:20.736 | 72:     0xaaaad1d73be0 - tokio::runtime::task::UnownedTask<S>::run::hbbe531544349f33c |   |   |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/raw.rs:201:18 |   |   |   | 2024-08-29 23:16:20.736 | 71:     0xaaaad1d73be0 - tokio::runtime::task::raw::RawTask::poll::hf805025bc0bae7ea |   |   |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:153:15 |   |   |   | 2024-08-29 23:16:20.735 | 70:     0xaaaad1d94868 - tokio::runtime::task::harness::Harness<T,S>::poll::hadb06382fb57491f |   |   |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:208:27 |   |   |   | 2024-08-29 23:16:20.735 | 69:     0xaaaad1d94868 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::hde5a267f5ec38980 |   |   |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:473:18 |   |   |   | 2024-08-29 23:16:20.735 | 68:     0xaaaad1d94868 - tokio::runtime::task::harness::poll_future::h82a36abd5ceef0c8 |   |   |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panic.rs:149:14 |   |   |   | 2024-08-29 23:16:20.735 | 67:     0xaaaad1d94868 - std::panic::catch_unwind::h44a80628121759e8 |   |   |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:523:19 |   |   |   | 2024-08-29 23:16:20.735 | 66:     0xaaaad1d94868 - std::panicking::try::h5bfacef9e8d015c5 |   |   |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:559:40 |   |   |   | 2024-08-29 23:16:20.735 | 65:     0xaaaad1d94868 - std::panicking::try::do_call::h4dd6abf00af54fcc |   |   |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panic/unwind_safe.rs:272:9 |   |   |   | 2024-08-29 23:16:20.735 | 64:     0xaaaad1d94868 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb2bc03d11d7f0819 |   |   |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:485:19 |   |   |   | 2024-08-29 23:16:20.735 | 63:     0xaaaad1d94868 - tokio::runtime::task::harness::poll_future::{{closure}}::ha31dc7a365256760 |   |   |   | 2024-08-29 23:16:20.734 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:317:30 |   |   |   | 2024-08-29 23:16:20.734 | 62:     0xaaaad1daf8ec - tokio::runtime::task::core::Core<T,S>::poll::h5791eb96afb53332 |   |   |   | 2024-08-29 23:16:20.734 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/loom/std/unsafe_cell.rs:16:9 |   |   |   | 2024-08-29 23:16:20.734 | 61:     0xaaaad1daf8ec - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h402f7a5d6d135d81 |   |   |   | 2024-08-29 23:16:20.734 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:328:17 |   |   |   | 2024-08-29 23:16:20.734 | 60:     0xaaaad1daf8ec - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::h5fe0e288657cc3a5 |   |   |   | 2024-08-29 23:16:20.732 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9 |   |   |   | 2024-08-29 23:16:20.731 | 59:     0xaaaad1da84dc - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::h8bb151d0a954295b |   |   |   | 2024-08-29 23:16:20.728 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/task.rs:42:21 |   |   |   | 2024-08-29 23:16:20.727 | 58:     0xaaaad1d98ff0 - <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll::h5968fe8c9bb86772 |   |   |   | 2024-08-29 23:16:20.725 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:455:45 |   |   |   | 2024-08-29 23:16:20.724 | 57:     0xaaaad1d98ff0 - tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}::hd2385adf11fd71c4 |   |   |   | 2024-08-29 23:16:20.721 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:487:5 |   |   |   | 2024-08-29 23:16:20.721 | 56:     0xaaaad1d7b9e4 - tokio::runtime::scheduler::multi_thread::worker::run::h403563c0d8fb93bb |   |   |   | 2024-08-29 23:16:20.721 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16 |   |   |   | 2024-08-29 23:16:20.721 | 55:     0xaaaad1d91044 - tokio::runtime::context::runtime::enter_runtime::hc009ada14663437e |   |   |   | 2024-08-29 23:16:20.720 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:495:9 |   |   |   | 2024-08-29 23:16:20.719 | 54:     0xaaaad1d91044 - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::h115a64a4fb372cc1 |   |   |   | 2024-08-29 23:16:20.719 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context.rs:180:17 |   |   |   | 2024-08-29 23:16:20.718 | 53:     0xaaaad1d91044 - tokio::runtime::context::set_scheduler::hfe1bae3a499d675b |   |   |   | 2024-08-29 23:16:20.717 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/local.rs:260:9 |   |   |   | 2024-08-29 23:16:20.716 | 52:     0xaaaad1d91044 - std::thread::local::LocalKey<T>::with::hd87e041d4f126461 |   |   |   | 2024-08-29 23:16:20.715 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/local.rs:283:12 |   |   |   | 2024-08-29 23:16:20.714 | 51:     0xaaaad1d91044 - std::thread::local::LocalKey<T>::try_with::h417812abe93de898 |   |   |   | 2024-08-29 23:16:20.713 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context.rs:180:26 |   |   |   | 2024-08-29 23:16:20.711 | 50:     0xaaaad1d91044 - tokio::runtime::context::set_scheduler::{{closure}}::h660e2e61585fa491 |   |   |   | 2024-08-29 23:16:20.709 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context/scoped.rs:40:9 |   |   |   | 2024-08-29 23:16:20.709 | 49:     0xaaaad1d7751c - tokio::runtime::context::scoped::Scoped<T>::set::h06456b1a29b52c32 |   |   |   | 2024-08-29 23:16:20.709 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:500:21 |   |   |   | 2024-08-29 23:16:20.709 | 48:     0xaaaad1d7751c - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}::h087df549dadc8e2b |   |   |   | 2024-08-29 23:16:20.709 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:535:24 |   |   |   | 2024-08-29 23:16:20.709 | 47:     0xaaaad1d7751c - tokio::runtime::scheduler::multi_thread::worker::Context::run::h9e74e2a138c8c82a |   |   |   | 2024-08-29 23:16:20.708 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:584:9 |   |   |   | 2024-08-29 23:16:20.708 | 46:     0xaaaad1d7bc40 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h1d75b7d799b485c1 |   |   |   | 2024-08-29 23:16:20.707 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/coop.rs:73:5 |   |   |   | 2024-08-29 23:16:20.707 | 45:     0xaaaad1d7bc40 - tokio::runtime::coop::budget::h8c574184279a4fc8 |   |   |   | 2024-08-29 23:16:20.706 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/coop.rs:107:5 |   |   |   | 2024-08-29 23:16:20.706 | 44:     0xaaaad1d7bc40 - tokio::runtime::coop::with_budget::hdf0a9d79c8ccca10 |   |   |   | 2024-08-29 23:16:20.705 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:585:18 |   |   |   | 2024-08-29 23:16:20.705 | 43:     0xaaaad1d7bc40 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}::hf6e1428375dd515f |   |   |   | 2024-08-29 23:16:20.703 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/mod.rs:427:9 |   |   |   | 2024-08-29 23:16:20.702 | 42:     0xaaaad1d7bc40 - tokio::runtime::task::LocalNotified<S>::run::hc13aa9870db61a6d |   |   |   | 2024-08-29 23:16:20.701 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/raw.rs:201:18 |   |   |   | 2024-08-29 23:16:20.700 | 41:     0xaaaad1d7bc40 - tokio::runtime::task::raw::RawTask::poll::hf805025bc0bae7ea |   |   |   | 2024-08-29 23:16:20.696 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:153:15 |   |   |   | 2024-08-29 23:16:20.695 | 40:     0xaaaaca7a3198 - tokio::runtime::task::harness::Harness<T,S>::poll::he1a8bda4c4177b78 |   |   |   | 2024-08-29 23:16:20.694 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:208:27 |   |   |   | 2024-08-29 23:16:20.693 | 39:     0xaaaaca7a3198 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h8b03736be440977e |   |   |   | 2024-08-29 23:16:20.691 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:473:18 |   |   |   | 2024-08-29 23:16:20.690 | 38:     0xaaaaca7a3198 - tokio::runtime::task::harness::poll_future::h96a1fc0e7cf0b9ba |   |   |   | 2024-08-29 23:16:20.689 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panic.rs:149:14 |   |   |   | 2024-08-29 23:16:20.688 | 37:     0xaaaaca7a3198 - std::panic::catch_unwind::had0ef6d68301c59a |   |   |   | 2024-08-29 23:16:20.687 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:523:19 |   |   |   | 2024-08-29 23:16:20.686 | 36:     0xaaaaca7a3198 - std::panicking::try::h52a837f11f27a6b9 |   |   |   | 2024-08-29 23:16:20.685 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:559:40 |   |   |   | 2024-08-29 23:16:20.684 | 35:     0xaaaaca7a3198 - std::panicking::try::do_call::h01036c5729d3fe0b |   |   |   | 2024-08-29 23:16:20.683 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panic/unwind_safe.rs:272:9 |   |   |   | 2024-08-29 23:16:20.681 | 34:     0xaaaaca7a3198 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3e14d0e0a7108719 |   |   |   | 2024-08-29 23:16:20.679 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:485:19 |   |   |   | 2024-08-29 23:16:20.678 | 33:     0xaaaaca7a3198 - tokio::runtime::task::harness::poll_future::{{closure}}::hc2214e6b5fad52bb |   |   |   | 2024-08-29 23:16:20.677 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:317:30 |   |   |   | 2024-08-29 23:16:20.675 | 32:     0xaaaaca782170 - tokio::runtime::task::core::Core<T,S>::poll::h3bb411d8c31b31d8 |   |   |   | 2024-08-29 23:16:20.674 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/loom/std/unsafe_cell.rs:16:9 |   |   |   | 2024-08-29 23:16:20.673 | 31:     0xaaaaca782170 - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::hb05989d9ef0ef81c |   |   |   | 2024-08-29 23:16:20.671 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:328:17 |   |   |   | 2024-08-29 23:16:20.670 | 30:     0xaaaaca782170 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::h3041eb41527b59b4 |   |   |   | 2024-08-29 23:16:20.655 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9 |   |   |   | 2024-08-29 23:16:20.653 | 29:     0xaaaaca6e7434 - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::hd2974a794a28bbde |   |   |   | 2024-08-29 23:16:20.652 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/reclaimer.rs:82:63 |   |   |   | 2024-08-29 23:16:20.650 | 28:     0xaaaaca6e7434 - foyer_storage::large::reclaimer::Reclaimer::open::{{closure}}::{{closure}}::h487b008dedbe653d |   |   |   | 2024-08-29 23:16:20.649 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/reclaimer.rs:153:59 |   |   |   | 2024-08-29 23:16:20.647 | 27:     0xaaaaca6e7434 - foyer_storage::large::reclaimer::ReclaimRunner<K,V,S>::run::{{closure}}::h8a013aaec186c47e |   |   |   | 2024-08-29 23:16:20.646 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/reclaimer.rs:188:56 |   |   |   | 2024-08-29 23:16:20.644 | 26:     0xaaaaca6e7434 - foyer_storage::large::reclaimer::ReclaimRunner<K,V,S>::handle::{{closure}}::h442760db88a96078 |   |   |   | 2024-08-29 23:16:20.643 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:168:48 |   |   |   | 2024-08-29 23:16:20.642 | 25:     0xaaaaca6e7434 - foyer_storage::large::scanner::RegionScanner::next_key::{{closure}}::h8e7320f1d56c4c86 |   |   |   | 2024-08-29 23:16:20.639 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:79:24 |   |   |   | 2024-08-29 23:16:20.638 | 24:     0xaaaaca69bc98 - foyer_storage::large::scanner::CachedDeviceReader::read::{{closure}}::hd339d8e884e676ad |   |   |   | 2024-08-29 23:16:20.637 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:17:9 |   |   |   | 2024-08-29 23:16:20.635 | 23:     0xaaaaca69bc98 - core::slice::index::<impl core::ops::index::Index<I> for [T]>::index::hb4a5a397d11d7e1a |   |   |   | 2024-08-29 23:16:20.633 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:404:13 |   |   |   | 2024-08-29 23:16:20.632 | 22:     0xaaaaca69bc98 - <core::ops::range::Range<usize> as core::slice::index::SliceIndex<[T]>>::index::hc9742eb2d525717c |   |   |   | 2024-08-29 23:16:20.618 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:58:5 |   |   |   | 2024-08-29 23:16:20.616 | 21:     0xaaaac745c640 - core::slice::index::slice_end_index_len_fail::hb33805f1d5bf797d |   |   |   | 2024-08-29 23:16:20.615 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:65:5 |   |   |   | 2024-08-29 23:16:20.614 | 20:     0xaaaac745c640 - core::slice::index::slice_end_index_len_fail_rt::hd5a02e7a4a0c5257 |   |   |   | 2024-08-29 23:16:20.613 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panicking.rs:72:14 |   |   |   | 2024-08-29 23:16:20.612 | 19:     0xaaaac7456e34 - core::panicking::panic_fmt::hf916447f409c2977 |   |   |   | 2024-08-29 23:16:20.611 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:652:5 |   |   |   | 2024-08-29 23:16:20.609 | 18:     0xaaaad1cea6c8 - rust_begin_unwind |   |   |   | 2024-08-29 23:16:20.609 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:171:18 |   |   |   | 2024-08-29 23:16:20.608 | 17:     0xaaaad1ce9890 - std::sys_common::backtrace::__rust_end_short_backtrace::hb1a588d5cae29824 |   |   |   | 2024-08-29 23:16:20.607 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:664:13 |   |   |   | 2024-08-29 23:16:20.605 | 16:     0xaaaad1cea94c - std::panicking::begin_panic_handler::{{closure}}::h130bba524bd3d26b |   |   |   | 2024-08-29 23:16:20.604 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:799:13 |   |   |   | 2024-08-29 23:16:20.603 | 15:     0xaaaad1ceab64 - std::panicking::rust_panic_with_hook::h8b6dcdad5fa83c38 |   |   |   | 2024-08-29 23:16:20.602 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2077:9 |   |   |   | 2024-08-29 23:16:20.600 | 14:     0xaaaad1ceab64 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h4fb87aedeaa87f30 |   |   |   | 2024-08-29 23:16:20.598 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:233:47 |   |   |   | 2024-08-29 23:16:20.597 | 13:     0xaaaacf979048 - std::panicking::update_hook::{{closure}}::hd76262f4fe241678 |   |   |   | 2024-08-29 23:16:20.595 | at /risingwave/src/utils/runtime/src/panic_hook.rs:25:9 |   |   |   | 2024-08-29 23:16:20.594 | 12:     0xaaaacf979048 - risingwave_rt::panic_hook::set_panic_hook::{{closure}}::ha08688f7da0b5c68 |   |   |   | 2024-08-29 23:16:20.593 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2077:9 |   |   |   | 2024-08-29 23:16:20.592 | 11:     0xaaaacf979048 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h27ddc9a91bfb6454 |   |   |   | 2024-08-29 23:16:20.587 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:298:9 |   |   |   | 2024-08-29 23:16:20.586 | 10:     0xaaaad1cea254 - std::panicking::default_hook::habb52c27eba39fa1 |   |   |   | 2024-08-29 23:16:20.584 | 9:     0xaaaad1cea5ac - std::panicking::default_hook::{{closure}}::h673ec0d25d5839ed |   |   |   | 2024-08-29 23:16:20.583 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:34:9 |   |   |   | 2024-08-29 23:16:20.582 | 8:     0xaaaad1ce91f8 - std::sys_common::backtrace::print::h6a76a3e289b41b76 |   |   |   | 2024-08-29 23:16:20.581 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:47:5 |   |   |   | 2024-08-29 23:16:20.580 | 7:     0xaaaad1ce91f8 - std::sys_common::backtrace::_print::ha084ca3dc112f7ce |   |   |   | 2024-08-29 23:16:20.578 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/io/mod.rs:1835:15 |   |   |   | 2024-08-29 23:16:20.577 | 6:     0xaaaad1ce423c - std::io::Write::write_fmt::h92c5bdbd600095f4 |   |   |   | 2024-08-29 23:16:20.576 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/fmt/mod.rs:1168:21 |   |   |   | 2024-08-29 23:16:20.575 | 5:     0xaaaac745a2a0 - core::fmt::write::h2ab4a0f6cb1c47e2 |   |   |   | 2024-08-29 23:16:20.574 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/fmt/rt.rs:165:63 |   |   |   | 2024-08-29 23:16:20.572 | 4:     0xaaaac745a2a0 - core::fmt::rt::Argument::fmt::h97fcedd5c989dd8e |   |   |   | 2024-08-29 23:16:20.569 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:44:22 |   |   |   | 2024-08-29 23:16:20.568 | 3:     0xaaaad1ce93b0 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h59fe19f00e808c0f |   |   |   | 2024-08-29 23:16:20.566 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:68:5 |   |   |   | 2024-08-29 23:16:20.565 | 2:     0xaaaad1ce93b0 - std::sys_common::backtrace::_print_fmt::h8edb2ed98e6d043e |   |   |   | 2024-08-29 23:16:20.564 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 |   |   |   | 2024-08-29 23:16:20.562 | 1:     0xaaaad1ce93b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h09825ba824b25c03 |   |   |   | 2024-08-29 23:16:20.561 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 |   |   |   | 2024-08-29 23:16:20.560 | 0:     0xaaaad1ce93b0 - std::backtrace_rs::backtrace::libunwind::trace::h22abe6941b6c364e |   |   |   | 2024-08-29 23:16:20.258 | stack backtrace: |   |   |   | 2024-08-29 23:16:20.258 | range end index 327972 out of range for slice of length 49152 |  
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
2024-08-29 23:16:20.831 | 89:                0x0 - <unknown> |  
  |   | 2024-08-29 23:16:20.830 | at ./misc/../sysdeps/unix/sysv/linux/aarch64/clone3.S:76 |  
  |   | 2024-08-29 23:16:20.829 | 88:     0xffff8bc9ba4c - thread_start |  
  |   | 2024-08-29 23:16:20.828 | at ./nptl/pthread_create.c:447:8 |  
  |   | 2024-08-29 23:16:20.827 | 87:     0xffff8bc3597c - start_thread |  
  |   | 2024-08-29 23:16:20.738 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys/pal/unix/thread.rs:108:17 |  
  |   | 2024-08-29 23:16:20.738 | 86:     0xaaaad1cf0b1c - std::sys::pal::unix::thread::Thread::new::thread_start::h798df216806ee4c6 |  
  |   | 2024-08-29 23:16:20.738 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2063:9 |  
  |   | 2024-08-29 23:16:20.738 | 85:     0xaaaad1cf0b1c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h06c03745489277ae |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2063:9 |  
  |   | 2024-08-29 23:16:20.737 | 84:     0xaaaad1cf0b1c - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hefea6fa2928853f2 |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/ops/function.rs:250:5 |  
  |   | 2024-08-29 23:16:20.737 | 83:     0xaaaad1d7fc60 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hcb3d85cc99c0b624 |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/mod.rs:541:30 |  
  |   | 2024-08-29 23:16:20.737 | 82:     0xaaaad1d7fc60 - std::thread::Builder::spawn_unchecked_::{{closure}}::h95ccbbd444a9554b |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panic.rs:149:14 |  
  |   | 2024-08-29 23:16:20.737 | 81:     0xaaaad1d7fc60 - std::panic::catch_unwind::h33f36538c0fe2cad |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:523:19 |  
  |   | 2024-08-29 23:16:20.737 | 80:     0xaaaad1d7fc60 - std::panicking::try::h6941fab7160eb50a |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:559:40 |  
  |   | 2024-08-29 23:16:20.737 | 79:     0xaaaad1d7fc60 - std::panicking::try::do_call::h9387a64eb51ba08b |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panic/unwind_safe.rs:272:9 |  
  |   | 2024-08-29 23:16:20.737 | 78:     0xaaaad1d7fc60 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha4eeb076740ce661 |  
  |   | 2024-08-29 23:16:20.737 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/mod.rs:542:17 |  
  |   | 2024-08-29 23:16:20.737 | 77:     0xaaaad1d7fc60 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5071b143bf8500a3 |  
  |   | 2024-08-29 23:16:20.736 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:155:18 |  
  |   | 2024-08-29 23:16:20.736 | 76:     0xaaaad1d91d24 - std::sys_common::backtrace::__rust_begin_short_backtrace::he90ae8a8fdbb6ac2 |  
  |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/pool.rs:471:13 |  
  |   | 2024-08-29 23:16:20.736 | 75:     0xaaaad1d91d24 - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::h1062652044a82452 |  
  |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/pool.rs:513:17 |  
  |   | 2024-08-29 23:16:20.736 | 74:     0xaaaad1d73be0 - tokio::runtime::blocking::pool::Inner::run::h8b9a64dc4bb36ea6 |  
  |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/pool.rs:159:9 |  
  |   | 2024-08-29 23:16:20.736 | 73:     0xaaaad1d73be0 - tokio::runtime::blocking::pool::Task::run::h7280e16f7b817952 |  
  |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/mod.rs:464:9 |  
  |   | 2024-08-29 23:16:20.736 | 72:     0xaaaad1d73be0 - tokio::runtime::task::UnownedTask<S>::run::hbbe531544349f33c |  
  |   | 2024-08-29 23:16:20.736 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/raw.rs:201:18 |  
  |   | 2024-08-29 23:16:20.736 | 71:     0xaaaad1d73be0 - tokio::runtime::task::raw::RawTask::poll::hf805025bc0bae7ea |  
  |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:153:15 |  
  |   | 2024-08-29 23:16:20.735 | 70:     0xaaaad1d94868 - tokio::runtime::task::harness::Harness<T,S>::poll::hadb06382fb57491f |  
  |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:208:27 |  
  |   | 2024-08-29 23:16:20.735 | 69:     0xaaaad1d94868 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::hde5a267f5ec38980 |  
  |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:473:18 |  
  |   | 2024-08-29 23:16:20.735 | 68:     0xaaaad1d94868 - tokio::runtime::task::harness::poll_future::h82a36abd5ceef0c8 |  
  |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panic.rs:149:14 |  
  |   | 2024-08-29 23:16:20.735 | 67:     0xaaaad1d94868 - std::panic::catch_unwind::h44a80628121759e8 |  
  |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:523:19 |  
  |   | 2024-08-29 23:16:20.735 | 66:     0xaaaad1d94868 - std::panicking::try::h5bfacef9e8d015c5 |  
  |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:559:40 |  
  |   | 2024-08-29 23:16:20.735 | 65:     0xaaaad1d94868 - std::panicking::try::do_call::h4dd6abf00af54fcc |  
  |   | 2024-08-29 23:16:20.735 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panic/unwind_safe.rs:272:9 |  
  |   | 2024-08-29 23:16:20.735 | 64:     0xaaaad1d94868 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb2bc03d11d7f0819 |  
  |   | 2024-08-29 23:16:20.735 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:485:19 |  
  |   | 2024-08-29 23:16:20.735 | 63:     0xaaaad1d94868 - tokio::runtime::task::harness::poll_future::{{closure}}::ha31dc7a365256760 |  
  |   | 2024-08-29 23:16:20.734 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:317:30 |  
  |   | 2024-08-29 23:16:20.734 | 62:     0xaaaad1daf8ec - tokio::runtime::task::core::Core<T,S>::poll::h5791eb96afb53332 |  
  |   | 2024-08-29 23:16:20.734 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/loom/std/unsafe_cell.rs:16:9 |  
  |   | 2024-08-29 23:16:20.734 | 61:     0xaaaad1daf8ec - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h402f7a5d6d135d81 |  
  |   | 2024-08-29 23:16:20.734 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:328:17 |  
  |   | 2024-08-29 23:16:20.734 | 60:     0xaaaad1daf8ec - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::h5fe0e288657cc3a5 |  
  |   | 2024-08-29 23:16:20.732 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9 |  
  |   | 2024-08-29 23:16:20.731 | 59:     0xaaaad1da84dc - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::h8bb151d0a954295b |  
  |   | 2024-08-29 23:16:20.728 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/blocking/task.rs:42:21 |  
  |   | 2024-08-29 23:16:20.727 | 58:     0xaaaad1d98ff0 - <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll::h5968fe8c9bb86772 |  
  |   | 2024-08-29 23:16:20.725 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:455:45 |  
  |   | 2024-08-29 23:16:20.724 | 57:     0xaaaad1d98ff0 - tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}::hd2385adf11fd71c4 |  
  |   | 2024-08-29 23:16:20.721 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:487:5 |  
  |   | 2024-08-29 23:16:20.721 | 56:     0xaaaad1d7b9e4 - tokio::runtime::scheduler::multi_thread::worker::run::h403563c0d8fb93bb |  
  |   | 2024-08-29 23:16:20.721 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16 |  
  |   | 2024-08-29 23:16:20.721 | 55:     0xaaaad1d91044 - tokio::runtime::context::runtime::enter_runtime::hc009ada14663437e |  
  |   | 2024-08-29 23:16:20.720 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:495:9 |  
  |   | 2024-08-29 23:16:20.719 | 54:     0xaaaad1d91044 - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::h115a64a4fb372cc1 |  
  |   | 2024-08-29 23:16:20.719 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context.rs:180:17 |  
  |   | 2024-08-29 23:16:20.718 | 53:     0xaaaad1d91044 - tokio::runtime::context::set_scheduler::hfe1bae3a499d675b |  
  |   | 2024-08-29 23:16:20.717 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/local.rs:260:9 |  
  |   | 2024-08-29 23:16:20.716 | 52:     0xaaaad1d91044 - std::thread::local::LocalKey<T>::with::hd87e041d4f126461 |  
  |   | 2024-08-29 23:16:20.715 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/thread/local.rs:283:12 |  
  |   | 2024-08-29 23:16:20.714 | 51:     0xaaaad1d91044 - std::thread::local::LocalKey<T>::try_with::h417812abe93de898 |  
  |   | 2024-08-29 23:16:20.713 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context.rs:180:26 |  
  |   | 2024-08-29 23:16:20.711 | 50:     0xaaaad1d91044 - tokio::runtime::context::set_scheduler::{{closure}}::h660e2e61585fa491 |  
  |   | 2024-08-29 23:16:20.709 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/context/scoped.rs:40:9 |  
  |   | 2024-08-29 23:16:20.709 | 49:     0xaaaad1d7751c - tokio::runtime::context::scoped::Scoped<T>::set::h06456b1a29b52c32 |  
  |   | 2024-08-29 23:16:20.709 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:500:21 |  
  |   | 2024-08-29 23:16:20.709 | 48:     0xaaaad1d7751c - tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}::h087df549dadc8e2b |  
  |   | 2024-08-29 23:16:20.709 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:535:24 |  
  |   | 2024-08-29 23:16:20.709 | 47:     0xaaaad1d7751c - tokio::runtime::scheduler::multi_thread::worker::Context::run::h9e74e2a138c8c82a |  
  |   | 2024-08-29 23:16:20.708 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:584:9 |  
  |   | 2024-08-29 23:16:20.708 | 46:     0xaaaad1d7bc40 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h1d75b7d799b485c1 |  
  |   | 2024-08-29 23:16:20.707 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/coop.rs:73:5 |  
  |   | 2024-08-29 23:16:20.707 | 45:     0xaaaad1d7bc40 - tokio::runtime::coop::budget::h8c574184279a4fc8 |  
  |   | 2024-08-29 23:16:20.706 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/coop.rs:107:5 |  
  |   | 2024-08-29 23:16:20.706 | 44:     0xaaaad1d7bc40 - tokio::runtime::coop::with_budget::hdf0a9d79c8ccca10 |  
  |   | 2024-08-29 23:16:20.705 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/scheduler/multi_thread/worker.rs:585:18 |  
  |   | 2024-08-29 23:16:20.705 | 43:     0xaaaad1d7bc40 - tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}::hf6e1428375dd515f |  
  |   | 2024-08-29 23:16:20.703 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/mod.rs:427:9 |  
  |   | 2024-08-29 23:16:20.702 | 42:     0xaaaad1d7bc40 - tokio::runtime::task::LocalNotified<S>::run::hc13aa9870db61a6d |  
  |   | 2024-08-29 23:16:20.701 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/raw.rs:201:18 |  
  |   | 2024-08-29 23:16:20.700 | 41:     0xaaaad1d7bc40 - tokio::runtime::task::raw::RawTask::poll::hf805025bc0bae7ea |  
  |   | 2024-08-29 23:16:20.696 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:153:15 |  
  |   | 2024-08-29 23:16:20.695 | 40:     0xaaaaca7a3198 - tokio::runtime::task::harness::Harness<T,S>::poll::he1a8bda4c4177b78 |  
  |   | 2024-08-29 23:16:20.694 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:208:27 |  
  |   | 2024-08-29 23:16:20.693 | 39:     0xaaaaca7a3198 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h8b03736be440977e |  
  |   | 2024-08-29 23:16:20.691 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:473:18 |  
  |   | 2024-08-29 23:16:20.690 | 38:     0xaaaaca7a3198 - tokio::runtime::task::harness::poll_future::h96a1fc0e7cf0b9ba |  
  |   | 2024-08-29 23:16:20.689 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panic.rs:149:14 |  
  |   | 2024-08-29 23:16:20.688 | 37:     0xaaaaca7a3198 - std::panic::catch_unwind::had0ef6d68301c59a |  
  |   | 2024-08-29 23:16:20.687 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:523:19 |  
  |   | 2024-08-29 23:16:20.686 | 36:     0xaaaaca7a3198 - std::panicking::try::h52a837f11f27a6b9 |  
  |   | 2024-08-29 23:16:20.685 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:559:40 |  
  |   | 2024-08-29 23:16:20.684 | 35:     0xaaaaca7a3198 - std::panicking::try::do_call::h01036c5729d3fe0b |  
  |   | 2024-08-29 23:16:20.683 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panic/unwind_safe.rs:272:9 |  
  |   | 2024-08-29 23:16:20.681 | 34:     0xaaaaca7a3198 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3e14d0e0a7108719 |  
  |   | 2024-08-29 23:16:20.679 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/harness.rs:485:19 |  
  |   | 2024-08-29 23:16:20.678 | 33:     0xaaaaca7a3198 - tokio::runtime::task::harness::poll_future::{{closure}}::hc2214e6b5fad52bb |  
  |   | 2024-08-29 23:16:20.677 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:317:30 |  
  |   | 2024-08-29 23:16:20.675 | 32:     0xaaaaca782170 - tokio::runtime::task::core::Core<T,S>::poll::h3bb411d8c31b31d8 |  
  |   | 2024-08-29 23:16:20.674 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/loom/std/unsafe_cell.rs:16:9 |  
  |   | 2024-08-29 23:16:20.673 | 31:     0xaaaaca782170 - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::hb05989d9ef0ef81c |  
  |   | 2024-08-29 23:16:20.671 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/runtime/task/core.rs:328:17 |  
  |   | 2024-08-29 23:16:20.670 | 30:     0xaaaaca782170 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::h3041eb41527b59b4 |  
  |   | 2024-08-29 23:16:20.655 | at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9 |  
  |   | 2024-08-29 23:16:20.653 | 29:     0xaaaaca6e7434 - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::hd2974a794a28bbde |  
  |   | 2024-08-29 23:16:20.652 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/reclaimer.rs:82:63 |  
  |   | 2024-08-29 23:16:20.650 | 28:     0xaaaaca6e7434 - foyer_storage::large::reclaimer::Reclaimer::open::{{closure}}::{{closure}}::h487b008dedbe653d |  
  |   | 2024-08-29 23:16:20.649 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/reclaimer.rs:153:59 |  
  |   | 2024-08-29 23:16:20.647 | 27:     0xaaaaca6e7434 - foyer_storage::large::reclaimer::ReclaimRunner<K,V,S>::run::{{closure}}::h8a013aaec186c47e |  
  |   | 2024-08-29 23:16:20.646 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/reclaimer.rs:188:56 |  
  |   | 2024-08-29 23:16:20.644 | 26:     0xaaaaca6e7434 - foyer_storage::large::reclaimer::ReclaimRunner<K,V,S>::handle::{{closure}}::h442760db88a96078 |  
  |   | 2024-08-29 23:16:20.643 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:168:48 |  
  |   | 2024-08-29 23:16:20.642 | 25:     0xaaaaca6e7434 - foyer_storage::large::scanner::RegionScanner::next_key::{{closure}}::h8e7320f1d56c4c86 |  
  |   | 2024-08-29 23:16:20.639 | at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:79:24 |  
  |   | 2024-08-29 23:16:20.638 | 24:     0xaaaaca69bc98 - foyer_storage::large::scanner::CachedDeviceReader::read::{{closure}}::hd339d8e884e676ad |  
  |   | 2024-08-29 23:16:20.637 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:17:9 |  
  |   | 2024-08-29 23:16:20.635 | 23:     0xaaaaca69bc98 - core::slice::index::<impl core::ops::index::Index<I> for [T]>::index::hb4a5a397d11d7e1a |  
  |   | 2024-08-29 23:16:20.633 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:404:13 |  
  |   | 2024-08-29 23:16:20.632 | 22:     0xaaaaca69bc98 - <core::ops::range::Range<usize> as core::slice::index::SliceIndex<[T]>>::index::hc9742eb2d525717c |  
  |   | 2024-08-29 23:16:20.618 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:58:5 |  
  |   | 2024-08-29 23:16:20.616 | 21:     0xaaaac745c640 - core::slice::index::slice_end_index_len_fail::hb33805f1d5bf797d |  
  |   | 2024-08-29 23:16:20.615 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/slice/index.rs:65:5 |  
  |   | 2024-08-29 23:16:20.614 | 20:     0xaaaac745c640 - core::slice::index::slice_end_index_len_fail_rt::hd5a02e7a4a0c5257 |  
  |   | 2024-08-29 23:16:20.613 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/panicking.rs:72:14 |  
  |   | 2024-08-29 23:16:20.612 | 19:     0xaaaac7456e34 - core::panicking::panic_fmt::hf916447f409c2977 |  
  |   | 2024-08-29 23:16:20.611 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:652:5 |  
  |   | 2024-08-29 23:16:20.609 | 18:     0xaaaad1cea6c8 - rust_begin_unwind |  
  |   | 2024-08-29 23:16:20.609 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:171:18 |  
  |   | 2024-08-29 23:16:20.608 | 17:     0xaaaad1ce9890 - std::sys_common::backtrace::__rust_end_short_backtrace::hb1a588d5cae29824 |  
  |   | 2024-08-29 23:16:20.607 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:664:13 |  
  |   | 2024-08-29 23:16:20.605 | 16:     0xaaaad1cea94c - std::panicking::begin_panic_handler::{{closure}}::h130bba524bd3d26b |  
  |   | 2024-08-29 23:16:20.604 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:799:13 |  
  |   | 2024-08-29 23:16:20.603 | 15:     0xaaaad1ceab64 - std::panicking::rust_panic_with_hook::h8b6dcdad5fa83c38 |  
  |   | 2024-08-29 23:16:20.602 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2077:9 |  
  |   | 2024-08-29 23:16:20.600 | 14:     0xaaaad1ceab64 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h4fb87aedeaa87f30 |  
  |   | 2024-08-29 23:16:20.598 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:233:47 |  
  |   | 2024-08-29 23:16:20.597 | 13:     0xaaaacf979048 - std::panicking::update_hook::{{closure}}::hd76262f4fe241678 |  
  |   | 2024-08-29 23:16:20.595 | at /risingwave/src/utils/runtime/src/panic_hook.rs:25:9 |  
  |   | 2024-08-29 23:16:20.594 | 12:     0xaaaacf979048 - risingwave_rt::panic_hook::set_panic_hook::{{closure}}::ha08688f7da0b5c68 |  
  |   | 2024-08-29 23:16:20.593 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/alloc/src/boxed.rs:2077:9 |  
  |   | 2024-08-29 23:16:20.592 | 11:     0xaaaacf979048 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h27ddc9a91bfb6454 |  
  |   | 2024-08-29 23:16:20.587 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/panicking.rs:298:9 |  
  |   | 2024-08-29 23:16:20.586 | 10:     0xaaaad1cea254 - std::panicking::default_hook::habb52c27eba39fa1 |  
  |   | 2024-08-29 23:16:20.584 | 9:     0xaaaad1cea5ac - std::panicking::default_hook::{{closure}}::h673ec0d25d5839ed |  
  |   | 2024-08-29 23:16:20.583 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:34:9 |  
  |   | 2024-08-29 23:16:20.582 | 8:     0xaaaad1ce91f8 - std::sys_common::backtrace::print::h6a76a3e289b41b76 |  
  |   | 2024-08-29 23:16:20.581 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:47:5 |  
  |   | 2024-08-29 23:16:20.580 | 7:     0xaaaad1ce91f8 - std::sys_common::backtrace::_print::ha084ca3dc112f7ce |  
  |   | 2024-08-29 23:16:20.578 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/io/mod.rs:1835:15 |  
  |   | 2024-08-29 23:16:20.577 | 6:     0xaaaad1ce423c - std::io::Write::write_fmt::h92c5bdbd600095f4 |  
  |   | 2024-08-29 23:16:20.576 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/fmt/mod.rs:1168:21 |  
  |   | 2024-08-29 23:16:20.575 | 5:     0xaaaac745a2a0 - core::fmt::write::h2ab4a0f6cb1c47e2 |  
  |   | 2024-08-29 23:16:20.574 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/core/src/fmt/rt.rs:165:63 |  
  |   | 2024-08-29 23:16:20.572 | 4:     0xaaaac745a2a0 - core::fmt::rt::Argument::fmt::h97fcedd5c989dd8e |  
  |   | 2024-08-29 23:16:20.569 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:44:22 |  
  |   | 2024-08-29 23:16:20.568 | 3:     0xaaaad1ce93b0 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h59fe19f00e808c0f |  
  |   | 2024-08-29 23:16:20.566 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/sys_common/backtrace.rs:68:5 |  
  |   | 2024-08-29 23:16:20.565 | 2:     0xaaaad1ce93b0 - std::sys_common::backtrace::_print_fmt::h8edb2ed98e6d043e |  
  |   | 2024-08-29 23:16:20.564 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 |  
  |   | 2024-08-29 23:16:20.562 | 1:     0xaaaad1ce93b0 - std::backtrace_rs::backtrace::trace_unsynchronized::h09825ba824b25c03 |  
  |   | 2024-08-29 23:16:20.561 | at /rustc/72fdf913c53dd0e75313ba83e4aa80df3f6e2871/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 |  
  |   | 2024-08-29 23:16:20.560 | 0:     0xaaaad1ce93b0 - std::backtrace_rs::backtrace::libunwind::trace::h22abe6941b6c364e |  
  |   | 2024-08-29 23:16:20.258 | stack backtrace: |  
  |   | 2024-08-29 23:16:20.258 | range end index 327972 out of range for slice of length 49152 |  

2024-08-29 23:16:20.258thread 'foyer.data-unified' panicked at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:79:24: |   |   | 2024-08-29 23:16:20.258 | thread 'foyer.data-unified' panicked at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:79:24:
  |   | 2024-08-29 23:16:20.258 | thread 'foyer.data-unified' panicked at /root/.cargo/git/checkouts/foyer-9fcbb3f3d4fa5436-shallow/eaf4d43/foyer-storage/src/large/scanner.rs:79:24:


@MrCroxx MrCroxx added bug Something isn't working p0 Priority class 0 labels Aug 29, 2024
@MrCroxx MrCroxx added this to the v0.11 milestone Aug 29, 2024
This was referenced Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p0 Priority class 0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant