Skip to content

Instantly share code, notes, and snippets.

@sajattack
Created October 6, 2017 06:35
Show Gist options
  • Save sajattack/0bcfe75aa718ffc80d182abcd41235d3 to your computer and use it in GitHub Desktop.
Save sajattack/0bcfe75aa718ffc80d182abcd41235d3 to your computer and use it in GitHub Desktop.
rust panic
0:10.97 stack backtrace:
0:10.97 0: 0x55b94522d013 - std::sys::imp::backtrace::tracing::imp::unwind_backtrace::hcdf51e4c9dc54357
0:10.97 at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
0:10.97 1: 0x55b9452296c4 - std::sys_common::backtrace::_print::h9da91fd31a37d0f1
0:10.97 at /checkout/src/libstd/sys_common/backtrace.rs:71
0:10.97 2: 0x55b945232733 - std::panicking::default_hook::{{closure}}::h46820a72bf0cb624
0:10.97 at /checkout/src/libstd/sys_common/backtrace.rs:60
0:10.98 at /checkout/src/libstd/panicking.rs:380
0:10.98 3: 0x55b9452324a2 - std::panicking::default_hook::h4c1ef1cc83189c8e
0:10.98 at /checkout/src/libstd/panicking.rs:396
0:10.98 4: 0x55b945232bf7 - std::panicking::rust_panic_with_hook::h99016f44bdcb8544
0:10.98 at /checkout/src/libstd/panicking.rs:611
0:10.98 5: 0x55b945232ac4 - std::panicking::begin_panic_new::hae931f4b9fe56a90
0:10.98 at /checkout/src/libstd/panicking.rs:553
0:10.98 6: 0x55b9452329c9 - std::panicking::begin_panic_fmt::h3b8db4524c33692e
0:10.98 at /checkout/src/libstd/panicking.rs:521
0:10.98 7: 0x55b944f514ae - build_script_build::build_gecko::bindings::write_binding_file::h5eacad728468b040
0:10.98 8: 0x55b944f55657 - build_script_build::build_gecko::bindings::generate_structs::h9bd6fcc0cff4dbb4
0:10.98 9: 0x55b945239b9c - __rust_maybe_catch_panic
0:10.98 at /checkout/src/libpanic_unwind/lib.rs:98
0:10.98 10: 0x55b944f48a71 - <F as alloc::boxed::FnBox<A>>::call_box::h59a3bf43198a2813
0:10.98 11: 0x55b945231c4b - std::sys::imp::thread::Thread::new::thread_start::h10fad04495d944f7
0:10.98 at /checkout/src/liballoc/boxed.rs:661
0:10.98 at /checkout/src/libstd/sys_common/thread.rs:21
0:10.98 at /checkout/src/libstd/sys/unix/thread.rs:84
0:10.98 12: 0x7fd233e21089 - start_thread
0:10.98 13: 0x7fd2339421be - __clone
0:10.98 14: 0x0 - <unknown>
0:10.98 thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any', /checkout/src/libcore/result.rs:860:4
0:10.98 stack backtrace:
0:10.98 0: 0x55b94522d013 - std::sys::imp::backtrace::tracing::imp::unwind_backtrace::hcdf51e4c9dc54357
0:10.98 at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
0:10.98 1: 0x55b9452296c4 - std::sys_common::backtrace::_print::h9da91fd31a37d0f1
0:10.98 at /checkout/src/libstd/sys_common/backtrace.rs:71
0:10.98 2: 0x55b945232733 - std::panicking::default_hook::{{closure}}::h46820a72bf0cb624
0:10.98 at /checkout/src/libstd/sys_common/backtrace.rs:60
0:10.98 at /checkout/src/libstd/panicking.rs:380
0:10.98 3: 0x55b9452324a2 - std::panicking::default_hook::h4c1ef1cc83189c8e
0:10.98 at /checkout/src/libstd/panicking.rs:396
0:10.98 4: 0x55b945232bf7 - std::panicking::rust_panic_with_hook::h99016f44bdcb8544
0:10.98 at /checkout/src/libstd/panicking.rs:611
0:10.99 5: 0x55b945232ac4 - std::panicking::begin_panic_new::hae931f4b9fe56a90
0:10.99 at /checkout/src/libstd/panicking.rs:553
0:10.99 6: 0x55b9452329c9 - std::panicking::begin_panic_fmt::h3b8db4524c33692e
0:10.99 at /checkout/src/libstd/panicking.rs:521
0:10.99 7: 0x55b94523295a - rust_begin_unwind
0:10.99 at /checkout/src/libstd/panicking.rs:497
0:10.99 8: 0x55b945260e50 - core::panicking::panic_fmt::h955f7c5ec61a82d4
0:10.99 at /checkout/src/libcore/panicking.rs:92
0:10.99 9: 0x55b944f48801 - core::result::unwrap_failed::hb22ee015f3725618
0:10.99 10: 0x55b944f5ca94 - build_script_build::main::h0063afbdeb5772ba
0:10.99 11: 0x55b945239b9c - __rust_maybe_catch_panic
0:10.99 at /checkout/src/libpanic_unwind/lib.rs:98
0:10.99 12: 0x55b94523332a - std::rt::lang_start::h97aba2334c85f570
0:10.99 at /checkout/src/libstd/panicking.rs:458
0:10.99 at /checkout/src/libstd/panic.rs:361
0:10.99 at /checkout/src/libstd/rt.rs:59
0:10.99 13: 0x7fd23386cf69 - __libc_start_main
0:10.99 14: 0x55b944f3a599 - _start
0:10.99 15: 0x0 - <unknown>
0:10.99
0:10.99 make[5]: *** [/home/paul/ff-src/firefox-57.0b4/config/rules.mk:1000: force-cargo-library-build] Error 101
0:10.99 make[4]: *** [/home/paul/ff-src/firefox-57.0b4/config/recurse.mk:73: toolkit/library/rust/target] Error 2
0:10.99 make[4]: *** Waiting for unfinished jobs....
0:14.25 In file included from /home/paul/ff-src/firefox-57.0b4/obj-armv7-unknown-linux-gnueabihf/netwerk/protocol/http/Unified_cpp_protocol_http0.cpp:137:0:
0:14.26 /home/paul/ff-src/firefox-57.0b4/netwerk/protocol/http/HttpBaseChannel.cpp: In member function 'virtual nsresult mozilla::net::HttpBaseChannel::SetReferrerWithPolicy(nsIURI*, uint32_t)':
0:14.26 /home/paul/ff-src/firefox-57.0b4/netwerk/protocol/http/HttpBaseChannel.cpp:1822:46: warning: 'isCrossOrigin' may be used uninitialized in this function [-Wmaybe-uninitialized]
0:14.26 if (userReferrerXOriginTrimmingPolicy != 0 && *isCrossOrigin) {
0:14.26 ^
0:15.77 libnetwerk_protocol_wyciwyg.a.desc
0:17.85 libnetwerk_protocol_ftp.a.desc
0:19.31 libnetwerk_protocol_websocket.a.desc
0:19.74 libnetwerk_cache2.a.desc
0:35.58 libnetwerk_protocol_http.a.desc
0:35.64 make[3]: *** [/home/paul/ff-src/firefox-57.0b4/config/recurse.mk:33: compile] Error 2
0:35.64 make[2]: *** [/home/paul/ff-src/firefox-57.0b4/config/rules.mk:452: default] Error 2
0:35.69 make[1]: *** [/home/paul/ff-src/firefox-57.0b4/client.mk:424: realbuild] Error 2
0:35.69 make: *** [client.mk:175: build] Error 2
0:35.72 11 compiler warnings present.
[paul@P50-Arch firefox-57.0b4]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment