You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following tests FAILED:
8 - unit_tests (Child aborted)
[----------] 2 tests from node_server
[ RUN ] node_server.bind_same_p2p_port
[ OK ] node_server.bind_same_p2p_port (4 ms)
[ RUN ] node_server.race_condition
terminate called without an active exception
#0 0x00007e90ccb3ae35 in raise () from /lib64/libc.so.6 #1 0x00007e90ccb25895 in abort () from /lib64/libc.so.6 #2 0x000058e745ce4141 in __gnu_cxx::__verbose_terminate_handler() [clone .cold] () #3 0x000058e747565b2c in __cxxabiv1::__terminate(void ()()) () #4 0x000058e747565b97 in std::terminate() () #5 0x000058e745f905d2 in std::vector<std::thread, std::allocatorstd::thread >::~vector() () #6 0x000058e745bbc91b in node_server_race_condition_Test::TestBody()::{lambda(node_server_race_condition_Test::TestBody()::protocol_t&)#1}::operator()(node_server_race_condition_Test::TestBody()::protocol_t&) const [clone .isra.0] [clone .cold] () #7 0x000058e74627cddf in node_server_race_condition_Test::TestBody() () #8 0x000058e746dfaae9 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test, void (testing::Test::)(), char const) () #9 0x000058e746df51ca in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::)(), char const) () #10 0x000058e746dda464 in testing::Test::Run() () #11 0x000058e746ddace0 in testing::TestInfo::Run() () #12 0x000058e746ddb331 in testing::TestCase::Run() () #13 0x000058e746de1e2c in testing::internal::UnitTestImpl::RunAllTests() () #14 0x000058e746dfbc7a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::)(), char const) () #15 0x000058e746df6096 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::)(), char const) () #16 0x000058e746de0b32 in testing::UnitTest::Run() () #17 0x000058e745d10c6c in main ()
The text was updated successfully, but these errors were encountered:
This is a one off, the test usually succeeds.
The following tests FAILED:
8 - unit_tests (Child aborted)
[----------] 2 tests from node_server
[ RUN ] node_server.bind_same_p2p_port
[ OK ] node_server.bind_same_p2p_port (4 ms)
[ RUN ] node_server.race_condition
terminate called without an active exception
#0 0x00007e90ccb3ae35 in raise () from /lib64/libc.so.6
#1 0x00007e90ccb25895 in abort () from /lib64/libc.so.6
#2 0x000058e745ce4141 in __gnu_cxx::__verbose_terminate_handler() [clone .cold] ()
#3 0x000058e747565b2c in __cxxabiv1::__terminate(void ()()) ()
#4 0x000058e747565b97 in std::terminate() ()
#5 0x000058e745f905d2 in std::vector<std::thread, std::allocatorstd::thread >::~vector() ()
#6 0x000058e745bbc91b in node_server_race_condition_Test::TestBody()::{lambda(node_server_race_condition_Test::TestBody()::protocol_t&)#1}::operator()(node_server_race_condition_Test::TestBody()::protocol_t&) const [clone .isra.0] [clone .cold] ()
#7 0x000058e74627cddf in node_server_race_condition_Test::TestBody() ()
#8 0x000058e746dfaae9 in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test, void (testing::Test::)(), char const) ()
#9 0x000058e746df51ca in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::)(), char const) ()
#10 0x000058e746dda464 in testing::Test::Run() ()
#11 0x000058e746ddace0 in testing::TestInfo::Run() ()
#12 0x000058e746ddb331 in testing::TestCase::Run() ()
#13 0x000058e746de1e2c in testing::internal::UnitTestImpl::RunAllTests() ()
#14 0x000058e746dfbc7a in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::)(), char const) ()
#15 0x000058e746df6096 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::)(), char const) ()
#16 0x000058e746de0b32 in testing::UnitTest::Run() ()
#17 0x000058e745d10c6c in main ()
The text was updated successfully, but these errors were encountered: