anonimal d099658522
bootstrap_daemon: resolve CID 203915 (UNCAUGHT_EXCEPT)
The issue is triggered by the captured `this` in RPC server, which
passes reference to throwable `core_rpc_server`:

`core_rpc_server.cpp:164: m_bootstrap_daemon.reset(new bootstrap_daemon([this]{ return get_random_public_node(); }));`

The solution is to simply remove noexcept from the remaining `bootstrap_daemon`
constructors because noexcept is false in this context.

>"An exception of type "boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::asio::invalid_service_owner>>" is thrown but the throw list "noexcept" doesn't allow it to be thrown. This will cause a call to unexpected() which usually calls terminate()."
2019-09-07 00:29:09 +00:00
..
2019-07-17 22:25:53 +02:00
2019-06-14 16:16:52 +02:00
2019-08-27 15:14:15 -05:00
2019-08-19 17:18:04 -05:00
2019-09-04 09:37:32 -05:00
2019-03-05 22:05:34 +01:00
2019-03-05 22:05:34 +01:00
2019-08-20 01:50:10 -05:00
2019-03-05 22:05:34 +01:00
2019-08-28 02:22:00 -05:00
2019-07-24 14:25:51 -05:00
2019-08-15 17:10:49 -05:00