Skip to content

Instantly share code, notes, and snippets.

@zmanian
Created June 22, 2020 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmanian/665e0899ffe49f4f241dded9b75de4c0 to your computer and use it in GitHub Desktop.
Save zmanian/665e0899ffe49f4f241dded9b75de4c0 to your computer and use it in GitHub Desktop.
ERROR 2020-06-22 03:26:52 common/crash-handler/src/lib.rs:38 details = '''panicked at 'Invalid Proof', /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/macros.rs:13:23'''
backtrace = '''
0: 0x10ef2487c - backtrace::backtrace::libunwind::trace::h728c1cdc231a0cf6
at /Users/zakimanian/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.48/src/backtrace/libunwind.rs:86
backtrace::backtrace::trace_unsynchronized::h6f9ce700d1d0c782
at /Users/zakimanian/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.48/src/backtrace/mod.rs:66
backtrace::backtrace::trace::hf06a6b725a5dec68
at /Users/zakimanian/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.48/src/backtrace/mod.rs:53
1: 0x10ef26a18 - backtrace::capture::Backtrace::create::hc95b3ea3c9fcb08d
at /Users/zakimanian/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.48/src/capture.rs:164
backtrace::capture::Backtrace::new::hbc387e5049eeb2eb
at /Users/zakimanian/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.48/src/capture.rs:128
2: 0x10f192366 - crash_handler::handle_panic::h71941c7c6dde5541
at /Users/zakimanian/iqlusion_work/OL-libra/common/crash-handler/src/lib.rs:35
3: 0x10f1922cc - crash_handler::setup_panic_handler::{{closure}}::h31e4f058d96f1042
at /Users/zakimanian/iqlusion_work/OL-libra/common/crash-handler/src/lib.rs:27
4: 0x10fc13da7 - std::panicking::rust_panic_with_hook::h2cd47f71d6d55501
at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:515
5: 0x110015f35 - std::panicking::begin_panic::h092573b684b4cb72
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panicking.rs:438
6: 0x10f887d13 - move_vm_natives::vdf::verify::{{closure}}::h61ae635beb7df804
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/macros.rs:13
std::panicking::try::do_call::h7810194b704f2f7b
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panicking.rs:331
std::panicking::try::h76fb88eca3ddf9ce
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panicking.rs:274
std::panic::catch_unwind::h3b0011fb70428e82
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panic.rs:394
move_vm_natives::vdf::verify::h29a6c150be37b81b
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/natives/src/vdf.rs:46
move_vm_runtime::native_functions::NativeFunction::dispatch::h96a325cf01d613d8
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/native_functions.rs:120
7: 0x10f841b17 - move_vm_runtime::interpreter::Interpreter::call_native::hc6454435ff2dab64
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/interpreter.rs:223
8: 0x10f84047d - move_vm_runtime::interpreter::Interpreter::execute_main::h3d27679a5f532203
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/interpreter.rs:152
move_vm_runtime::interpreter::Interpreter::execute::hb4c7fb1b95590528
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/interpreter.rs:104
move_vm_runtime::interpreter::Interpreter::entrypoint::hcd49731389397f84
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/interpreter.rs:79
9: 0x10f8622ae - move_vm_runtime::runtime::VMRuntime::execute_script::h658af71253bf296e
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/runtime.rs:104
10: 0x10f7b339d - move_vm_runtime::move_vm::MoveVM::execute_script::h3b18e39ec036db9f
at /Users/zakimanian/iqlusion_work/OL-libra/language/move-vm/runtime/src/move_vm.rs:55
libra_vm::libra_vm::LibraVM::execute_verified_payload::{{closure}}::h089f8be2da87c43b
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:348
core::result::Result<T,E>::and_then::hc9fef4b142fee708
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcore/result.rs:729
libra_vm::libra_vm::LibraVM::execute_verified_payload::h287956d8ca8a9c8b
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:345
libra_vm::libra_vm::LibraVM::execute_user_transaction::{{closure}}::{{closure}}::hbc6a05567eb7de2e
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:447
core::result::Result<T,E>::and_then::h739e7f54206f95ad
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcore/result.rs:729
libra_vm::libra_vm::LibraVM::execute_user_transaction::{{closure}}::hc7fb7b8f5b2338d9
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:445
core::result::Result<T,E>::and_then::hb5e0956fb1e329e7
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcore/result.rs:729
libra_vm::libra_vm::LibraVM::execute_user_transaction::h04ed97a9a45619eb
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:443
libra_vm::libra_vm::LibraVM::execute_user_transactions::hc30ad92795022419
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:857
libra_vm::libra_vm::LibraVM::execute_block_impl::hea0c1fdea1afe1ce
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:799
11: 0x10f7b8d0f - <libra_vm::libra_vm::LibraVM as libra_vm::VMExecutor>::execute_block::h2616e0b50ed45d78
at /Users/zakimanian/iqlusion_work/OL-libra/language/libra-vm/src/libra_vm.rs:985
12: 0x10f2324ac - <executor::Executor<V> as executor_types::BlockExecutor>::execute_block::h37191d134bb5ff40
at /Users/zakimanian/iqlusion_work/OL-libra/execution/executor/src/lib.rs:625
13: 0x10f24e652 - execution_correctness::serializer::SerializerService::handle_message::h2a82f64794367185
at /Users/zakimanian/iqlusion_work/OL-libra/execution/execution-correctness/src/serializer.rs:38
14: 0x10f258615 - execution_correctness::remote_service::process_one_message::h0d5acfe2f69170f9
at /Users/zakimanian/iqlusion_work/OL-libra/execution/execution-correctness/src/remote_service.rs:44
execution_correctness::remote_service::execute::h97e10d559ed37978
at /Users/zakimanian/iqlusion_work/OL-libra/execution/execution-correctness/src/remote_service.rs:33
15: 0x10f23e286 - execution_correctness::thread::ThreadService::new::{{closure}}::h124ac7ec7a5ee244
at /Users/zakimanian/iqlusion_work/OL-libra/execution/execution-correctness/src/thread.rs:30
std::sys_common::backtrace::__rust_begin_short_backtrace::h84497af61b2fb4fd
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/sys_common/backtrace.rs:130
16: 0x10f255b6c - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h0a94c30960d2b05a
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/thread/mod.rs:475
<std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h341c0b333ab2024f
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panic.rs:318
std::panicking::try::do_call::he03f9da237518252
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panicking.rs:331
std::panicking::try::h9def261f6e05a263
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panicking.rs:274
std::panic::catch_unwind::hd6c9c9ee1a272039
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/panic.rs:394
std::thread::Builder::spawn_unchecked::{{closure}}::habb1484916cdd925
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd/thread/mod.rs:474
core::ops::function::FnOnce::call_once{{vtable.shim}}::heefeea0bc33400e9
at /Users/zakimanian/.rustup/toolchains/1.44.0-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcore/ops/function.rs:232
17: 0x10fc17c6d - <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h307bc2fd9d7d309b
at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008
<alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::hf381279f6518a852
at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008
std::sys::unix::thread::Thread::new::thread_start::h2b28b74d30bce841
at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys/unix/thread.rs:87
18: 0x7fff6ec21109 - __pthread_start
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment