Created
June 1, 2020 11:04
-
-
Save crisidev/f5a4c58bb4ce23fe8eb45b6c8fc5a745 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUST_BACKTRACE=full /home/bigo/.cargo/bin/xidlehook --not-when-fullscreen --socket /home/bigo/.xidlehook.sock --timer 290 "/home/bigo/.bin/i3exit notify-lock" "" --timer 10 "/home/bigo/.bin/i3exit lock" "" --timer 290 "/home/bigo/.bin/i3exit notify-suspend" "" --timer 10 "/home/bigo/.bin/i3exit suspend-auto" "" | |
thread 'main' panicked at 'timer error: the timer is shutdown, must be called from the context of Tokio runtime', /home/bigo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.21/src/time/delay.rs:96:23 | |
stack backtrace: | |
0: 0x56172dc235c5 - backtrace::backtrace::libunwind::trace::h508d2c55eb856ef2 | |
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 | |
1: 0x56172dc235c5 - backtrace::backtrace::trace_unsynchronized::h31c9d8a0097b92f8 | |
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 | |
2: 0x56172dc235c5 - std::sys_common::backtrace::_print_fmt::h520f528c4c103a3f | |
at src/libstd/sys_common/backtrace.rs:78 | |
3: 0x56172dc235c5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hf4dec5da8360bccb | |
at src/libstd/sys_common/backtrace.rs:59 | |
4: 0x56172dc4c7bc - core::fmt::write::hdf236390fbd68d3d | |
at src/libcore/fmt/mod.rs:1076 | |
5: 0x56172dc20fc3 - std::io::Write::write_fmt::hd33447f61d92a88a | |
at src/libstd/io/mod.rs:1537 | |
6: 0x56172dc25b60 - std::sys_common::backtrace::_print::h856c809943c588ab | |
at src/libstd/sys_common/backtrace.rs:62 | |
7: 0x56172dc25b60 - std::sys_common::backtrace::print::hc042b4237cc3648a | |
at src/libstd/sys_common/backtrace.rs:49 | |
8: 0x56172dc25b60 - std::panicking::default_hook::{{closure}}::h35997132c163f935 | |
at src/libstd/panicking.rs:198 | |
9: 0x56172dc258ac - std::panicking::default_hook::h8555bf398b0f1318 | |
at src/libstd/panicking.rs:218 | |
10: 0x56172dc26197 - std::panicking::rust_panic_with_hook::h9b80e82887819c44 | |
at src/libstd/panicking.rs:486 | |
11: 0x56172dc25d9b - rust_begin_unwind | |
at src/libstd/panicking.rs:388 | |
12: 0x56172dc25d0b - std::panicking::begin_panic_fmt::ha3a705fe707278db | |
at src/libstd/panicking.rs:342 | |
13: 0x56172dc0292f - <tokio::time::delay::Delay as core::future::future::Future>::poll::h4f43263324b70086 | |
14: 0x56172daffdba - <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h772480df0388e34f | |
15: 0x56172db1293f - <tokio::future::poll_fn::PollFn<F> as core::future::future::Future>::poll::hb80ecd1b98dfaa2b | |
16: 0x56172db00e7a - <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h983262827f13f1c4 | |
17: 0x56172db029db - std::thread::local::LocalKey<T>::with::h5e580c1ce154e2b2 | |
18: 0x56172db1894a - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::hb3bc3ce2062dc5a2 | |
19: 0x56172db122f1 - tokio::runtime::context::enter::h403426c9fc5253d6 | |
20: 0x56172db0432e - tokio::runtime::handle::Handle::enter::h5b5903b5e087fd0f | |
21: 0x56172daf90f0 - xidlehook::main::h008f19cb60093d32 | |
22: 0x56172db0f793 - std::rt::lang_start::{{closure}}::h6dec98e112ba778a | |
23: 0x56172dc26568 - std::rt::lang_start_internal::{{closure}}::h4c8bd631e3dc2cb9 | |
at src/libstd/rt.rs:52 | |
24: 0x56172dc26568 - std::panicking::try::do_call::h88ce8513ed0d613c | |
at src/libstd/panicking.rs:297 | |
25: 0x56172dc26568 - std::panicking::try::he181ad9c483671e2 | |
at src/libstd/panicking.rs:274 | |
26: 0x56172dc26568 - std::panic::catch_unwind::heb113c382f4c732f | |
at src/libstd/panic.rs:394 | |
27: 0x56172dc26568 - std::rt::lang_start_internal::h807304d390ed60ab | |
at src/libstd/rt.rs:51 | |
28: 0x56172daf9202 - main | |
29: 0x7f0c664e4b97 - __libc_start_main | |
30: 0x56172daea6fa - _start | |
31: 0x0 - <unknown> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment