-
Notifications
You must be signed in to change notification settings - Fork 153
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
grin-miner crash with f2pool after few hours run. #187
Labels
bug
Something isn't working
Comments
Hello
|
@lukaszmatczak Yours seems to be more closely related to #190, as your error is an EOF one and @smartbitcoin's is related to trailing characters. |
Closing. Feel free to reopen if this is still relevant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thread 'client_controller' panicked with message:
"called
Result::unwrap()
on anErr
value: Error("trailing characters", line: 1, column: 2)"See grin.log for further details.
Feb 08 02:28:27.037 ERRO
thread 'client_controller' panicked at 'called
Result::unwrap()
on anErr
value: Error("trailing characters", line: 1, column: 2)': libcore/result.rs:1009stack backtrace:0: 0x55c015adc57d - backtrace::backtrace::trace::h6a895d5d279a8d2f
1: 0x55c015adb792 - <backtrace::capture::Backtrace as core::default::Default>::default::h03a8d770395d927e
2: 0x55c015adb809 - backtrace::capture::Backtrace::new::h2eb1c11c92f206be
3: 0x55c015ab0360 - grin_miner_util::logger::send_panic_to_log::{{closure}}::h39a4be52b87a956e
4: 0x55c015b08e96 - std::panicking::rust_panic_with_hook::hde420d6fd4455550
at libstd/panicking.rs:480
5: 0x55c015b089e1 - std::panicking::continue_panic_fmt::h8f394f3c578bcc76
at libstd/panicking.rs:390
6: 0x55c015b088c5 - rust_begin_unwind
at libstd/panicking.rs:325
7: 0x55c015b4f58c - core::panicking::panic_fmt::hca5dc4e8b320bc56
at libcore/panicking.rs:77
8: 0x55c015a03dde - core::result::unwrap_failed::h1e12d6d1ef2a15d4
9: 0x55c0159b323f - grin_miner::client::Controller::run::he099667b18f63551
10: 0x55c0159cf223 - std::sys_common::backtrace::__rust_begin_short_backtrace::h09e33a5aaff02580
11: 0x55c0159e03a8 - std::panicking::try::do_call::h6ff33c1e1448a207
12: 0x55c015b18f29 - __rust_maybe_catch_panic
at libpanic_unwind/lib.rs:102
13: 0x55c0159eee97 - <F as alloc::boxed::FnBox>::call_box::h4b595e9014bd3345
14: 0x55c015b062ed - <alloc::boxed::Box<(dyn alloc::boxed::FnBox<A, Output=R> + 'a)> as core::ops::function::FnOnce>::call_once::h9d902c911a417e39
at liballoc/boxed.rs:682
- std::sys_common::thread::start_thread::h44127e03e78ca137
at libstd/sys_common/thread.rs:24
15: 0x55c015af7605 - std::sys::unix::thread::Thread::new::thread_start::h8f17b97f2223146c
at libstd/sys/unix/thread.rs:90
16: 0x7f6d6cdee6b9 - start_thread
17: 0x7f6d6c90e41c - clone
18: 0x0 -
The text was updated successfully, but these errors were encountered: