Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vthriller/24516dfa87d6b5143f1480434c6d1c15 to your computer and use it in GitHub Desktop.
Save vthriller/24516dfa87d6b5143f1480434c6d1c15 to your computer and use it in GitHub Desktop.
thriller@xn--rih ~/tmp/servo $ ./servo about:blank
./servo: /usr/lib64/libssl.so.1.0.0: no version information available (required by ./servo)
./servo: /usr/lib64/libssl.so.1.0.0: no version information available (required by ./servo)
./servo: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by ./servo)
./servo: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by ./servo)
./servo: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by ./servo)
Stack trace for thread "main"
stack backtrace:
0: 0x56531637055c - backtrace::backtrace::trace::hf7705d8a8b50b667
1: 0x56531636fd92 - backtrace::capture::Backtrace::new::h7557c81173cf7178
2: 0x565313574bba - servo::install_crash_handler::handler::hf8b8882611e51d6d
3: 0x7f71ccd7ef7f - <unknown>
4: 0x7f71ccdd3c16 - strlen
5: 0x565316397238 - std::ffi::c_str::CStr::from_ptr::hfa2c3925c4f9d92d
at libstd/ffi/c_str.rs:904
6: 0x5653162da20d - glutin::api::glx::Context::new::hdaa40884e6e3a139
7: 0x5653162e2a7e - glutin::platform::platform::x11::Context::new::h0eef7603e1008158
8: 0x5653162df488 - glutin::GlWindow::new::h5ab827eb661b419e
9: 0x5653135757ac - servo::main::hbcec9da63b6af50a
10: 0x565313569212 - std::rt::lang_start::{{closure}}::h5996053866163d70
11: 0x565316380f12 - std::rt::lang_start_internal::{{closure}}::h5579e352f8b3a046
at libstd/rt.rs:59
- std::panicking::try::do_call::h53d5fb6c4322763e
at libstd/panicking.rs:310
12: 0x5653163a8919 - __rust_maybe_catch_panic
at libpanic_unwind/lib.rs:105
13: 0x56531638ce75 - std::panicking::try::hda81c04989dc351f
at libstd/panicking.rs:289
- std::panic::catch_unwind::ha161dd2e957fa171
at libstd/panic.rs:374
- std::rt::lang_start_internal::h08eecb54bb8496e8
at libstd/rt.rs:58
14: 0x5653135797b3 - main
15: 0x7f71ccd6a4ef - __libc_start_main
16: 0x565313528363 - <unknown>
17: 0x0 - <unknown>
Stack trace for thread "main"
stack backtrace:
0: 0x56531637055c - backtrace::backtrace::trace::hf7705d8a8b50b667
1: 0x56531636fd92 - backtrace::capture::Backtrace::new::h7557c81173cf7178
2: 0x565313574bba - servo::install_crash_handler::handler::hf8b8882611e51d6d
3: 0x7f71ccd7ef7f - <unknown>
4: 0x565313574c42 - servo::install_crash_handler::handler::hf8b8882611e51d6d
5: 0x7f71ccd7ef7f - <unknown>
6: 0x7f71ccdd3c16 - strlen
7: 0x565316397238 - std::ffi::c_str::CStr::from_ptr::hfa2c3925c4f9d92d
at libstd/ffi/c_str.rs:904
8: 0x5653162da20d - glutin::api::glx::Context::new::hdaa40884e6e3a139
9: 0x5653162e2a7e - glutin::platform::platform::x11::Context::new::h0eef7603e1008158
10: 0x5653162df488 - glutin::GlWindow::new::h5ab827eb661b419e
11: 0x5653135757ac - servo::main::hbcec9da63b6af50a
12: 0x565313569212 - std::rt::lang_start::{{closure}}::h5996053866163d70
13: 0x565316380f12 - std::rt::lang_start_internal::{{closure}}::h5579e352f8b3a046
at libstd/rt.rs:59
- std::panicking::try::do_call::h53d5fb6c4322763e
at libstd/panicking.rs:310
14: 0x5653163a8919 - __rust_maybe_catch_panic
at libpanic_unwind/lib.rs:105
15: 0x56531638ce75 - std::panicking::try::hda81c04989dc351f
at libstd/panicking.rs:289
- std::panic::catch_unwind::ha161dd2e957fa171
at libstd/panic.rs:374
- std::rt::lang_start_internal::h08eecb54bb8496e8
at libstd/rt.rs:58
16: 0x5653135797b3 - main
17: 0x7f71ccd6a4ef - __libc_start_main
18: 0x565313528363 - <unknown>
19: 0x0 - <unknown>
Illegal instruction (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment