Skip to content

Instantly share code, notes, and snippets.

@caulagi
Created January 3, 2020 19:01
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 caulagi/81fcac40fc79063f14455dcb096d64e4 to your computer and use it in GitHub Desktop.
Save caulagi/81fcac40fc79063f14455dcb096d64e4 to your computer and use it in GitHub Desktop.
No current reactor full
Finished dev [unoptimized + debuginfo] target(s) in 1.56s
Running `target/debug/frontend-server`
thread 'main' panicked at 'no current reactor', /Users/pradip.caulagi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/io/driver/mod.rs:243:21
stack backtrace:
0: 0x106200065 - std::sys_common::at_exit_imp::push::h0636e6b5f7616352
1: 0x10621ae90 - core::fmt::ArgumentV1::show_usize::hca33af0aed7db5c5
2: 0x1061fba5b - std::io::Write::write_fmt::he6837371b9a45188
3: 0x106201da3 - std::panicking::default_hook::{{closure}}::h708e66cfeb0483ba
4: 0x106201aaa - std::panicking::default_hook::h39ea8ddf674c04ec
5: 0x10620246b - <std::panicking::begin_panic::PanicPayload<A> as core::panic::BoxMeUp>::get::hf147e9d6b92d24d8
6: 0x106222e6c - tokio::util::slab::page::Shared<T>::alloc_page::hc8860b86a64fdd27
7: 0x106071e2c - tokio::io::driver::Handle::current::{{closure}}::h4faa1e052008e78b
at /Users/pradip.caulagi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/io/driver/mod.rs:243
8: 0x106080c36 - std::thread::local::LocalKey<T>::try_with::h9b53d1fc38a9d118
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/thread/local.rs:262
9: 0x1060807c5 - std::thread::local::LocalKey<T>::with::hdcd95d099b5241b3
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/thread/local.rs:239
10: 0x106071d94 - tokio::io::driver::Handle::current::h793a3ae01d45ceef
at /Users/pradip.caulagi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/io/driver/mod.rs:241
11: 0x10605bf9c - tokio::io::registration::Registration::new::h493f974fb5ae5f48
at /Users/pradip.caulagi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/io/registration.rs:60
12: 0x106067ace - tokio::io::poll_evented::PollEvented<E>::new::heea0f1a5a5356ffd
at /Users/pradip.caulagi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/io/poll_evented.rs:170
13: 0x106079a2c - tokio::net::tcp::listener::TcpListener::from_std::hf5c942485d948416
at /Users/pradip.caulagi/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.6/src/net/tcp/listener.rs:200
14: 0x105f777a7 - hyper::server::tcp::AddrIncoming::from_std::h17856f6efee89991
15: 0x105f77731 - hyper::server::tcp::AddrIncoming::new::hc913306f0c415182
16: 0x105f77bfc - hyper::server::tcp::AddrIncoming::from_std::h17856f6efee89991
17: 0x105af265c - warp::server::Server<S>::bind_ephemeral::{{closure}}::hbe515a7f05222648
at /Users/pradip.caulagi/.cargo/git/checkouts/warp-4a034a455cef9a29/21b8f57/src/server.rs:70
18: 0x105af204c - warp::server::Server<S>::bind_ephemeral::h8c065fc81d4fa17e
at /Users/pradip.caulagi/.cargo/git/checkouts/warp-4a034a455cef9a29/21b8f57/src/server.rs:101
19: 0x105af2e8a - warp::server::Server<S>::run::{{closure}}::ha72e640d2f67ebe1
at /Users/pradip.caulagi/.cargo/git/checkouts/warp-4a034a455cef9a29/21b8f57/src/server.rs:134
20: 0x105b0ed6d - <std::future::GenFuture<T> as core::future::future::Future>::poll::{{closure}}::hf02684dcee793439
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:43
21: 0x105b0a8b8 - std::future::set_task_context::h8964a80924ef4060
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:79
22: 0x105b0cad2 - <std::future::GenFuture<T> as core::future::future::Future>::poll::h72aca25d27616c66
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:43
23: 0x105b0c69d - std::future::poll_with_tls_context::{{closure}}::he77ddc10eb10e00b
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:121
24: 0x105b078be - std::future::get_task_context::h3d095e09f79b3c59
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:111
25: 0x105b0bb0d - std::future::poll_with_tls_context::h0ce096b4b1421adc
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:121
26: 0x105a6180b - frontend_server::main::{{closure}}::h1ac2b6ca8c0d3038
at src/main.rs:61
27: 0x105b0ee0d - <std::future::GenFuture<T> as core::future::future::Future>::poll::{{closure}}::hf5070404ff22971a
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:43
28: 0x105b0a238 - std::future::set_task_context::h2ab1ceaf97baf08a
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:79
29: 0x105b0c9e2 - <std::future::GenFuture<T> as core::future::future::Future>::poll::h5ac8b62e4299d45f
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/future.rs:43
30: 0x105abcf3a - tokio::runtime::enter::Enter::block_on::hc1e54e430985fd55
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/enter.rs:100
31: 0x105a2dd33 - tokio::runtime::thread_pool::ThreadPool::block_on::hd66ef78c88c79c56
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/thread_pool/mod.rs:93
32: 0x105aa063f - tokio::runtime::Runtime::block_on::{{closure}}::h9927e5c88ee41664
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/mod.rs:413
33: 0x105a2dfb3 - tokio::runtime::handle::Handle::enter::{{closure}}::h8038d131bc70c65b
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/handle.rs:40
34: 0x105abd1fa - tokio::runtime::blocking::pool::Spawner::enter::{{closure}}::hed3291431d3d2a12
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/blocking/pool.rs:193
35: 0x105a4023f - std::thread::local::LocalKey<T>::try_with::h3acbaf9d5fc99bdc
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/thread/local.rs:262
36: 0x105a3e191 - std::thread::local::LocalKey<T>::with::h78068d3837b46d8e
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/thread/local.rs:239
37: 0x105abd0c8 - tokio::runtime::blocking::pool::Spawner::enter::h57c86eabad036954
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/blocking/pool.rs:178
38: 0x105a2deef - tokio::runtime::handle::Handle::enter::hc5bb7cdfd5b827a0
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/handle.rs:40
39: 0x105aa04ba - tokio::runtime::Runtime::block_on::hff52c1f31ef6db01
at /Users/pradip.caulagi/.cargo/git/checkouts/tokio-377c595163f99a10/efcbf96/tokio/src/runtime/mod.rs:408
40: 0x105a4dd68 - frontend_server::main::h87c0a2125b4c0739
at src/main.rs:42
41: 0x105a50742 - std::rt::lang_start::{{closure}}::h4cb1f49aed6d450a
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/rt.rs:61
42: 0x106201ec8 - std::panicking::try::do_call::hd5a3af8d00c06681
43: 0x1062055af - panic_unwind::dwarf::eh::read_encoded_pointer::hfbc429bd78d10760
44: 0x1062027fe - <std::panicking::begin_panic::PanicPayload<A> as core::panic::BoxMeUp>::get::hf147e9d6b92d24d8
45: 0x105a50722 - std::rt::lang_start::h0ba796bef16d54ae
at /rustc/73528e339aae0f17a15ffa49a8ac608f50c6cf14/src/libstd/rt.rs:61
46: 0x105a4ddd2 - frontend_server::main::h87c0a2125b4c0739
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment