-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
Describe the bug
On dacbb25
thread 'tokio-runtime-worker' panicked at /home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-buffer/src/buffer.rs:296:13:
range end out of bounds: 157660 <= 157652
Backtrace:
0: vortex_buffer::buffer::Buffer<T>::slice_with_alignment
at ./home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-buffer/src/buffer.rs:296:13
1: vortex_buffer::buffer::Buffer<T>::slice
at ./home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-buffer/src/buffer.rs:250:14
2: vortex_io::file::read::request::CoalescedRequest::resolve
at ./home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-io/src/file/read/request.rs:154:40
3: vortex_io::file::read::request::IoRequest::resolve
at ./home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-io/src/file/read/request.rs:87:51
4: <vortex_io::file::object_store::ObjectStoreIoSource as vortex_io::file::read::source::ReadSource>::drive_send::{{closure}}::{{closure}}
at ./home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-io/src/file/object_store.rs:152:34
5: vortex_io::runtime::handle::Handle::spawn::{{closure}}
at ./home/runner/.cargo/git/checkouts/vortex-ea6777c0fea02158/07a9644/vortex-io/src/runtime/handle.rs:70:37
6: <core::pin::Pin<P> as core::future::future::Future>::poll
at ./rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/future/future.rs:124:9
7: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/instrument.rs:321:15
8: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/core.rs:365:24
9: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/loom/std/unsafe_cell.rs:16:9
10: tokio::runtime::task::core::Core<T,S>::poll
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/core.rs:354:30
11: tokio::runtime::task::harness::poll_future::{{closure}}
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/harness.rs:535:30
12: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at ./rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/core/src/panic/unwind_safe.rs:272:9
13: std::panicking::catch_unwind::do_call
at ./rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:589:40
14: std::panicking::catch_unwind
at ./rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panicking.rs:552:19
15: std::panic::catch_unwind[
at ./rustc/29483883eed69d5fb4db01964cdf2af4d86e9cb2/library/std/src/panic.rs:359:14
16: tokio::runtime::task::harness::poll_future
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/harness.rs:523:18
17: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/harness.rs:210:27
18: tokio::runtime::task::harness::Harness<T,S>::poll
at ./home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/task/harness.rs:155:20
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels