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: InvalidData, error: StringError("Send is too large for port") }) } #13719

Closed
johansigfrids opened this issue Oct 12, 2016 · 1 comment

Comments

@johansigfrids
Copy link

@johansigfrids johansigfrids commented Oct 12, 2016

called Result::unwrap() on an Err value: Error { repr: Custom(Custom { kind: InvalidData, error: StringError("Send is too large for port") }) }

URL:

http://eng.localytics.com/exploring-cli-best-practices/

Servo Version:

Servo 0.0.1-fe6fac4

Backtrace:


WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not implemented, full speed ahead!
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: FIXME: </script> not fully implemented
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: FIXME: </script> not fully implemented
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not implemented, full speed ahead!
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: FIXME: </script> not fully implemented
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not implemented, full speed ahead!
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not implemented, full speed ahead!
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not implemented, full speed ahead!
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not implemented, full speed ahead!
WARNING: <ScriptThread PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(19) }>: stop_parsing not impleme
...

This report was generated by the browser.html issue reporter.

@jdm
Copy link
Member

@jdm jdm commented Oct 12, 2016

stack backtrace:
   0:        0x102d33321 - backtrace::backtrace::trace::h0e60ef08c7c34e9f
   1:        0x102d33990 - backtrace::capture::Backtrace::new::h8bf319c36d8f5d1b
   2:        0x1020699ab - servo::main::_{{closure}}::hf1357f56965dbf00
   3:        0x106d16b83 - std::panicking::rust_panic_with_hook::hb1322e5f2588b4db
   4:        0x106d16a54 - std::panicking::begin_panic::hfbeda5aad583dc32
   5:        0x106d16972 - std::panicking::begin_panic_fmt::h4fe9fb9d5109c4bf
   6:        0x106d168d7 - rust_begin_unwind
   7:        0x106d4391d - core::panicking::panic_fmt::h4395919ece15c671
   8:        0x106bf2e7c - core::result::unwrap_failed::hfcd13129071c9c47
   9:        0x106be9366 - _<core..result..Result<T, E>>::unwrap::h55961792f65e9c37
  10:        0x106c0f977 - webrender_traits::api::RenderApi::add_image::hb8b78f7c719b6f40
  11:        0x1029943ab - net::image_cache_thread::ImageCache::complete_load::h8cf0512bc303ff82
  12:        0x102993f60 - net::image_cache_thread::ImageCache::handle_decoder::h25aea71f61f5a244
  13:        0x102991c0f - net::image_cache_thread::ImageCache::run::hc393d6c4f4a642d0
  14:        0x1029f7cab - net::image_cache_thread::new_image_cache_thread::_{{closure}}::h804369b4aea9dd7a
  15:        0x102942adc - _<std..panic..AssertUnwindSafe<F> as core..ops..FnOnce<()>>::call_once::h210354636bf4c875
  16:        0x102741776 - std::panicking::try::do_call::ha1e433d852272763
  17:        0x106d17e8a - __rust_maybe_catch_panic
  18:        0x1027402dc - std::panicking::try::hd917134a5121603a
  19:        0x102730e8a - std::panic::catch_unwind::hd697d2fe9d7d4b07
  20:        0x1029dcf17 - std::thread::Builder::spawn::_{{closure}}::hfcc3243bdd05d7be
  21:        0x102804eab - _<F as alloc..boxed..FnBox<A>>::call_box::he951b20f26a5d75c
  22:        0x106d15aa4 - std::sys::thread::Thread::new::thread_start::h022e3887023c6290
  23:     0x7fff8a827898 - _pthread_body
  24:     0x7fff8a827729 - _pthread_start

This is another instance of #13054. Thanks for reporting it!

@jdm jdm closed this Oct 12, 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.