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") }) } #11996

Closed
alhafoudh opened this issue Jul 1, 2016 · 0 comments

Comments

@alhafoudh
Copy link

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

URL:

http://acid3.acidtests.org/

Backtrace:

frame #0  - 0x0000000102e086ce - backtrace::backtrace::trace::hccde8df28b4db2a2
frame #1  - 0x0000000102e08651 - backtrace::capture::Backtrace::new::h42f95930bb8c5ee8
frame #2  - 0x0000000101675ca4 - _<F as alloc..boxed..FnBox<A>>::call_box::haeff945be1a63d60
frame #3  - 0x0000000102d7c947 - util::panicking::initiate_panic_hook::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2c0e77c593c00c08
frame #4  - 0x0000000102ff0844 - std::panicking::rust_panic_with_hook::h983af77c1a2e581b
frame #5  - 0x0000000103009786 - std::panicking::begin_panic::he426e15a3766089a
frame #6  - 0x0000000102ff1e88 - std::panicking::begin_panic_fmt::hdddb415186c241e7
frame #7  - 0x00000001030093df - rust_begin_unwind
frame #8  - 0x0000000103030260 - core::panicking::panic_fmt::hf4e16cb7f0d41a25
frame #9  - 0x000000010166738e - core::result::unwrap_failed::hf40cb93f6f31ec3d
frame #10 - 0x00000001016e4e0f - layout_thread::LayoutThread::exit_now::h9c02213ba81aad74
frame #11 - 0x00000001016c83a3 - layout_thread::LayoutThread::handle_request_helper::h1029bbb7e9e50e59
frame #12 - 0x00000001016b3f1a - layout_thread::LayoutThread::handle_request::ha13841b9d3ecdc81
frame #13 - 0x0000000101673b1a - std::panicking::try::call::h401e4a3a7768c3f1
frame #14 - 0x000000010300c46b - __rust_try
frame #15 - 0x000000010300c405 - __rust_maybe_catch_panic
frame #16 - 0x0000000101674e84 - _<F as alloc..boxed..FnBox<A>>::call_box::h8169792cb3dac906
frame #17 - 0x0000000103007ee8 - std::sys::thread::Thread::new::thread_start::h9c883b6d445ece46
frame #18 - 0x00007fff9733c99c - _pthread_body
frame #19 - 0x00007fff9733c919 - _pthread_start

Ms2ger added a commit that referenced this issue Jul 1, 2016
bors-servo pushed a commit that referenced this issue Jul 1, 2016
Don't panic in LayoutThread::exit_now() if the paint thread is gone a…

Fixes #11996.
Fixes #12005.
Fixes #12007.
Fixes #12011.
Fixes #12026.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12030)
<!-- Reviewable:end -->
bors-servo pushed a commit that referenced this issue Jul 1, 2016
Don't panic in LayoutThread::exit_now() if the paint thread is gone a…

Fixes #11996.
Fixes #12005.
Fixes #12007.
Fixes #12011.
Fixes #12026.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12030)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant