Skip to content
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

called `Result::unwrap()` on an `Err` value: Error { repr: Custom(Custom { kind: Other, error: StringError("MPSC send failed") }) } #12022

Closed
buger opened this issue Jul 1, 2016 · 1 comment

Comments

@buger
Copy link

@buger buger commented Jul 1, 2016

called Result::unwrap() on an Err value: Error { repr: Custom(Custom { kind: Other, error: StringError("MPSC send failed") }) }

URL:

https://www.youtube.com/watch?v=SWEts0rlezA

Backtrace:

frame #0  - 0x000000010bd036ce - backtrace::backtrace::trace::hccde8df28b4db2a2
frame #1  - 0x000000010bd03651 - backtrace::capture::Backtrace::new::h42f95930bb8c5ee8
frame #2  - 0x000000010a570ca4 - _<F as alloc..boxed..FnBox<A>>::call_box::haeff945be1a63d60
frame #3  - 0x000000010bc77947 - util::panicking::initiate_panic_hook::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2c0e77c593c00c08
frame #4  - 0x000000010beeb844 - std::panicking::rust_panic_with_hook::h983af77c1a2e581b
frame #5  - 0x000000010bf04786 - std::panicking::begin_panic::he426e15a3766089a
frame #6  - 0x000000010beece88 - std::panicking::begin_panic_fmt::hdddb415186c241e7
frame #7  - 0x000000010bf043df - rust_begin_unwind
frame #8  - 0x000000010bf2b260 - core::panicking::panic_fmt::hf4e16cb7f0d41a25
frame #9  - 0x000000010a56238e - core::result::unwrap_failed::hf40cb93f6f31ec3d
frame #10 - 0x000000010a5dfe0f - layout_thread::LayoutThread::exit_now::h9c02213ba81aad74
frame #11 - 0x000000010a5c33a3 - layout_thread::LayoutThread::handle_request_helper::h1029bbb7e9e50e59
frame #12 - 0x000000010a5aef1a - layout_thread::LayoutThread::handle_request::ha13841b9d3ecdc81
frame #13 - 0x000000010a56eb1a - std::panicking::try::call::h401e4a3a7768c3f1
frame #14 - 0x000000010bf0746b - __rust_try
frame #15 - 0x000000010bf07405 - __rust_maybe_catch_panic
frame #16 - 0x000000010a56fe84 - _<F as alloc..boxed..FnBox<A>>::call_box::h8169792cb3dac906
frame #17 - 0x000000010bf02ee8 - std::sys::thread::Thread::new::thread_start::h9c883b6d445ece46
frame #18 - 0x00007fff966dd9b0 - _pthread_body
frame #19 - 0x00007fff966dd92d - _pthread_start

@Manishearth
Copy link
Member

@Manishearth Manishearth commented Jul 1, 2016

This isn't the actual error, the actual one may have been printed before.

But I suspect this is the bug that #12003 fixes

@Manishearth Manishearth closed this Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.