melib/src/backends/jmap/protocol.rs:259:65 #133

Closed
opened 2021-04-05 22:11:55 +03:00 by teto · 3 comments

usingt "alpha-0.6.2", I consistently get

thread 'meli-executor-7' panicked at 'called `Result::unwrap()` on an `Err` value: Error("EOF while parsing an object", line: 1, column: 1677764)', melib/src/backends/jmap/protocol.rs:259:65
stack backtrace:
   0:     0x562b14d6c030 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hbad0e3ad04db0335
   1:     0x562b1489805f - core::fmt::write::h266e89396b4e8903
   2:     0x562b14d6ba95 - std::io::Write::write_fmt::he0fb039f31abb387
   3:     0x562b14d4c5e5 - std::panicking::default_hook::{{closure}}::h500508c398dea40a
   4:     0x562b14d4d49c - std::panicking::rust_panic_with_hook::hb8bca11ef873507f
   5:     0x562b14d6c3f8 - std::panicking::begin_panic_handler::{{closure}}::hc3295f1100cf7772
   6:     0x562b14d6c36c - std::sys_common::backtrace::__rust_end_short_backtrace::h538771224c6b7ef4
   7:     0x562b14d49afd - rust_begin_unwind
   8:     0x562b14898160 - core::panicking::panic_fmt::he93d7f9ffc6176dd
   9:     0x562b14895322 - core::result::unwrap_failed::h917dfeff9c9b3830
  10:     0x562b14bf3798 - core::result::Result<T,E>::unwrap::h29712d15350cd14b
  11:     0x562b14cc100a - <async_stream::async_stream::AsyncStream<T,U> as futures_core::stream::Stream>::poll_next::h42053ca7e5e83363
  12:     0x562b14b4a23e - <futures_util::stream::stream::into_future::StreamFuture<St> as core::future::future::Future>::poll::h393d061fb91864a2
  13:     0x562b14a2d0cf - async_task::raw::RawTask<F,R,S,T>::run::hf8b38a90b0fef2c9
  14:     0x562b149e2341 - meli::jobs::JobExecutor::new::{{closure}}::h5bf67ea7ba4278cc
  15:     0x562b149e1bc1 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha45b39dea4f34c7e
  16:     0x562b1498ab7c - core::ops::function::FnOnce::call_once{{vtable.shim}}::h42dcef6eb2bd523c
  17:     0x562b14d5463a - std::sys::unix::thread::Thread::new::thread_start::h2abaf2aaa6bb4f9a
  18:     0x7fa13a639e9e - start_thread
  19:     0x7fa13a42849f - __GI___clone
  20:                0x0 - <unknown>

while checking a jmap account

usingt "alpha-0.6.2", I consistently get ``` thread 'meli-executor-7' panicked at 'called `Result::unwrap()` on an `Err` value: Error("EOF while parsing an object", line: 1, column: 1677764)', melib/src/backends/jmap/protocol.rs:259:65 stack backtrace: 0: 0x562b14d6c030 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hbad0e3ad04db0335 1: 0x562b1489805f - core::fmt::write::h266e89396b4e8903 2: 0x562b14d6ba95 - std::io::Write::write_fmt::he0fb039f31abb387 3: 0x562b14d4c5e5 - std::panicking::default_hook::{{closure}}::h500508c398dea40a 4: 0x562b14d4d49c - std::panicking::rust_panic_with_hook::hb8bca11ef873507f 5: 0x562b14d6c3f8 - std::panicking::begin_panic_handler::{{closure}}::hc3295f1100cf7772 6: 0x562b14d6c36c - std::sys_common::backtrace::__rust_end_short_backtrace::h538771224c6b7ef4 7: 0x562b14d49afd - rust_begin_unwind 8: 0x562b14898160 - core::panicking::panic_fmt::he93d7f9ffc6176dd 9: 0x562b14895322 - core::result::unwrap_failed::h917dfeff9c9b3830 10: 0x562b14bf3798 - core::result::Result<T,E>::unwrap::h29712d15350cd14b 11: 0x562b14cc100a - <async_stream::async_stream::AsyncStream<T,U> as futures_core::stream::Stream>::poll_next::h42053ca7e5e83363 12: 0x562b14b4a23e - <futures_util::stream::stream::into_future::StreamFuture<St> as core::future::future::Future>::poll::h393d061fb91864a2 13: 0x562b14a2d0cf - async_task::raw::RawTask<F,R,S,T>::run::hf8b38a90b0fef2c9 14: 0x562b149e2341 - meli::jobs::JobExecutor::new::{{closure}}::h5bf67ea7ba4278cc 15: 0x562b149e1bc1 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha45b39dea4f34c7e 16: 0x562b1498ab7c - core::ops::function::FnOnce::call_once{{vtable.shim}}::h42dcef6eb2bd523c 17: 0x562b14d5463a - std::sys::unix::thread::Thread::new::thread_start::h2abaf2aaa6bb4f9a 18: 0x7fa13a639e9e - start_thread 19: 0x7fa13a42849f - __GI___clone 20: 0x0 - <unknown> ``` while checking a jmap account
Manos Pitsidianakis added the
bug
label 2021-09-03 14:13:34 +03:00

Hello, have you tried the latest commit? I also just released a new version (0.7.0).

Hello, have you tried the latest commit? I also just released a new version (0.7.0).

I've just tried it but now I get Summary: TimedOut ~ 1 second after meli tries to fetch/index 6000 messages.

I've just tried it but now I get `Summary: TimedOut` ~ 1 second after meli tries to fetch/index 6000 messages.

I get the same for big folders. At least I know what to work on now! I'll get to fixing this. Closing the issue and opening a new one for the time out problem.

I get the same for big folders. At least I know what to work on now! I'll get to fixing this. Closing the issue and opening a new one for the time out problem.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#133
There is no content yet.