-
Notifications
You must be signed in to change notification settings - Fork 5
sgchain runtime panic problem #121
Comments
[problem2] sgchain runtime auto exist |
Is this panic resolved? |
C0107 18:54:57.118840 140301238793984 libra/common/crash-handler/src/lib.rs:38] details = '''panicked at 'add_block_info failed.: block already exist in block tree.', src/libcore/result.rs:1165:5''' |
C0107 17:43:41.348903 140698279999232 libra/common/crash-handler/src/lib.rs:38] details = '''panicked at 'already mutably borrowed', /root/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/atomic_refcell-0.1.4/src/lib.rs:171:13''' |
C0109 19:16:19.876777 140144625579776 libra/common/crash-handler/src/lib.rs:38] details = '''panicked at 'find ancestors err.', src/libcore/option.rs:1190:5''' |
C1224 11:05:51.994222 123145428819968 libra/common/crash-handler/src/lib.rs:38] details = '''panicked at 'timer error: timer is shutdown', /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/time/delay.rs:96:23'''
backtrace = '''
stack backtrace:
0: 0x107091fcd - alloc::raw_vec::alloc_guard::h158779c33f6cdb32
1: 0x107091f53 - alloc::raw_vec::alloc_guard::h158779c33f6cdb32
2: 0x107097b67 - backtrace::capture::Backtrace::create::h738c94c528ef5e3a
3: 0x107097aa6 - backtrace::symbolize::libbacktrace::init_state::load_filename::habcfbfdb7affd8ff
4: 0x104713a79 - crash_handler::handle_panic::h3e3df43e73943047
at libra/common/crash-handler/src/lib.rs:35
5: 0x104712f79 - crash_handler::setup_panic_handler::{{closure}}::h7e241495db13e2ca
at libra/common/crash-handler/src/lib.rs:27
6: 0x107264c12 - <std::panicking::begin_panic::PanicPayload as core::panic::BoxMeUp>::get::h2b8b0a58863fcf2c
7: 0x1072646ad - std::panicking::continue_panic_fmt::h0e74ab2b215a1401
8: 0x1072b1eee - std::thread::local::fast::Key::try_initialize::hcdc98eb893033f5a
9: 0x10713976d - tokio::runtime::thread_pool::current::CURRENT_WORKER::__getit::hc971981668080de7
10: 0x105bb3b6e - <futures_util::future::future::fuse::Fuse as core::future::future::Future>::poll::h80d4900e1245a899
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/future/future/fuse.rs:83
11: 0x105aea7e5 - <core::pin::Pin
as core::future::future::Future>::poll::h47d751673417589d
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libcore/future/future.rs:119
12: 0x105ac763d - futures_util::future::future::FutureExt::poll_unpin::hf915dfeef2d4b0de
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/future/future/mod.rs:510
13: 0x105eddf9d - network::connectivity_manager::ConnectivityManager<TTicker,TSubstream,TBackoff>::dial_eligible_peers::{{closure}}::{{closure}}::{{closure}}::{{closure}}::hce2481b71a01d8d0
at libra/network/src/connectivity_manager/mod.rs:294
14: 0x10598cd78 - core::ops::function::impls::<impl core::ops::function::FnMut for &mut F>::call_mut::heb58611d3bc25002
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libcore/ops/function.rs:265
15: 0x105ede88d - network::connectivity_manager::ConnectivityManager<TTicker,TSubstream,TBackoff>::dial_eligible_peers::{{closure}}::{{closure}}::{{closure}}::hea09fba16345eab4
at /Volumes/jiayi/project/rust/starcoin_stargate/<::futures_util::async_await::select_mod::select macros>:4
16: 0x10585e055 - <futures_util::future::poll_fn::PollFn as core::future::future::Future>::poll::he9f2ff6b0ac5123e
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/future/poll_fn.rs:54
17: 0x1058bb6fd - std::future::poll_with_tls_context::{{closure}}::h7b37992fed40e018
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:121
18: 0x1058785ce - std::future::get_task_context::h0611c23669f2a21a
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:111
19: 0x1058b4c9d - std::future::poll_with_tls_context::h3229c4a41c7210e9
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:121
20: 0x105ee05c8 - network::connectivity_manager::ConnectivityManager<TTicker,TSubstream,TBackoff>::dial_eligible_peers::{{closure}}::{{closure}}::hb3c35a3f9e6a0b43
at libra/network/src/connectivity_manager/mod.rs:294
21: 0x1058c7245 - <std::future::GenFuture as core::future::future::Future>::poll::{{closure}}::h1c844ce4e07b0e67
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:43
22: 0x1058ab9f7 - std::future::set_task_context::hf295f2edf3419cf5
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:79
23: 0x1058c0cd4 - <std::future::GenFuture as core::future::future::Future>::poll::h635fe7bbcdc28a4b
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:43
24: 0x105aebd9a - <core::pin::Pin
as core::future::future::Future>::poll::hbe82c9fb3cf1b88e
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libcore/future/future.rs:119
25: 0x105bc5ba5 - <futures_util::stream::futures_unordered::FuturesUnordered as futures_core::stream::Stream>::poll_next::h33fb1baac567a946
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/stream/futures_unordered/mod.rs:434
26: 0x105bd79fc - futures_util::stream::stream::StreamExt::poll_next_unpin::h382530631ce58227
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/stream/stream/mod.rs:1149
27: 0x105aacf5e - <futures_util::stream::stream::select_next_some::SelectNextSome as core::future::future::Future>::poll::h23c63c0c1a3f11d7
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/stream/stream/select_next_some.rs:33
28: 0x105aeaa24 - <core::pin::Pin
as core::future::future::Future>::poll::h4dc1a32e09260292
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libcore/future/future.rs:119
29: 0x105ac759c - futures_util::future::future::FutureExt::poll_unpin::hf61f60195cdf3449
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/future/future/mod.rs:510
30: 0x105ed1710 - network::connectivity_manager::ConnectivityManager<TTicker,TSubstream,TBackoff>::start::{{closure}}::{{closure}}::{{closure}}::h00f84bd361e86c0b
at libra/network/src/connectivity_manager/mod.rs:147
31: 0x10598c8bc - core::ops::function::impls::<impl core::ops::function::FnMut for &mut F>::call_mut::h20d8b39eb386924a
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libcore/ops/function.rs:265
32: 0x105ed2668 - network::connectivity_manager::ConnectivityManager<TTicker,TSubstream,TBackoff>::start::{{closure}}::{{closure}}::hcdb536d49f7fa77a
at /Volumes/jiayi/project/rust/starcoin_stargate/<::futures_util::async_await::select_mod::select macros>:4
33: 0x10585dfaa - <futures_util::future::poll_fn::PollFn as core::future::future::Future>::poll::he8ea458b2a702f57
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/futures-util-0.3.1/src/future/poll_fn.rs:54
34: 0x1058bcc04 - std::future::poll_with_tls_context::{{closure}}::hc905313e73b32823
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:121
35: 0x10588c8e0 - std::future::get_task_context::hbf05672b64773219
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:111
36: 0x1058b7ab4 - std::future::poll_with_tls_context::hc1c9584b8541b60e
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:121
37: 0x105ed55a3 - network::connectivity_manager::ConnectivityManager<TTicker,TSubstream,TBackoff>::start::{{closure}}::h6e75d0ef4b2e0fc7
at libra/network/src/connectivity_manager/mod.rs:147
38: 0x1058d730d - <std::future::GenFuture as core::future::future::Future>::poll::{{closure}}::hdbaa7ff6e191a909
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:43
39: 0x1058a7708 - std::future::set_task_context::had4623ef39a83e9e
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:79
40: 0x1058bf912 - <std::future::GenFuture as core::future::future::Future>::poll::h396e2eb8a57b0277
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:43
41: 0x1058bafdd - std::future::poll_with_tls_context::{{closure}}::h62f34c678c42a091
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:121
42: 0x10588699e - std::future::get_task_context::h8ccf525f00ee3e7c
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:111
43: 0x1058b6dcd - std::future::poll_with_tls_context::h943987d8965bb61a
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:121
44: 0x105be9c6b - network::validator_network::network_builder::NetworkBuilder::build_with_transport::{{closure}}::h3c3f1b4d5101114b
at libra/network/src/validator_network/network_builder.rs:470
45: 0x1058cebfd - <std::future::GenFuture as core::future::future::Future>::poll::{{closure}}::h7265c64e459d3174
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:43
46: 0x10589f648 - std::future::set_task_context::h4821e0f4baa095c5
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:79
47: 0x1058bed82 - <std::future::GenFuture as core::future::future::Future>::poll::h21f2acfa31bd8c0d
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/future.rs:43
48: 0x105f6af62 - tokio::task::core::Core::poll::hc49c9f35c5e794c8
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/core.rs:128
49: 0x105cc5992 - tokio::task::harness::Harness<T,S>::poll::{{closure}}::{{closure}}::h897313462cef571d
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/harness.rs:120
50: 0x1058ecd19 - core::ops::function::FnOnce::call_once::hc3386f95fa408cbe
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libcore/ops/function.rs:227
51: 0x105d1b11d - <std::panic::AssertUnwindSafe as core::ops::function::FnOnce<()>>::call_once::h55dcee029a4c1e51
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/panic.rs:315
52: 0x105dd36ba - std::panicking::try::do_call::hfbea6236ac72e942
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/panicking.rs:292
53: 0x10726861f - panic_unwind::dwarf::eh::read_encoded_pointer::h8a85bd7bb8b1ba5e
54: 0x105dc897c - std::panicking::try::hb50ae6fad19a9ef0
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/panicking.rs:271
55: 0x105d1dee4 - std::panic::catch_unwind::ha0fcc09215331a96
at /rustc/4560ea788cb760f0a34127156c78e2552949f734/src/libstd/panic.rs:394
56: 0x105cc2908 - tokio::task::harness::Harness<T,S>::poll::{{closure}}::hcc084ddc7ace142c
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/harness.rs:101
57: 0x105a0afca - tokio::loom::std::causal_cell::CausalCell::with_mut::h7600211f9cafe3ea
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/loom/std/causal_cell.rs:41
58: 0x105c9a4a1 - tokio::task::harness::Harness<T,S>::poll::h077bb9a56f86fd86
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/harness.rs:100
59: 0x105d2a3f2 - tokio::task::raw::poll::he4a932bee4511b8d
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/raw.rs:162
60: 0x1071904ca - tokio::task::raw::RawTask::into_raw::h9cda4ed4b76ad4c2
61: 0x1071b0ac4 - tokio::task::Task
::into_raw::hb09dbce46b8f4d4762: 0x107186cca - tokio::runtime::thread_pool::worker::GenerationGuard::run_task::h2fca9ab7f656fb71
63: 0x107186504 - tokio::runtime::thread_pool::worker::GenerationGuard::process_available_work::h7717e8169f39c544
64: 0x107186230 - tokio::runtime::thread_pool::worker::GenerationGuard::run::h09a52bcca2307df3
65: 0x107185cd0 - tokio::runtime::thread_pool::worker::Worker::run::{{closure}}::{{closure}}::{{closure}}::{{closure}}::h16ff2c3c2bf5af86
66: 0x10714d9ee - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
67: 0x10714bf40 - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
68: 0x107185d3f - tokio::runtime::thread_pool::worker::Worker::run::{{closure}}::{{closure}}::{{closure}}::h1fe1faf17ebfdeb5
69: 0x107198e80 - tokio::runtime::blocking::pool::Spawner::enter::{{closure}}::hbf8c746af92946ae
70: 0x10714cf0c - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
71: 0x10714ba78 - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
72: 0x107198bfb - tokio::runtime::blocking::pool::BlockingPool::spawner::h6fa7524c526e9e74
73: 0x107185d7e - tokio::runtime::thread_pool::worker::Worker::run::{{closure}}::{{closure}}::h728dab82e88f3087
74: 0x107136644 - tokio::runtime::global::with_state::{{closure}}::h74dc2615542b4e9a
75: 0x10714c24c - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
76: 0x10714bc18 - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
77: 0x10713657f - tokio::io::driver::scheduled_io::unpack_generation::h8be10c82069fb040
78: 0x107136854 - tokio::runtime::global::EXECUTOR::__init::hef6c9c8b067f6967
79: 0x107185dd6 - tokio::runtime::thread_pool::worker::Worker::run::{{closure}}::h6f898094fed38885
80: 0x107136aa9 - tokio::runtime::thread_pool::current::set::{{closure}}::h28d8c04d912268ad
81: 0x10714cca8 - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
82: 0x10714c089 - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
83: 0x10713699f - tokio::runtime::thread_pool::current::set::h30a71bb753b3ca75
84: 0x107185ae2 - tokio::runtime::thread_pool::worker::Worker::run::ha809fd59edf343f3
85: 0x10714453b - tokio::runtime::thread_pool::Workers::spawn::{{closure}}::{{closure}}::h1d0b82f0fc439a0e
86: 0x107185190 - <core::time::Duration as core::cmp::PartialOrd>::gt::hdd2fc54e83a25cac
87: 0x10718f7b4 - tokio::runtime::thread_pool::queue::inject::Inject::wait_for_unlocked::h2b9614b89ef990b0
88: 0x107129e22 - tokio::task::harness::Harness<T,S>::poll::{{closure}}::{{closure}}::hd3ca20cba6cecbdb
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/harness.rs:120
89: 0x10719a7c9 - core::ops::function::FnOnce::call_once::hb8147d0d3db2980e
90: 0x10717f20d - tokio::util::slab::shard::Shard::local::haec034cf0f539eff
91: 0x1071692ea - tokio::time::ms::h8b26561f284186bc
92: 0x10726861f - panic_unwind::dwarf::eh::read_encoded_pointer::h8a85bd7bb8b1ba5e
93: 0x107168f0c - tokio::time::ms::h8b26561f284186bc
94: 0x10717f9c4 - std::sys_common::condvar::Condvar::wait_timeout::h8a5adbc4751d608e
95: 0x107129fb8 - tokio::task::harness::Harness<T,S>::poll::{{closure}}::hf183fc89e9f4e9f8
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/harness.rs:101
96: 0x10716b6ca - <std::sys::unix::time::inner::Instant as core::cmp::PartialOrd>::partial_cmp::h337098a603d1b915
97: 0x107129a91 - tokio::task::harness::Harness<T,S>::poll::ha89060ad194daa33
at /Users/suoyuan/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tokio-0.2.4/src/task/harness.rs:100
98: 0x107190782 - tokio::task::raw::RawTask::into_raw::h9cda4ed4b76ad4c2
99: 0x1071904ca - tokio::task::raw::RawTask::into_raw::h9cda4ed4b76ad4c2
100: 0x1071b0b64 - tokio::task::Task
::into_raw::hb09dbce46b8f4d47101: 0x107199f8a - tokio::runtime::blocking::pool::run_task::h358646ad1e55eef0
102: 0x107199990 - tokio::runtime::blocking::pool::Inner::run2::ha8baa7a993736524
103: 0x1071997b8 - tokio::runtime::blocking::pool::Inner::run::{{closure}}::{{closure}}::h0e9a7168790495e5
104: 0x10713671d - tokio::runtime::global::with_state::{{closure}}::hb9a1f3c8cc619f02
105: 0x10714d52f - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
106: 0x10714bbb5 - tokio::runtime::enter::ENTERED::__init::h2417005f1cedcabd
107: 0x107136538 - tokio::io::driver::scheduled_io::unpack_generation::h8be10c82069fb040
108: 0x107136891 - tokio::runtime::global::EXECUTOR::__init::hef6c9c8b067f6967
109: 0x10718554d - tokio::runtime::thread_pool::spawner::Spawner::new::h174561e03889b7fe
110: 0x1071358b5 - tokio::runtime::io::variant::set_default::{{closure}}::hf886bcdde959353f
111: 0x1071997ed - tokio::runtime::blocking::pool::Inner::run::{{closure}}::hcd965db322294eac
112: 0x10717eb09 - tokio::time::clock::Clock::new::h30e65a6e7ce1b26a
113: 0x10716bf1a - tokio::runtime::time::variant::create_driver::h7b17d49fce12b81d
114: 0x107199775 - tokio::runtime::blocking::pool::Inner::run::h4cefc1cca6ecfb93
115: 0x1071996a8 - tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}::h30be7139b48253db
116: 0x107154b5d - tokio::time::driver::Inner::normalize_deadline::h100e9890a79b3c16
117: 0x10718945d - mio::sys::unix::ready::UnixReady::is_hup::h2340af7c200fe7ac
118: 0x10717f28d - tokio::util::slab::shard::Shard::local::haec034cf0f539eff
119: 0x10716944a - tokio::time::ms::h8b26561f284186bc
120: 0x10726861f - panic_unwind::dwarf::eh::read_encoded_pointer::h8a85bd7bb8b1ba5e
121: 0x1071691ae - tokio::time::ms::h8b26561f284186bc
122: 0x10717f9ed - std::sys_common::condvar::Condvar::wait_timeout::h8a5adbc4751d608e
123: 0x1071892b6 - mio::sys::unix::ready::UnixReady::is_hup::h2340af7c200fe7ac
124: 0x10719a505 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf3d1382a570c9cd7
125: 0x107256fde - <alloc::boxed::Box as core::ops::function::FnOnce
>::call_once::hd1afe4d791e3679f126: 0x107267b6e - std::sys::unix::thread::Thread::new::thread_start::h785fcf8d81bd0f52
127: 0x7fff73ddee65 -
The text was updated successfully, but these errors were encountered: