Created
April 21, 2018 16:47
-
-
Save trufae/bccbceb64ba5de0307608fcb74c23348 to your computer and use it in GitHub Desktop.
servonk on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ RUST_BACKTRACE=1 ./servonk run glutin | |
| ../../target/debug/servo --resources-path /Users/pancake/prg/servonk/platform/glutin/support/scripts/../../../shared/resources --resolution 720x1280 --user-agent Mozilla/5.0 (Mobile; rv:60.0) Servo/1.0 Firefox/60.0 -M http://localhost:8000/system/index.html | |
| assertion failed: mach_sys::mach_port_mod_refs(mach_task_self(), self.port, | |
| MACH_PORT_RIGHT_SEND, 1) == KERN_SUCCESS (thread Constellation, at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.10.0/src/platform/macos/mod.rs:336) | |
| stack backtrace: | |
| 0: 0x1079cc474 - backtrace::backtrace::trace::hf902894808ae4113 | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.6/src/backtrace/mod.rs:42 | |
| 1: 0x1079c612c - backtrace::capture::Backtrace::new_unresolved::h28613d9797601b68 | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.6/src/capture.rs:88 | |
| 2: 0x1079c607e - backtrace::capture::Backtrace::new::hba479da43193d24c | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.6/src/capture.rs:63 | |
| 3: 0x10116f418 - servo::main::_$u7b$$u7b$closure$u7d$$u7d$::hb7484a88e43ef3cd | |
| at /Users/pancake/prg/servonk/platform/glutin/main.rs:159 | |
| 4: 0x107b96800 - std::panicking::rust_panic_with_hook::h3c45dabebd72e51c | |
| at libstd/panicking.rs:401 | |
| 5: 0x107b4fd03 - std::panicking::begin_panic::h5bb3062377b16b1e | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panicking.rs:363 | |
| 6: 0x10747bbc8 - _$LT$ipc_channel..platform..macos..OsIpcSender$u20$as$u20$core..clone..Clone$GT$::clone::h3be8b713673f2fa5 | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.10.0/src/platform/macos/mod.rs:336 | |
| 7: 0x103f269f4 - _$LT$ipc_channel..ipc..IpcSender$LT$T$GT$$u20$as$u20$core..clone..Clone$GT$::clone::hfc07678c7ba858b3 | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.10.0/src/ipc.rs:154 | |
| 8: 0x10143f131 - _$LT$constellation..constellation..Constellation$LT$Message$C$$u20$LTF$C$$u20$STF$GT$$GT$::new_pipeline::hfcbb25da98a81b01 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/constellation/constellation.rs:736 | |
| 9: 0x101470e04 - _$LT$constellation..constellation..Constellation$LT$Message$C$$u20$LTF$C$$u20$STF$GT$$GT$::handle_new_top_level_browsing_context::h314adf0945f76994 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/constellation/constellation.rs:1551 | |
| 10: 0x10146c939 - _$LT$constellation..constellation..Constellation$LT$Message$C$$u20$LTF$C$$u20$STF$GT$$GT$::handle_request_from_compositor::h458cfd49becae720 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/constellation/constellation.rs:971 | |
| 11: 0x101443a75 - _$LT$constellation..constellation..Constellation$LT$Message$C$$u20$LTF$C$$u20$STF$GT$$GT$::handle_request::hf054626880588c99 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/constellation/constellation.rs:875 | |
| 12: 0x101471c32 - _$LT$constellation..constellation..Constellation$LT$Message$C$$u20$LTF$C$$u20$STF$GT$$GT$::run::hbed6d97bd1c3e4e9 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/constellation/constellation.rs:648 | |
| 13: 0x10147326a - _$LT$constellation..constellation..Constellation$LT$Message$C$$u20$LTF$C$$u20$STF$GT$$GT$::start::_$u7b$$u7b$closure$u7d$$u7d$::h7d3514cc3b164f36 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/constellation/constellation.rs:636 | |
| 14: 0x1015231f4 - std::sys_common::backtrace::__rust_begin_short_backtrace::h86833a1b08012613 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/sys_common/backtrace.rs:136 | |
| 15: 0x1014b905b - std::thread::Builder::spawn::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hdd9bbdc75753d29e | |
| at /Users/travis/build/rust-lang/rust/src/libstd/thread/mod.rs:406 | |
| 16: 0x101615704 - _$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h21bc3c1085364c09 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panic.rs:296 | |
| 17: 0x1015df0d4 - std::panicking::try::do_call::hea0dcadb33dc38c9 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panicking.rs:305 | |
| 18: 0x107bae8ee - __rust_maybe_catch_panic | |
| at libpanic_unwind/lib.rs:101 | |
| 19: 0x1015defa9 - std::panicking::try::h3380b2028613359b | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panicking.rs:284 | |
| 20: 0x101621e64 - std::panic::catch_unwind::h7aa33ee1bac07790 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panic.rs:361 | |
| 21: 0x1014b8e78 - std::thread::Builder::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h33c4e393140dfa46 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/thread/mod.rs:405 | |
| 22: 0x1014d1ba5 - _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::heb4335c8f9f4b79b | |
| at /Users/travis/build/rust-lang/rust/src/liballoc/boxed.rs:635 | |
| 23: 0x107b9fb07 - std::sys_common::thread::start_thread::h83706a6e6b193607 | |
| at libstd/sys_common/thread.rs:24 | |
| 24: 0x107b922d8 - std::sys::unix::thread::Thread::new::thread_start::heeff0474120c698b | |
| at libstd/sys/unix/thread.rs:90 | |
| 25: 0x7fff527ab660 - _pthread_body | |
| 26: 0x7fff527ab50c - _pthread_start | |
| ERROR 2018-04-21T16:47:25Z: servo: assertion failed: mach_sys::mach_port_mod_refs(mach_task_self(), self.port, | |
| MACH_PORT_RIGHT_SEND, 1) == KERN_SUCCESS | |
| called `Result::unwrap()` on an `Err` value: Io(Custom { kind: ConnectionReset, error: StringError("No senders exist for this port.") }) (thread StorageManager, at libcore/result.rs:945) | |
| stack backtrace: | |
| 0: 0x1079cc474 - backtrace::backtrace::trace::hf902894808ae4113 | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.6/src/backtrace/mod.rs:42 | |
| 1: 0x1079c612c - backtrace::capture::Backtrace::new_unresolved::h28613d9797601b68 | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.6/src/capture.rs:88 | |
| 2: 0x1079c607e - backtrace::capture::Backtrace::new::hba479da43193d24c | |
| at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.6/src/capture.rs:63 | |
| 3: 0x10116f418 - servo::main::_$u7b$$u7b$closure$u7d$$u7d$::hb7484a88e43ef3cd | |
| at /Users/pancake/prg/servonk/platform/glutin/main.rs:159 | |
| 4: 0x107b96800 - std::panicking::rust_panic_with_hook::h3c45dabebd72e51c | |
| at libstd/panicking.rs:401 | |
| 5: 0x107b96632 - std::panicking::begin_panic_fmt::h1b7791771cfe98bd | |
| at libstd/panicking.rs:347 | |
| 6: 0x107b96552 - rust_begin_unwind | |
| at libstd/panicking.rs:323 | |
| 7: 0x107bbdf65 - core::panicking::panic_fmt::hc9d578f30068aeb6 | |
| at libcore/panicking.rs:71 | |
| 8: 0x1074904ce - core::result::unwrap_failed::h2eb806bfb6de20ac | |
| at /Users/travis/build/rust-lang/rust/src/libcore/macros.rs:26 | |
| 9: 0x104b068a7 - _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::unwrap::haf5d1d99088fcf0e | |
| at /Users/travis/build/rust-lang/rust/src/libcore/result.rs:782 | |
| 10: 0x104912c6b - net::storage_thread::StorageManager::start::h5bc5decba69a4ee6 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/net/storage_thread.rs:59 | |
| 11: 0x104912967 - _$LT$ipc_channel..ipc..IpcSender$LT$net_traits..storage_thread..StorageThreadMsg$GT$$u20$as$u20$net..storage_thread..StorageThreadFactory$GT$::new::_$u7b$$u7b$closure$u7d$$u7d$::h2ee4ea290dd0cd60 | |
| at /Users/pancake/.cargo/git/checkouts/servo-7dc5f478465e6f30/32765b8/components/net/storage_thread.rs:26 | |
| 12: 0x104a8ca52 - std::sys_common::backtrace::__rust_begin_short_backtrace::h387620874eba3f9c | |
| at /Users/travis/build/rust-lang/rust/src/libstd/sys_common/backtrace.rs:136 | |
| 13: 0x1049bab36 - std::thread::Builder::spawn::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h937a729ed777aaf1 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/thread/mod.rs:406 | |
| 14: 0x104a83e52 - _$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h9d5ad11502ecb114 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panic.rs:296 | |
| 15: 0x104a8fdac - std::panicking::try::do_call::h91e69791c969cf9c | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panicking.rs:305 | |
| 16: 0x107bae8ee - __rust_maybe_catch_panic | |
| at libpanic_unwind/lib.rs:101 | |
| 17: 0x104a8e834 - std::panicking::try::h00ffc8a6996214e4 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panicking.rs:284 | |
| 18: 0x104a8e6a2 - std::panic::catch_unwind::h855dec10f3510217 | |
| at /Users/travis/build/rust-lang/rust/src/libstd/panic.rs:361 | |
| 19: 0x1049b9ab0 - std::thread::Builder::spawn::_$u7b$$u7b$closure$u7d$$u7d$::h675a48c0f8a32a0c | |
| at /Users/travis/build/rust-lang/rust/src/libstd/thread/mod.rs:405 | |
| 20: 0x1049bbd77 - _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h1258104273ca2b1b | |
| at /Users/travis/build/rust-lang/rust/src/liballoc/boxed.rs:635 | |
| 21: 0x107b9fb07 - std::sys_common::thread::start_thread::h83706a6e6b193607 | |
| at libstd/sys_common/thread.rs:24 | |
| 22: 0x107b922d8 - std::sys::unix::thread::Thread::new::thread_start::heeff0474120c698b | |
| at libstd/sys/unix/thread.rs:90 | |
| 23: 0x7fff527ab660 - _pthread_body | |
| 24: 0x7fff527ab50c - _pthread_start | |
| ERROR 2018-04-21T16:47:25Z: servo: called `Result::unwrap()` on an `Err` value: Io(Custom { kind: ConnectionReset, error: StringError("No senders exist for this port.") }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment