Skip to content

Instantly share code, notes, and snippets.

@shulcsm
Created September 2, 2019 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shulcsm/61bf7b87b5f8bd5f5d705fdf1f7003ba to your computer and use it in GitHub Desktop.
Save shulcsm/61bf7b87b5f8bd5f5d705fdf1f7003ba to your computer and use it in GitHub Desktop.
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }', src/libcore/result.rs:999:5
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88
1: backtrace::backtrace::trace_unsynchronized
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66
2: std::sys_common::backtrace::_print
at src/libstd/sys_common/backtrace.rs:47
3: std::sys_common::backtrace::print
at src/libstd/sys_common/backtrace.rs:36
4: std::panicking::default_hook::{{closure}}
at src/libstd/panicking.rs:200
5: std::panicking::default_hook
at src/libstd/panicking.rs:214
6: std::panicking::rust_panic_with_hook
at src/libstd/panicking.rs:477
7: std::panicking::continue_panic_fmt
at src/libstd/panicking.rs:384
8: rust_begin_unwind
at src/libstd/panicking.rs:311
9: core::panicking::panic_fmt
at src/libcore/panicking.rs:85
10: core::result::unwrap_failed
at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/macros.rs:18
11: core::result::Result<T,E>::unwrap
at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libcore/result.rs:800
12: smithay_clipboard::threaded::clipboard_thread::{{closure}}
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-clipboard-0.3.4/src/threaded.rs:328
13: smithay_client_toolkit::data_device::data_source::data_source_impl
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.6.3/src/data_device/data_source.rs:105
14: smithay_client_toolkit::data_device::data_source::DataSource::new::{{closure}}::{{closure}}
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-client-toolkit-0.6.3/src/data_device/data_source.rs:124
15: <alloc::boxed::Box<F> as core::ops::function::FnMut<A>>::call_mut
at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/liballoc/boxed.rs:753
16: wayland_client::imp::proxy::proxy_dispatcher::{{closure}}
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.23.5/src/native_lib/proxy.rs:369
17: std::panicking::try::do_call
at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:296
18: __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:82
19: std::panicking::try
at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panicking.rs:275
20: std::panic::catch_unwind
at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/panic.rs:394
21: wayland_client::imp::proxy::proxy_dispatcher
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.23.5/src/native_lib/proxy.rs:353
22: <unknown>
23: <unknown>
24: wl_display_dispatch_queue_pending
25: wayland_client::imp::event_queue::EventQueueInner::dispatch_pending
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.23.5/src/native_lib/event_queue.rs:45
26: wayland_client::event_queue::EventQueue::dispatch_pending
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.23.5/src/event_queue.rs:142
27: smithay_clipboard::threaded::clipboard_thread
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-clipboard-0.3.4/src/threaded.rs:478
28: smithay_clipboard::threaded::ThreadedClipboard::new_from_external::{{closure}}
at /home/fleetfox/.cargo/registry/src/github.com-1ecc6299db9ec823/smithay-clipboard-0.3.4/src/threaded.rs:101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment