Guest User

Untitled

a guest
Jan 28th, 2018
73
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ~/src/servoupstream$ ./mach run -d -- http://allmusic.com
  2. handle not requested or allocated! (thread WRRenderBackend#0, at libcore/option.rs:888)
  3. stack backtrace:
  4. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  5. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  6. - backtrace::backtrace::trace::h10c59b076f73358b
  7. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  8. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  9. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  10. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  11. at ports/servo/main.rs:130
  12. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  13. at libstd/panicking.rs:577
  14. 4: 0x56360f110ffe - std::panicking::begin_panic::ha956683198499384
  15. at libstd/panicking.rs:537
  16. 5: 0x56360f110efa - std::panicking::begin_panic_fmt::h587e116719f14631
  17. at libstd/panicking.rs:521
  18. 6: 0x56360f110e92 - rust_begin_unwind
  19. at libstd/panicking.rs:497
  20. 7: 0x56360f145580 - core::panicking::panic_fmt::h1d64949939b0af2f
  21. at libcore/panicking.rs:71
  22. 8: 0x56360f1455f8 - core::option::expect_failed::hf60ecf8a68793152
  23. at libcore/option.rs:888
  24. 9: 0x56360dab6049 - <core::option::Option<T>>::expect::hbade3e8177a74a4d
  25. at /checkout/src/libcore/option.rs:302
  26. 10: 0x56360da399e1 - webrender::gpu_cache::GpuCache::get_address::h66ecfa26f0f22695
  27. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/gpu_cache.rs:623
  28. 11: 0x56360dba95d3 - webrender::batch::AlphaBatcher::add_prim_to_batch::h73499018e1dcba6e
  29. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/batch.rs:600
  30. 12: 0x56360dba932d - webrender::batch::AlphaBatcher::add_run_to_batch::hfe6e55ad9670965d
  31. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/batch.rs:533
  32. 13: 0x56360dba87bb - webrender::batch::AlphaBatcher::add_pic_to_batch::haee0b2b285c07422
  33. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/batch.rs:448
  34. 14: 0x56360dba848d - webrender::batch::AlphaBatcher::build::h5216002995d93b50
  35. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/batch.rs:406
  36. 15: 0x56360da61a33 - <webrender::tiling::ColorRenderTarget as webrender::tiling::RenderTarget>::build::h45f73efce4b7d646
  37. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/tiling.rs:282
  38. 16: 0x56360da5f742 - <webrender::tiling::RenderTargetList<T>>::build::h6abad156c87ff046
  39. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/tiling.rs:154
  40. 17: 0x56360da637c4 - webrender::tiling::RenderPass::build::hdf86fa6645c1f625
  41. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/tiling.rs:716
  42. 18: 0x56360db5323c - webrender::frame_builder::FrameBuilder::build::ha94d5abaa757038b
  43. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/frame_builder.rs:1767
  44. 19: 0x56360dc5e25f - webrender::frame::FrameContext::build_rendered_document::he4c0aac40aaf2c71
  45. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/frame.rs:1119
  46. 20: 0x56360dc6182f - webrender::render_backend::Document::render::h9b8412e374459477
  47. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/render_backend.rs:135
  48. 21: 0x56360dc6558a - webrender::render_backend::RenderBackend::update_document::h457fdd0127f4852b
  49. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/render_backend.rs:665
  50. 22: 0x56360dc63b70 - webrender::render_backend::RenderBackend::run::hcaf63077f16d65b3
  51. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/render_backend.rs:624
  52. 23: 0x56360da65248 - webrender::renderer::Renderer::new::{{closure}}::h3c11e20ab57a632e
  53. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender/src/renderer.rs:2236
  54. 24: 0x56360db82cc4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h6b4fabadbc6de151
  55. at /checkout/src/libstd/sys_common/backtrace.rs:133
  56. 25: 0x56360da715fb - std::thread::Builder::spawn::{{closure}}::{{closure}}::hffa84c892da1f8aa
  57. at /checkout/src/libstd/thread/mod.rs:406
  58. 26: 0x56360dc025f4 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0e489d35ea934148
  59. at /checkout/src/libstd/panic.rs:293
  60. 27: 0x56360dbc2934 - std::panicking::try::do_call::h0d08cfa99152f1fd
  61. at /checkout/src/libstd/panicking.rs:479
  62. 28: 0x56360f139ece - __rust_maybe_catch_panic
  63. at libpanic_unwind/lib.rs:102
  64. 29: 0x56360dbc1b9c - std::panicking::try::h3ce61a31b5aebc3a
  65. at /checkout/src/libstd/panicking.rs:458
  66. 30: 0x56360dc034ec - std::panic::catch_unwind::h8199bc9d8b4df2d9
  67. at /checkout/src/libstd/panic.rs:358
  68. 31: 0x56360da71448 - std::thread::Builder::spawn::{{closure}}::hfa92b14e634bba00
  69. at /checkout/src/libstd/thread/mod.rs:405
  70. 32: 0x56360da77325 - <F as alloc::boxed::FnBox<A>>::call_box::h4d9bd78db9ea5de4
  71. at /checkout/src/liballoc/boxed.rs:788
  72. 33: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  73. at /checkout/src/liballoc/boxed.rs:798
  74. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  75. at libstd/sys_common/thread.rs:24
  76. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  77. at libstd/sys/unix/thread.rs:90
  78. 34: 0x7f0d692bc6b9 - start_thread
  79. 35: 0x7f0d67a8e41c - clone
  80. 36: 0x0 - <unknown>
  81. ERROR:servo: handle not requested or allocated!
  82. called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } (thread LayoutThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(NonZero(1))) }, at libcore/result.rs:916)
  83. stack backtrace:
  84. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  85. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  86. - backtrace::backtrace::trace::h10c59b076f73358b
  87. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  88. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  89. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  90. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  91. at ports/servo/main.rs:130
  92. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  93. at libstd/panicking.rs:577
  94. 4: 0x56360f110ffe - std::panicking::begin_panic::ha956683198499384
  95. at libstd/panicking.rs:537
  96. 5: 0x56360f110efa - std::panicking::begin_panic_fmt::h587e116719f14631
  97. at libstd/panicking.rs:521
  98. 6: 0x56360f110e92 - rust_begin_unwind
  99. at libstd/panicking.rs:497
  100. 7: 0x56360f145580 - core::panicking::panic_fmt::h1d64949939b0af2f
  101. at libcore/panicking.rs:71
  102. 8: 0x56360e6d3247 - core::result::unwrap_failed::h0029f3d0b9f44d79
  103. at /checkout/src/libcore/macros.rs:23
  104. 9: 0x56360e6d0d69 - <core::result::Result<T, E>>::unwrap::he8aecac74de165fb
  105. at /checkout/src/libcore/result.rs:782
  106. 10: 0x56360e6af60d - webrender_api::api::RenderApi::send_transaction::h37aa0cec3b7a5e70
  107. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender_api/src/api.rs:755
  108. 11: 0x56360989cd0e - layout_thread::LayoutThread::compute_abs_pos_and_build_display_list::{{closure}}::hf00cac1c306579ee
  109. at components/layout_thread/lib.rs:1054
  110. 12: 0x563609a58cde - profile_traits::time::profile::he0d63f57b6d26bf4
  111. at /home/maxtothemax/src/servoupstream/components/profile_traits/time.rs:125
  112. 13: 0x5636097c1f4d - layout_thread::LayoutThread::compute_abs_pos_and_build_display_list::h768efc352d890af1
  113. at components/layout_thread/lib.rs:959
  114. 14: 0x5636097c7d99 - layout_thread::LayoutThread::perform_post_main_layout_passes::h3aed14de59cfb000
  115. at components/layout_thread/lib.rs:1609
  116. 15: 0x5636097c7bd6 - layout_thread::LayoutThread::perform_post_style_recalc_layout_passes::h332bfc980d6936eb
  117. at components/layout_thread/lib.rs:1593
  118. 16: 0x5636097c4f9f - layout_thread::LayoutThread::handle_reflow::h2a7dea14fae27475
  119. at components/layout_thread/lib.rs:1310
  120. 17: 0x56360989b484 - layout_thread::LayoutThread::handle_request_helper::{{closure}}::hf978db0d2dad5799
  121. at components/layout_thread/lib.rs:695
  122. 18: 0x563609a58a15 - profile_traits::time::profile::hc114f21e50fbe6bd
  123. at /home/maxtothemax/src/servoupstream/components/profile_traits/time.rs:125
  124. 19: 0x5636097bf1b2 - layout_thread::LayoutThread::handle_request_helper::h335bba31e68a740c
  125. at components/layout_thread/lib.rs:692
  126. 20: 0x5636097be169 - layout_thread::LayoutThread::handle_request::hdfcd84876e144b3e
  127. at components/layout_thread/lib.rs:638
  128. 21: 0x5636097bd3bf - layout_thread::LayoutThread::start::hab4d2040eb8328e1
  129. at components/layout_thread/lib.rs:551
  130. 22: 0x56360989a681 - <layout_thread::LayoutThread as layout_traits::LayoutThreadFactory>::create::{{closure}}::{{closure}}::hed9f17e1ce564f88
  131. at components/layout_thread/lib.rs:312
  132. 23: 0x5636097d396e - profile_traits::mem::ProfilerChan::run_with_memory_reporting::hacd7b0cfd7726805
  133. at /home/maxtothemax/src/servoupstream/components/profile_traits/mem.rs:63
  134. 24: 0x56360989ac2e - <layout_thread::LayoutThread as layout_traits::LayoutThreadFactory>::create::{{closure}}::h606e73170b0edc32
  135. at components/layout_thread/lib.rs:311
  136. 25: 0x563609adc274 - std::sys_common::backtrace::__rust_begin_short_backtrace::h4ed8f110e93711b7
  137. at /checkout/src/libstd/sys_common/backtrace.rs:133
  138. 26: 0x5636097ff47b - std::thread::Builder::spawn::{{closure}}::{{closure}}::hfe742495f4d60266
  139. at /checkout/src/libstd/thread/mod.rs:406
  140. 27: 0x5636099fefe4 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::heb03a77eb665b1f2
  141. at /checkout/src/libstd/panic.rs:293
  142. 28: 0x5636098fd7a4 - std::panicking::try::do_call::h8dbd2700e5754cd0
  143. at /checkout/src/libstd/panicking.rs:479
  144. 29: 0x56360f139ece - __rust_maybe_catch_panic
  145. at libpanic_unwind/lib.rs:102
  146. 30: 0x5636098fd3fc - std::panicking::try::hc0b948e45154e024
  147. at /checkout/src/libstd/panicking.rs:458
  148. 31: 0x5636099ff09c - std::panic::catch_unwind::h4cf5a7d27a5842c7
  149. at /checkout/src/libstd/panic.rs:358
  150. 32: 0x5636097ff2c8 - std::thread::Builder::spawn::{{closure}}::h79754f9a122104bc
  151. at /checkout/src/libstd/thread/mod.rs:405
  152. 33: 0x5636097ff4d5 - <F as alloc::boxed::FnBox<A>>::call_box::hc787b71bed907af9
  153. at /checkout/src/liballoc/boxed.rs:788
  154. 34: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  155. at /checkout/src/liballoc/boxed.rs:798
  156. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  157. at libstd/sys_common/thread.rs:24
  158. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  159. at libstd/sys/unix/thread.rs:90
  160. 35: 0x7f0d692bc6b9 - start_thread
  161. 36: 0x7f0d67a8e41c - clone
  162. 37: 0x0 - <unknown>
  163. ERROR:servo: called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
  164. Failed to send CloneApi message: Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) (thread Constellation, at libcore/result.rs:916)
  165. stack backtrace:
  166. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  167. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  168. - backtrace::backtrace::trace::h10c59b076f73358b
  169. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  170. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  171. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  172. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  173. at ports/servo/main.rs:130
  174. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  175. at libstd/panicking.rs:577
  176. 4: 0x56360f110ffe - std::panicking::begin_panic::ha956683198499384
  177. at libstd/panicking.rs:537
  178. 5: 0x56360f110efa - std::panicking::begin_panic_fmt::h587e116719f14631
  179. at libstd/panicking.rs:521
  180. 6: 0x56360f110e92 - rust_begin_unwind
  181. at libstd/panicking.rs:497
  182. 7: 0x56360f145580 - core::panicking::panic_fmt::h1d64949939b0af2f
  183. at libcore/panicking.rs:71
  184. 8: 0x56360e6d34de - core::result::unwrap_failed::h97f185eaca638f5d
  185. at /checkout/src/libcore/macros.rs:23
  186. 9: 0x56360e6d007b - <core::result::Result<T, E>>::expect::h3cdfde0cba0458ee
  187. at /checkout/src/libcore/result.rs:809
  188. 10: 0x56360e6aed96 - webrender_api::api::RenderApiSender::create_api::h16f4143f2a157a15
  189. at /home/maxtothemax/.cargo/git/checkouts/webrender-c3596abe1cf4f320/63e8bd1/webrender_api/src/api.rs:599
  190. 11: 0x5636092d813d - constellation::pipeline::UnprivilegedPipelineContent::start_all::h6ea528ec97925b67
  191. at /home/maxtothemax/src/servoupstream/components/constellation/pipeline.rs:488
  192. 12: 0x5636092da5c4 - constellation::pipeline::Pipeline::spawn::h866c87c765d030f4
  193. at /home/maxtothemax/src/servoupstream/components/constellation/pipeline.rs:288
  194. 13: 0x56360929be75 - <constellation::constellation::Constellation<Message, LTF, STF>>::new_pipeline::h9646fec1b432afbd
  195. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:719
  196. 14: 0x56360929a8a6 - <constellation::constellation::Constellation<Message, LTF, STF>>::handle_panic::h49532ea0a73c9759
  197. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:1552
  198. 15: 0x5636092a2cc9 - <constellation::constellation::Constellation<Message, LTF, STF>>::handle_log_entry::hbdc519d7e7f89a45
  199. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:1571
  200. 16: 0x5636092be394 - <constellation::constellation::Constellation<Message, LTF, STF>>::handle_request_from_compositor::h4fc437136f17b54c
  201. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:1079
  202. 17: 0x56360929ee7d - <constellation::constellation::Constellation<Message, LTF, STF>>::handle_request::h7d9a6d4d0855372a
  203. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:951
  204. 18: 0x5636092c46f2 - <constellation::constellation::Constellation<Message, LTF, STF>>::run::h9ba14a350359c917
  205. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:643
  206. 19: 0x5636092c5a30 - <constellation::constellation::Constellation<Message, LTF, STF>>::start::{{closure}}::h5be3571b3e29afbc
  207. at /home/maxtothemax/src/servoupstream/components/constellation/constellation.rs:631
  208. 20: 0x5636094ced84 - std::sys_common::backtrace::__rust_begin_short_backtrace::hfb164688f9098fde
  209. at /checkout/src/libstd/sys_common/backtrace.rs:133
  210. 21: 0x56360948c11b - std::thread::Builder::spawn::{{closure}}::{{closure}}::h57b2af7dd3458663
  211. at /checkout/src/libstd/thread/mod.rs:406
  212. 22: 0x5636093809e4 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1cb2c68e589f42b7
  213. at /checkout/src/libstd/panic.rs:293
  214. 23: 0x5636093084e4 - std::panicking::try::do_call::h4139b992974028e6
  215. at /checkout/src/libstd/panicking.rs:479
  216. 24: 0x56360f139ece - __rust_maybe_catch_panic
  217. at libpanic_unwind/lib.rs:102
  218. 25: 0x5636093083bc - std::panicking::try::h5f1251e94aabdd39
  219. at /checkout/src/libstd/panicking.rs:458
  220. 26: 0x563609380a3c - std::panic::catch_unwind::h24f34799ecf03072
  221. at /checkout/src/libstd/panic.rs:358
  222. 27: 0x56360948bf68 - std::thread::Builder::spawn::{{closure}}::h17468a7b5f399aa3
  223. at /checkout/src/libstd/thread/mod.rs:405
  224. 28: 0x56360948c175 - <F as alloc::boxed::FnBox<A>>::call_box::hc76c467b234d74f8
  225. at /checkout/src/liballoc/boxed.rs:788
  226. 29: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  227. at /checkout/src/liballoc/boxed.rs:798
  228. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  229. at libstd/sys_common/thread.rs:24
  230. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  231. at libstd/sys/unix/thread.rs:90
  232. 30: 0x7f0d692bc6b9 - start_thread
  233. 31: 0x7f0d67a8e41c - clone
  234. 32: 0x0 - <unknown>
  235. ERROR:servo: Failed to send CloneApi message: Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })
  236. IpcSelectionResult::unwrap(): channel 1 closed (thread ResourceManager, at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.9.0/src/ipc.rs:334)
  237. stack backtrace:
  238. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  239. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  240. - backtrace::backtrace::trace::h10c59b076f73358b
  241. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  242. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  243. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  244. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  245. at ports/servo/main.rs:130
  246. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  247. at libstd/panicking.rs:577
  248. 4: 0x56360f110ffe - std::panicking::begin_panic::ha956683198499384
  249. at libstd/panicking.rs:537
  250. 5: 0x56360f110efa - std::panicking::begin_panic_fmt::h587e116719f14631
  251. at libstd/panicking.rs:521
  252. 6: 0x56360e708568 - ipc_channel::ipc::IpcSelectionResult::unwrap::h64c654488b19f49d
  253. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.9.0/src/ipc.rs:334
  254. 7: 0x56360c686d48 - net::resource_thread::ResourceChannelManager::start::{{closure}}::h458666f356dcb2c8
  255. at components/net/resource_thread.rs:139
  256. 8: 0x56360c685e27 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &'a mut F>::call_once::h5c9bac1978aebb73
  257. at /checkout/src/libcore/ops/function.rs:271
  258. 9: 0x56360c66761e - <core::option::Option<T>>::map::hec866c151d1b5f0c
  259. at /checkout/src/libcore/option.rs:404
  260. 10: 0x56360c5b222a - <core::iter::Map<I, F> as core::iter::iterator::Iterator>::next::h8834939036e23bdf
  261. at /checkout/src/libcore/iter/mod.rs:1251
  262. 11: 0x56360c525592 - net::resource_thread::ResourceChannelManager::start::hf854515837d92ca9
  263. at components/net/resource_thread.rs:139
  264. 12: 0x56360c686c53 - net::resource_thread::new_core_resource_thread::{{closure}}::h277547bf29f8bb53
  265. at components/net/resource_thread.rs:81
  266. 13: 0x56360c801de2 - std::sys_common::backtrace::__rust_begin_short_backtrace::h867cda35e65247d1
  267. at /checkout/src/libstd/sys_common/backtrace.rs:133
  268. 14: 0x56360c757796 - std::thread::Builder::spawn::{{closure}}::{{closure}}::hba79e63747eab72c
  269. at /checkout/src/libstd/thread/mod.rs:406
  270. 15: 0x56360c5ea272 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h46f46abc0323b6cc
  271. at /checkout/src/libstd/panic.rs:293
  272. 16: 0x56360c586761 - std::panicking::try::do_call::h01627cc09c3a3757
  273. at /checkout/src/libstd/panicking.rs:479
  274. 17: 0x56360f139ece - __rust_maybe_catch_panic
  275. at libpanic_unwind/lib.rs:102
  276. 18: 0x56360c585a9c - std::panicking::try::h4e3539dc62d7bd7a
  277. at /checkout/src/libstd/panicking.rs:458
  278. 19: 0x56360c5ea937 - std::panic::catch_unwind::hdd035c933b1b81da
  279. at /checkout/src/libstd/panic.rs:358
  280. 20: 0x56360c755e8c - std::thread::Builder::spawn::{{closure}}::h42acbb456af48e15
  281. at /checkout/src/libstd/thread/mod.rs:405
  282. 21: 0x56360c757978 - <F as alloc::boxed::FnBox<A>>::call_box::h92d5b2ebea42b0d9
  283. at /checkout/src/liballoc/boxed.rs:788
  284. 22: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  285. at /checkout/src/liballoc/boxed.rs:798
  286. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  287. at libstd/sys_common/thread.rs:24
  288. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  289. at libstd/sys/unix/thread.rs:90
  290. 23: 0x7f0d692bc6b9 - start_thread
  291. 24: 0x7f0d67a8e41c - clone
  292. 25: 0x0 - <unknown>
  293. ERROR:servo: IpcSelectionResult::unwrap(): channel 1 closed
  294. assertion failed: self.load.is_none() (thread ScriptThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(NonZero(1))) }, at components/script/document_loader.rs:80)
  295. stack backtrace:
  296. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  297. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  298. - backtrace::backtrace::trace::h10c59b076f73358b
  299. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  300. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  301. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  302. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  303. at ports/servo/main.rs:130
  304. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  305. at libstd/panicking.rs:577
  306. 4: 0x56360a3308b7 - std::panicking::begin_panic::hc2a7df68a1c26e57
  307. at /checkout/src/libstd/panicking.rs:537
  308. 5: 0x56360a2fdf46 - <script::document_loader::LoadBlocker as core::ops::drop::Drop>::drop::h1811e6e32a2612e1
  309. at components/script/document_loader.rs:80
  310. 6: 0x563609cb7764 - core::ptr::drop_in_place::hc2dab4cf4dce54b3
  311. at /checkout/src/libcore/ptr.rs:59
  312. 7: 0x563609c50e3b - core::ptr::drop_in_place::h2c595ac66d22a60b
  313. at /checkout/src/libcore/ptr.rs:59
  314. 8: 0x563609cab456 - core::ptr::drop_in_place::haf70ad81facfad4a
  315. at /checkout/src/libcore/ptr.rs:59
  316. 9: 0x563609c9eed4 - core::ptr::drop_in_place::h9e61a135498de31b
  317. at /checkout/src/libcore/ptr.rs:59
  318. 10: 0x563609c589f8 - core::ptr::drop_in_place::h381312813eba7994
  319. at /checkout/src/libcore/ptr.rs:59
  320. 11: 0x563609c36b04 - core::ptr::drop_in_place::h05df5237cefff3d8
  321. at /checkout/src/libcore/ptr.rs:59
  322. 12: 0x563609c45615 - core::ptr::drop_in_place::h1bceefa724cfb59b
  323. at /checkout/src/libcore/ptr.rs:59
  324. 13: 0x563609c995d7 - core::ptr::drop_in_place::h9648d876757806a2
  325. at /checkout/src/libcore/ptr.rs:59
  326. 14: 0x563609ce5e23 - script::dom::bindings::codegen::Bindings::HTMLImageElementBinding::HTMLImageElementBinding::_finalize::{{closure}}::hac8f77e42a097fc7
  327. at /home/maxtothemax/src/servoupstream/target/debug/build/script-300fef1ada1d45d9/out/Bindings/HTMLImageElementBinding.rs:1570
  328. 15: 0x563609c03f04 - core::ops::function::FnOnce::call_once::h682016470b2f04a3
  329. at /checkout/src/libcore/ops/function.rs:223
  330. 16: 0x56360a95d8b4 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb958a586d765de58
  331. at /checkout/src/libstd/panic.rs:293
  332. 17: 0x56360a49ac51 - std::panicking::try::do_call::h839c34c792374849
  333. at /checkout/src/libstd/panicking.rs:479
  334. 18: 0x56360f139ece - __rust_maybe_catch_panic
  335. at libpanic_unwind/lib.rs:102
  336. 19: 0x56360a4310af - std::panicking::try::hde0a0401d39f39bd
  337. at /checkout/src/libstd/panicking.rs:458
  338. 20: 0x56360a982bfb - std::panic::catch_unwind::h41856db8c59d626f
  339. at /checkout/src/libstd/panic.rs:358
  340. 21: 0x563609d963eb - mozjs::panic::wrap_panic::h6aee0e815c2d95f6
  341. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/panic.rs:22
  342. 22: 0x56360a736ac8 - script::dom::bindings::codegen::Bindings::HTMLImageElementBinding::HTMLImageElementBinding::_finalize::hef3fc97bf00394f5
  343. at /home/maxtothemax/src/servoupstream/target/debug/build/script-300fef1ada1d45d9/out/Bindings/HTMLImageElementBinding.rs:1565
  344. 23: 0x56360eacf662 - _ZNK2js5Class10doFinalizeEPNS_6FreeOpEP8JSObject
  345. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Class.h:815
  346. - _ZN8JSObject8finalizeEPN2js6FreeOpE
  347. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsobjinlines.h:85
  348. - _ZN2js2gc5Arena8finalizeI8JSObjectEEmPNS_6FreeOpENS0_9AllocKindEm
  349. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:447
  350. 24: 0x56360eaa84d8 - FinalizeTypedArenas<JSObject>
  351. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:505
  352. 25: 0x56360eaa87d0 - FinalizeArenas
  353. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:539
  354. - _ZN2js2gc10ArenaLists16forceFinalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  355. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2720
  356. 26: 0x56360eaa8ffc - _ZN2js2gc10ArenaLists11finalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  357. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2702
  358. - _ZN2js2gc10ArenaLists30queueForegroundObjectsForSweepEPNS_6FreeOpE
  359. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2839
  360. 27: 0x56360eab73ad - _ZN2js2gc9GCRuntime22beginSweepingZoneGroupERNS_26AutoLockForExclusiveAccessE
  361. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5127
  362. 28: 0x56360eabc4b7 - _ZN2js2gc9GCRuntime15beginSweepPhaseEbRNS_26AutoLockForExclusiveAccessE
  363. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5215
  364. 29: 0x56360eac1a47 - _ZN2js2gc9GCRuntime23incrementalCollectSliceERNS_11SliceBudgetEN2JS8gcreason6ReasonERNS_26AutoLockForExclusiveAccessE
  365. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5937
  366. 30: 0x56360eac2947 - _ZN2js2gc9GCRuntime7gcCycleEbRNS_11SliceBudgetEN2JS8gcreason6ReasonE
  367. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6174
  368. 31: 0x56360eac2d5d - _ZN2js2gc9GCRuntime7collectEbNS_11SliceBudgetEN2JS8gcreason6ReasonE
  369. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6287
  370. 32: 0x56360eac30e7 - _ZN2js2gc9GCRuntime2gcE18JSGCInvocationKindN2JS8gcreason6ReasonE
  371. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6354
  372. 33: 0x56360ebecce7 - _ZN9JSRuntime14destroyRuntimeEv
  373. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/vm/Runtime.cpp:430
  374. 34: 0x56360ea6baec - _ZN9JSContextD2Ev
  375. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:892
  376. 35: 0x56360ea6c221 - js_delete_poison<JSContext>
  377. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Utility.h:392
  378. - _ZN2js14DestroyContextEP9JSContext
  379. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:133
  380. 36: 0x56360e81e824 - <mozjs::rust::Runtime as core::ops::drop::Drop>::drop::hf6d9a3eaa388a4cc
  381. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/rust.rs:243
  382. 37: 0x563609ca2cf4 - core::ptr::drop_in_place::ha3d316a2d5822d7f
  383. at /checkout/src/libcore/ptr.rs:59
  384. 38: 0x563609c9713b - core::ptr::drop_in_place::h9309be5c1e612cd9
  385. at /checkout/src/libcore/ptr.rs:59
  386. 39: 0x563609c7ad88 - core::ptr::drop_in_place::h69711d4f2590daac
  387. at /checkout/src/libcore/ptr.rs:59
  388. 40: 0x56360b038ae5 - <alloc::rc::Rc<T> as core::ops::drop::Drop>::drop::h31bc29c77ab3f24a
  389. at /checkout/src/liballoc/rc.rs:842
  390. 41: 0x563609c5b704 - core::ptr::drop_in_place::h3cc0893742d5f992
  391. at /checkout/src/libcore/ptr.rs:59
  392. 42: 0x563609cd2aa1 - core::ptr::drop_in_place::he9a84b7840e6002c
  393. at /checkout/src/libcore/ptr.rs:59
  394. 43: 0x56360aae71a7 - <script::script_thread::ScriptThread as script_traits::ScriptThreadFactory>::create::{{closure}}::hf6e57df7016e7a72
  395. at components/script/script_thread.rs:588
  396. 44: 0x56360be12544 - std::sys_common::backtrace::__rust_begin_short_backtrace::h022d1e932a4f94ea
  397. at /checkout/src/libstd/sys_common/backtrace.rs:133
  398. 45: 0x56360ba0e2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h9150bb59354f7de7
  399. at /checkout/src/libstd/thread/mod.rs:406
  400. 46: 0x56360a94fe04 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h83b25fe8f3023c58
  401. at /checkout/src/libstd/panic.rs:293
  402. 47: 0x56360a4cec54 - std::panicking::try::do_call::hf38a3b519315f42c
  403. at /checkout/src/libstd/panicking.rs:479
  404. 48: 0x56360f139ece - __rust_maybe_catch_panic
  405. at libpanic_unwind/lib.rs:102
  406. 49: 0x56360a3e030c - std::panicking::try::h977ea09ca0d4b1a8
  407. at /checkout/src/libstd/panicking.rs:458
  408. 50: 0x56360a9a96fc - std::panic::catch_unwind::hcf53461659d94c90
  409. at /checkout/src/libstd/panic.rs:358
  410. 51: 0x56360ba0d188 - std::thread::Builder::spawn::{{closure}}::h90e70fce54046080
  411. at /checkout/src/libstd/thread/mod.rs:405
  412. 52: 0x56360ba0e675 - <F as alloc::boxed::FnBox<A>>::call_box::h648254670adee836
  413. at /checkout/src/liballoc/boxed.rs:788
  414. 53: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  415. at /checkout/src/liballoc/boxed.rs:798
  416. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  417. at libstd/sys_common/thread.rs:24
  418. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  419. at libstd/sys/unix/thread.rs:90
  420. 54: 0x7f0d692bc6b9 - start_thread
  421. 55: 0x7f0d67a8e41c - clone
  422. 56: 0x0 - <unknown>
  423. ERROR:servo: assertion failed: self.load.is_none()
  424. assertion failed: self.load.is_none() (thread ScriptThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(NonZero(1))) }, at components/script/document_loader.rs:80)
  425. stack backtrace:
  426. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  427. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  428. - backtrace::backtrace::trace::h10c59b076f73358b
  429. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  430. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  431. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  432. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  433. at ports/servo/main.rs:130
  434. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  435. at libstd/panicking.rs:577
  436. 4: 0x56360a3308b7 - std::panicking::begin_panic::hc2a7df68a1c26e57
  437. at /checkout/src/libstd/panicking.rs:537
  438. 5: 0x56360a2fdf46 - <script::document_loader::LoadBlocker as core::ops::drop::Drop>::drop::h1811e6e32a2612e1
  439. at components/script/document_loader.rs:80
  440. 6: 0x563609cb7764 - core::ptr::drop_in_place::hc2dab4cf4dce54b3
  441. at /checkout/src/libcore/ptr.rs:59
  442. 7: 0x563609c50e3b - core::ptr::drop_in_place::h2c595ac66d22a60b
  443. at /checkout/src/libcore/ptr.rs:59
  444. 8: 0x563609cab456 - core::ptr::drop_in_place::haf70ad81facfad4a
  445. at /checkout/src/libcore/ptr.rs:59
  446. 9: 0x563609c9eed4 - core::ptr::drop_in_place::h9e61a135498de31b
  447. at /checkout/src/libcore/ptr.rs:59
  448. 10: 0x563609c589f8 - core::ptr::drop_in_place::h381312813eba7994
  449. at /checkout/src/libcore/ptr.rs:59
  450. 11: 0x563609c36b04 - core::ptr::drop_in_place::h05df5237cefff3d8
  451. at /checkout/src/libcore/ptr.rs:59
  452. 12: 0x563609c45615 - core::ptr::drop_in_place::h1bceefa724cfb59b
  453. at /checkout/src/libcore/ptr.rs:59
  454. 13: 0x563609c995d7 - core::ptr::drop_in_place::h9648d876757806a2
  455. at /checkout/src/libcore/ptr.rs:59
  456. 14: 0x563609ce5e23 - script::dom::bindings::codegen::Bindings::HTMLImageElementBinding::HTMLImageElementBinding::_finalize::{{closure}}::hac8f77e42a097fc7
  457. at /home/maxtothemax/src/servoupstream/target/debug/build/script-300fef1ada1d45d9/out/Bindings/HTMLImageElementBinding.rs:1570
  458. 15: 0x563609c03f04 - core::ops::function::FnOnce::call_once::h682016470b2f04a3
  459. at /checkout/src/libcore/ops/function.rs:223
  460. 16: 0x56360a95d8b4 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb958a586d765de58
  461. at /checkout/src/libstd/panic.rs:293
  462. 17: 0x56360a49ac51 - std::panicking::try::do_call::h839c34c792374849
  463. at /checkout/src/libstd/panicking.rs:479
  464. 18: 0x56360f139ece - __rust_maybe_catch_panic
  465. at libpanic_unwind/lib.rs:102
  466. 19: 0x56360a4310af - std::panicking::try::hde0a0401d39f39bd
  467. at /checkout/src/libstd/panicking.rs:458
  468. 20: 0x56360a982bfb - std::panic::catch_unwind::h41856db8c59d626f
  469. at /checkout/src/libstd/panic.rs:358
  470. 21: 0x563609d963eb - mozjs::panic::wrap_panic::h6aee0e815c2d95f6
  471. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/panic.rs:22
  472. 22: 0x56360a736ac8 - script::dom::bindings::codegen::Bindings::HTMLImageElementBinding::HTMLImageElementBinding::_finalize::hef3fc97bf00394f5
  473. at /home/maxtothemax/src/servoupstream/target/debug/build/script-300fef1ada1d45d9/out/Bindings/HTMLImageElementBinding.rs:1565
  474. 23: 0x56360eacf662 - _ZNK2js5Class10doFinalizeEPNS_6FreeOpEP8JSObject
  475. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Class.h:815
  476. - _ZN8JSObject8finalizeEPN2js6FreeOpE
  477. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsobjinlines.h:85
  478. - _ZN2js2gc5Arena8finalizeI8JSObjectEEmPNS_6FreeOpENS0_9AllocKindEm
  479. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:447
  480. 24: 0x56360eaa84d8 - FinalizeTypedArenas<JSObject>
  481. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:505
  482. 25: 0x56360eaa87d0 - FinalizeArenas
  483. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:539
  484. - _ZN2js2gc10ArenaLists16forceFinalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  485. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2720
  486. 26: 0x56360eaa8ffc - _ZN2js2gc10ArenaLists11finalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  487. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2702
  488. - _ZN2js2gc10ArenaLists30queueForegroundObjectsForSweepEPNS_6FreeOpE
  489. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2839
  490. 27: 0x56360eab73ad - _ZN2js2gc9GCRuntime22beginSweepingZoneGroupERNS_26AutoLockForExclusiveAccessE
  491. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5127
  492. 28: 0x56360eabc4b7 - _ZN2js2gc9GCRuntime15beginSweepPhaseEbRNS_26AutoLockForExclusiveAccessE
  493. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5215
  494. 29: 0x56360eac1a47 - _ZN2js2gc9GCRuntime23incrementalCollectSliceERNS_11SliceBudgetEN2JS8gcreason6ReasonERNS_26AutoLockForExclusiveAccessE
  495. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5937
  496. 30: 0x56360eac2947 - _ZN2js2gc9GCRuntime7gcCycleEbRNS_11SliceBudgetEN2JS8gcreason6ReasonE
  497. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6174
  498. 31: 0x56360eac2d5d - _ZN2js2gc9GCRuntime7collectEbNS_11SliceBudgetEN2JS8gcreason6ReasonE
  499. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6287
  500. 32: 0x56360eac30e7 - _ZN2js2gc9GCRuntime2gcE18JSGCInvocationKindN2JS8gcreason6ReasonE
  501. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6354
  502. 33: 0x56360ebecce7 - _ZN9JSRuntime14destroyRuntimeEv
  503. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/vm/Runtime.cpp:430
  504. 34: 0x56360ea6baec - _ZN9JSContextD2Ev
  505. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:892
  506. 35: 0x56360ea6c221 - js_delete_poison<JSContext>
  507. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Utility.h:392
  508. - _ZN2js14DestroyContextEP9JSContext
  509. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:133
  510. 36: 0x56360e81e824 - <mozjs::rust::Runtime as core::ops::drop::Drop>::drop::hf6d9a3eaa388a4cc
  511. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/rust.rs:243
  512. 37: 0x563609ca2cf4 - core::ptr::drop_in_place::ha3d316a2d5822d7f
  513. at /checkout/src/libcore/ptr.rs:59
  514. 38: 0x563609c9713b - core::ptr::drop_in_place::h9309be5c1e612cd9
  515. at /checkout/src/libcore/ptr.rs:59
  516. 39: 0x563609c7ad88 - core::ptr::drop_in_place::h69711d4f2590daac
  517. at /checkout/src/libcore/ptr.rs:59
  518. 40: 0x56360b038ae5 - <alloc::rc::Rc<T> as core::ops::drop::Drop>::drop::h31bc29c77ab3f24a
  519. at /checkout/src/liballoc/rc.rs:842
  520. 41: 0x563609c5b704 - core::ptr::drop_in_place::h3cc0893742d5f992
  521. at /checkout/src/libcore/ptr.rs:59
  522. 42: 0x563609cd2aa1 - core::ptr::drop_in_place::he9a84b7840e6002c
  523. at /checkout/src/libcore/ptr.rs:59
  524. 43: 0x56360aae71a7 - <script::script_thread::ScriptThread as script_traits::ScriptThreadFactory>::create::{{closure}}::hf6e57df7016e7a72
  525. at components/script/script_thread.rs:588
  526. 44: 0x56360be12544 - std::sys_common::backtrace::__rust_begin_short_backtrace::h022d1e932a4f94ea
  527. at /checkout/src/libstd/sys_common/backtrace.rs:133
  528. 45: 0x56360ba0e2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h9150bb59354f7de7
  529. at /checkout/src/libstd/thread/mod.rs:406
  530. 46: 0x56360a94fe04 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h83b25fe8f3023c58
  531. at /checkout/src/libstd/panic.rs:293
  532. 47: 0x56360a4cec54 - std::panicking::try::do_call::hf38a3b519315f42c
  533. at /checkout/src/libstd/panicking.rs:479
  534. 48: 0x56360f139ece - __rust_maybe_catch_panic
  535. at libpanic_unwind/lib.rs:102
  536. 49: 0x56360a3e030c - std::panicking::try::h977ea09ca0d4b1a8
  537. at /checkout/src/libstd/panicking.rs:458
  538. 50: 0x56360a9a96fc - std::panic::catch_unwind::hcf53461659d94c90
  539. at /checkout/src/libstd/panic.rs:358
  540. 51: 0x56360ba0d188 - std::thread::Builder::spawn::{{closure}}::h90e70fce54046080
  541. at /checkout/src/libstd/thread/mod.rs:405
  542. 52: 0x56360ba0e675 - <F as alloc::boxed::FnBox<A>>::call_box::h648254670adee836
  543. at /checkout/src/liballoc/boxed.rs:788
  544. 53: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  545. at /checkout/src/liballoc/boxed.rs:798
  546. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  547. at libstd/sys_common/thread.rs:24
  548. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  549. at libstd/sys/unix/thread.rs:90
  550. 54: 0x7f0d692bc6b9 - start_thread
  551. 55: 0x7f0d67a8e41c - clone
  552. 56: 0x0 - <unknown>
  553. ERROR:servo: assertion failed: self.load.is_none()
  554. assertion failed: result.borrow().is_none() (thread ScriptThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(NonZero(1))) }, at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/panic.rs:27)
  555. stack backtrace:
  556. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  557. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  558. - backtrace::backtrace::trace::h10c59b076f73358b
  559. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  560. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  561. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  562. 2: 0x563609114306 - servo::main::{{closure}}::h93cc9938d6f0155a
  563. at ports/servo/main.rs:130
  564. 3: 0x56360f111175 - std::panicking::rust_panic_with_hook::haa00f5a9417cd684
  565. at libstd/panicking.rs:577
  566. 4: 0x56360a3308b7 - std::panicking::begin_panic::hc2a7df68a1c26e57
  567. at /checkout/src/libstd/panicking.rs:537
  568. 5: 0x563609f5650a - mozjs::panic::wrap_panic::{{closure}}::h59956602b515adc9
  569. at /home/maxtothemax/src/servoupstream/<panic macros>:3
  570. 6: 0x56360b78aa18 - <std::thread::local::LocalKey<T>>::try_with::h2af85ba39b7e766b
  571. at /checkout/src/libstd/thread/local.rs:377
  572. 7: 0x56360b6cd634 - <std::thread::local::LocalKey<T>>::with::h26a82c639344d5e7
  573. at /checkout/src/libstd/thread/local.rs:288
  574. 8: 0x563609d96467 - mozjs::panic::wrap_panic::h6aee0e815c2d95f6
  575. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/panic.rs:26
  576. 9: 0x56360a736ac8 - script::dom::bindings::codegen::Bindings::HTMLImageElementBinding::HTMLImageElementBinding::_finalize::hef3fc97bf00394f5
  577. at /home/maxtothemax/src/servoupstream/target/debug/build/script-300fef1ada1d45d9/out/Bindings/HTMLImageElementBinding.rs:1565
  578. 10: 0x56360eacf662 - _ZNK2js5Class10doFinalizeEPNS_6FreeOpEP8JSObject
  579. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Class.h:815
  580. - _ZN8JSObject8finalizeEPN2js6FreeOpE
  581. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsobjinlines.h:85
  582. - _ZN2js2gc5Arena8finalizeI8JSObjectEEmPNS_6FreeOpENS0_9AllocKindEm
  583. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:447
  584. 11: 0x56360eaa84d8 - FinalizeTypedArenas<JSObject>
  585. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:505
  586. 12: 0x56360eaa87d0 - FinalizeArenas
  587. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:539
  588. - _ZN2js2gc10ArenaLists16forceFinalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  589. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2720
  590. 13: 0x56360eaa8ffc - _ZN2js2gc10ArenaLists11finalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  591. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2702
  592. - _ZN2js2gc10ArenaLists30queueForegroundObjectsForSweepEPNS_6FreeOpE
  593. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2839
  594. 14: 0x56360eab73ad - _ZN2js2gc9GCRuntime22beginSweepingZoneGroupERNS_26AutoLockForExclusiveAccessE
  595. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5127
  596. 15: 0x56360eabc4b7 - _ZN2js2gc9GCRuntime15beginSweepPhaseEbRNS_26AutoLockForExclusiveAccessE
  597. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5215
  598. 16: 0x56360eac1a47 - _ZN2js2gc9GCRuntime23incrementalCollectSliceERNS_11SliceBudgetEN2JS8gcreason6ReasonERNS_26AutoLockForExclusiveAccessE
  599. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5937
  600. 17: 0x56360eac2947 - _ZN2js2gc9GCRuntime7gcCycleEbRNS_11SliceBudgetEN2JS8gcreason6ReasonE
  601. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6174
  602. 18: 0x56360eac2d5d - _ZN2js2gc9GCRuntime7collectEbNS_11SliceBudgetEN2JS8gcreason6ReasonE
  603. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6287
  604. 19: 0x56360eac30e7 - _ZN2js2gc9GCRuntime2gcE18JSGCInvocationKindN2JS8gcreason6ReasonE
  605. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6354
  606. 20: 0x56360ebecce7 - _ZN9JSRuntime14destroyRuntimeEv
  607. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/vm/Runtime.cpp:430
  608. 21: 0x56360ea6baec - _ZN9JSContextD2Ev
  609. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:892
  610. 22: 0x56360ea6c221 - js_delete_poison<JSContext>
  611. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Utility.h:392
  612. - _ZN2js14DestroyContextEP9JSContext
  613. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:133
  614. 23: 0x56360e81e824 - <mozjs::rust::Runtime as core::ops::drop::Drop>::drop::hf6d9a3eaa388a4cc
  615. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/rust.rs:243
  616. 24: 0x563609ca2cf4 - core::ptr::drop_in_place::ha3d316a2d5822d7f
  617. at /checkout/src/libcore/ptr.rs:59
  618. 25: 0x563609c9713b - core::ptr::drop_in_place::h9309be5c1e612cd9
  619. at /checkout/src/libcore/ptr.rs:59
  620. 26: 0x563609c7ad88 - core::ptr::drop_in_place::h69711d4f2590daac
  621. at /checkout/src/libcore/ptr.rs:59
  622. 27: 0x56360b038ae5 - <alloc::rc::Rc<T> as core::ops::drop::Drop>::drop::h31bc29c77ab3f24a
  623. at /checkout/src/liballoc/rc.rs:842
  624. 28: 0x563609c5b704 - core::ptr::drop_in_place::h3cc0893742d5f992
  625. at /checkout/src/libcore/ptr.rs:59
  626. 29: 0x563609cd2aa1 - core::ptr::drop_in_place::he9a84b7840e6002c
  627. at /checkout/src/libcore/ptr.rs:59
  628. 30: 0x56360aae71a7 - <script::script_thread::ScriptThread as script_traits::ScriptThreadFactory>::create::{{closure}}::hf6e57df7016e7a72
  629. at components/script/script_thread.rs:588
  630. 31: 0x56360be12544 - std::sys_common::backtrace::__rust_begin_short_backtrace::h022d1e932a4f94ea
  631. at /checkout/src/libstd/sys_common/backtrace.rs:133
  632. 32: 0x56360ba0e2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h9150bb59354f7de7
  633. at /checkout/src/libstd/thread/mod.rs:406
  634. 33: 0x56360a94fe04 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h83b25fe8f3023c58
  635. at /checkout/src/libstd/panic.rs:293
  636. 34: 0x56360a4cec54 - std::panicking::try::do_call::hf38a3b519315f42c
  637. at /checkout/src/libstd/panicking.rs:479
  638. 35: 0x56360f139ece - __rust_maybe_catch_panic
  639. at libpanic_unwind/lib.rs:102
  640. 36: 0x56360a3e030c - std::panicking::try::h977ea09ca0d4b1a8
  641. at /checkout/src/libstd/panicking.rs:458
  642. 37: 0x56360a9a96fc - std::panic::catch_unwind::hcf53461659d94c90
  643. at /checkout/src/libstd/panic.rs:358
  644. 38: 0x56360ba0d188 - std::thread::Builder::spawn::{{closure}}::h90e70fce54046080
  645. at /checkout/src/libstd/thread/mod.rs:405
  646. 39: 0x56360ba0e675 - <F as alloc::boxed::FnBox<A>>::call_box::h648254670adee836
  647. at /checkout/src/liballoc/boxed.rs:788
  648. 40: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  649. at /checkout/src/liballoc/boxed.rs:798
  650. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  651. at libstd/sys_common/thread.rs:24
  652. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  653. at libstd/sys/unix/thread.rs:90
  654. 41: 0x7f0d692bc6b9 - start_thread
  655. 42: 0x7f0d67a8e41c - clone
  656. 43: 0x0 - <unknown>
  657. ERROR:servo: assertion failed: result.borrow().is_none()
  658. Stack trace for thread "ScriptThread PipelineId { namespace_id: PipelineNamespaceId(0), index: PipelineIndex(NonZero(NonZero(1))) }"
  659. stack backtrace:
  660. 0: 0x56360f0fd454 - backtrace::backtrace::libunwind::trace::h79984cabe80721dc
  661. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/libunwind.rs:53
  662. - backtrace::backtrace::trace::h10c59b076f73358b
  663. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/backtrace/mod.rs:42
  664. 1: 0x56360f0f4bdc - backtrace::capture::Backtrace::new::haef9cefb7535bc7c
  665. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.2/src/capture.rs:64
  666. 2: 0x5636090da24e - servo::install_crash_handler::handler::h750858abb65cefb7
  667. at ports/servo/main.rs:72
  668. 3: 0x7f0d679bc4af - <unknown>
  669. 4: 0x56360a736acb - script::dom::bindings::codegen::Bindings::HTMLImageElementBinding::HTMLImageElementBinding::_finalize::hef3fc97bf00394f5
  670. at /home/maxtothemax/src/servoupstream/target/debug/build/script-300fef1ada1d45d9/out/Bindings/HTMLImageElementBinding.rs:1564
  671. 5: 0x56360eacf662 - _ZNK2js5Class10doFinalizeEPNS_6FreeOpEP8JSObject
  672. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Class.h:815
  673. - _ZN8JSObject8finalizeEPN2js6FreeOpE
  674. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsobjinlines.h:85
  675. - _ZN2js2gc5Arena8finalizeI8JSObjectEEmPNS_6FreeOpENS0_9AllocKindEm
  676. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:447
  677. 6: 0x56360eaa84d8 - FinalizeTypedArenas<JSObject>
  678. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:505
  679. 7: 0x56360eaa87d0 - FinalizeArenas
  680. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:539
  681. - _ZN2js2gc10ArenaLists16forceFinalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  682. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2720
  683. 8: 0x56360eaa8ffc - _ZN2js2gc10ArenaLists11finalizeNowEPNS_6FreeOpENS0_9AllocKindENS1_14KeepArenasEnumEPPNS0_5ArenaE
  684. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2702
  685. - _ZN2js2gc10ArenaLists30queueForegroundObjectsForSweepEPNS_6FreeOpE
  686. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:2839
  687. 9: 0x56360eab73ad - _ZN2js2gc9GCRuntime22beginSweepingZoneGroupERNS_26AutoLockForExclusiveAccessE
  688. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5127
  689. 10: 0x56360eabc4b7 - _ZN2js2gc9GCRuntime15beginSweepPhaseEbRNS_26AutoLockForExclusiveAccessE
  690. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5215
  691. 11: 0x56360eac1a47 - _ZN2js2gc9GCRuntime23incrementalCollectSliceERNS_11SliceBudgetEN2JS8gcreason6ReasonERNS_26AutoLockForExclusiveAccessE
  692. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:5937
  693. 12: 0x56360eac2947 - _ZN2js2gc9GCRuntime7gcCycleEbRNS_11SliceBudgetEN2JS8gcreason6ReasonE
  694. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6174
  695. 13: 0x56360eac2d5d - _ZN2js2gc9GCRuntime7collectEbNS_11SliceBudgetEN2JS8gcreason6ReasonE
  696. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6287
  697. 14: 0x56360eac30e7 - _ZN2js2gc9GCRuntime2gcE18JSGCInvocationKindN2JS8gcreason6ReasonE
  698. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jsgc.cpp:6354
  699. 15: 0x56360ebecce7 - _ZN9JSRuntime14destroyRuntimeEv
  700. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/vm/Runtime.cpp:430
  701. 16: 0x56360ea6baec - _ZN9JSContextD2Ev
  702. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:892
  703. 17: 0x56360ea6c221 - js_delete_poison<JSContext>
  704. at /home/maxtothemax/src/servoupstream/target/debug/build/mozjs_sys-b4514d0d61a8bba0/out/dist/include/js/Utility.h:392
  705. - _ZN2js14DestroyContextEP9JSContext
  706. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs_sys-0.50.0/mozjs/js/src/jscntxt.cpp:133
  707. 18: 0x56360e81e824 - <mozjs::rust::Runtime as core::ops::drop::Drop>::drop::hf6d9a3eaa388a4cc
  708. at /home/maxtothemax/.cargo/registry/src/github.com-1ecc6299db9ec823/mozjs-0.1.11/src/rust.rs:243
  709. 19: 0x563609ca2cf4 - core::ptr::drop_in_place::ha3d316a2d5822d7f
  710. at /checkout/src/libcore/ptr.rs:59
  711. 20: 0x563609c9713b - core::ptr::drop_in_place::h9309be5c1e612cd9
  712. at /checkout/src/libcore/ptr.rs:59
  713. 21: 0x563609c7ad88 - core::ptr::drop_in_place::h69711d4f2590daac
  714. at /checkout/src/libcore/ptr.rs:59
  715. 22: 0x56360b038ae5 - <alloc::rc::Rc<T> as core::ops::drop::Drop>::drop::h31bc29c77ab3f24a
  716. at /checkout/src/liballoc/rc.rs:842
  717. 23: 0x563609c5b704 - core::ptr::drop_in_place::h3cc0893742d5f992
  718. at /checkout/src/libcore/ptr.rs:59
  719. 24: 0x563609cd2aa1 - core::ptr::drop_in_place::he9a84b7840e6002c
  720. at /checkout/src/libcore/ptr.rs:59
  721. 25: 0x56360aae71a7 - <script::script_thread::ScriptThread as script_traits::ScriptThreadFactory>::create::{{closure}}::hf6e57df7016e7a72
  722. at components/script/script_thread.rs:588
  723. 26: 0x56360be12544 - std::sys_common::backtrace::__rust_begin_short_backtrace::h022d1e932a4f94ea
  724. at /checkout/src/libstd/sys_common/backtrace.rs:133
  725. 27: 0x56360ba0e2cb - std::thread::Builder::spawn::{{closure}}::{{closure}}::h9150bb59354f7de7
  726. at /checkout/src/libstd/thread/mod.rs:406
  727. 28: 0x56360a94fe04 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h83b25fe8f3023c58
  728. at /checkout/src/libstd/panic.rs:293
  729. 29: 0x56360a4cec54 - std::panicking::try::do_call::hf38a3b519315f42c
  730. at /checkout/src/libstd/panicking.rs:479
  731. 30: 0x56360f139ece - __rust_maybe_catch_panic
  732. at libpanic_unwind/lib.rs:102
  733. 31: 0x56360a3e030c - std::panicking::try::h977ea09ca0d4b1a8
  734. at /checkout/src/libstd/panicking.rs:458
  735. 32: 0x56360a9a96fc - std::panic::catch_unwind::hcf53461659d94c90
  736. at /checkout/src/libstd/panic.rs:358
  737. 33: 0x56360ba0d188 - std::thread::Builder::spawn::{{closure}}::h90e70fce54046080
  738. at /checkout/src/libstd/thread/mod.rs:405
  739. 34: 0x56360ba0e675 - <F as alloc::boxed::FnBox<A>>::call_box::h648254670adee836
  740. at /checkout/src/liballoc/boxed.rs:788
  741. 35: 0x56360f124cbb - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h13f1b0bf377a9f5b
  742. at /checkout/src/liballoc/boxed.rs:798
  743. - std::sys_common::thread::start_thread::hb5b6e0447b9691dc
  744. at libstd/sys_common/thread.rs:24
  745. - std::sys::unix::thread::Thread::new::thread_start::hcaff0bef1a01c624
  746. at libstd/sys/unix/thread.rs:90
  747. 36: 0x7f0d692bc6b9 - start_thread
  748. 37: 0x7f0d67a8e41c - clone
  749. 38: 0x0 - <unknown>
  750. Servo exited with return value -4
RAW Paste Data