Created
April 12, 2020 18:25
-
-
Save lovesegfault/91a3da4f654d9ef197622c7c1f6515d7 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
| Finished dev [unoptimized + debuginfo] target(s) in 0.03s | |
| Running `target/debug/examples/kbd_input` | |
| Failed to map keyboard on seat seat0 : XKBNotFound. | |
| thread 'main' panicked at 'Wayland connection lost: OrphanEvent { interface: "wl_keyboard", id: 33, event_name: "keymap" }', examples/kbd_input.rs:158:17 | |
| stack backtrace: | |
| 0: 0x5627f5019434 - backtrace::backtrace::libunwind::trace::h90669f559fb267f0 | |
| at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 | |
| 1: 0x5627f5019434 - backtrace::backtrace::trace_unsynchronized::hffde4e353d8f2f9a | |
| at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 | |
| 2: 0x5627f5019434 - std::sys_common::backtrace::_print_fmt::heaf44068b7eaaa6a | |
| at src/libstd/sys_common/backtrace.rs:77 | |
| 3: 0x5627f5019434 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h88671019cf081de2 | |
| at src/libstd/sys_common/backtrace.rs:59 | |
| 4: 0x5627f5032ccc - core::fmt::write::h4e6a29ee6319c9fd | |
| at src/libcore/fmt/mod.rs:1052 | |
| 5: 0x5627f5016c07 - std::io::Write::write_fmt::hf06b1c86d898d7d6 | |
| at src/libstd/io/mod.rs:1426 | |
| 6: 0x5627f501b5d5 - std::sys_common::backtrace::_print::h404ff5f2b50cae09 | |
| at src/libstd/sys_common/backtrace.rs:62 | |
| 7: 0x5627f501b5d5 - std::sys_common::backtrace::print::hcc4377f1f882322e | |
| at src/libstd/sys_common/backtrace.rs:49 | |
| 8: 0x5627f501b5d5 - std::panicking::default_hook::{{closure}}::hc172eff6f35b7f39 | |
| at src/libstd/panicking.rs:204 | |
| 9: 0x5627f501b2c1 - std::panicking::default_hook::h7a68887d113f8029 | |
| at src/libstd/panicking.rs:224 | |
| 10: 0x5627f501bc3a - std::panicking::rust_panic_with_hook::hb7ad5693188bdb00 | |
| at src/libstd/panicking.rs:472 | |
| 11: 0x5627f501b820 - rust_begin_unwind | |
| at src/libstd/panicking.rs:380 | |
| 12: 0x5627f501b79b - std::panicking::begin_panic_fmt::h3f391831d1286dec | |
| at src/libstd/panicking.rs:334 | |
| 13: 0x5627f4d35ddd - kbd_input::main::{{closure}}::h6f96e72b1d2b0186 | |
| at examples/kbd_input.rs:158 | |
| 14: 0x5627f4d3667c - <smithay_client_toolkit::event_loop::WaylandDispatcher<F> as calloop::sources::EventDispatcher<Data>>::ready::h6763e0612919e1ea | |
| at /home/bemeurer/src/client-toolkit/src/event_loop.rs:149 | |
| 15: 0x5627f4d3e722 - calloop::loop_logic::EventLoop<Data>::dispatch_events::hf9b8b6b995a5bd05 | |
| at /home/bemeurer/.cache/cargo/registry/src/github.com-1ecc6299db9ec823/calloop-0.5.1/src/loop_logic.rs:161 | |
| 16: 0x5627f4d3f934 - calloop::loop_logic::EventLoop<Data>::dispatch::h75d84073a4c94185 | |
| at /home/bemeurer/.cache/cargo/registry/src/github.com-1ecc6299db9ec823/calloop-0.5.1/src/loop_logic.rs:196 | |
| 17: 0x5627f4d0a906 - kbd_input::main::hc7764e3bff92295a | |
| at examples/kbd_input.rs:187 | |
| 18: 0x5627f4cea460 - std::rt::lang_start::{{closure}}::h43f2c208f3bd63ef | |
| at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/rt.rs:67 | |
| 19: 0x5627f501b703 - std::rt::lang_start_internal::{{closure}}::hb26e39676675046f | |
| at src/libstd/rt.rs:52 | |
| 20: 0x5627f501b703 - std::panicking::try::do_call::he4701ab6e48d80c0 | |
| at src/libstd/panicking.rs:305 | |
| 21: 0x5627f501f377 - __rust_maybe_catch_panic | |
| at src/libpanic_unwind/lib.rs:86 | |
| 22: 0x5627f501c0e0 - std::panicking::try::hd3de25f3cb7024b8 | |
| at src/libstd/panicking.rs:281 | |
| 23: 0x5627f501c0e0 - std::panic::catch_unwind::h86c02743a24e3d92 | |
| at src/libstd/panic.rs:394 | |
| 24: 0x5627f501c0e0 - std::rt::lang_start_internal::h9cf8802361ad86c2 | |
| at src/libstd/rt.rs:51 | |
| 25: 0x5627f4cea439 - std::rt::lang_start::h9cadb4e77d4f8d15 | |
| at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/rt.rs:67 | |
| 26: 0x5627f4d0d7aa - main | |
| 27: 0x7fb3e5286d8b - __libc_start_main | |
| 28: 0x5627f4cc01aa - _start | |
| 29: 0x0 - <unknown> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment