Context::init(Poco::Net::Context::Params const&) failing with bad typeid with version 1.9.4 on el8 #4036
rushikumar-vaghani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to init context as below but its failing with bad typeid on el8 but same was working fine on el7
#0 0x7f35bc6aaaff psiginfo at ??:? #1 0x7f35bc67dea5 ____strtod_l_internal at :? #2 0x7f35bce8cb26 std::bad_typeid::what() const at ??:? #3 0x7f35bce7505f __cxa_throw_bad_array_new_length at ??:? #4 0x7f35bce8bcd3 std::get_terminate() at ??:? #5 0x7f35bce8ec34 __cxa_rethrow at ??:? #6 0x7f35c4078af3 Poco::Net::Context::init(Poco::Net::Context::Params const&) at ??:? #7 0x7f35c4078c38 Poco::Net::Context::Context(Poco::Net::Context::Usage, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, Poco::Net::Context::VerificationMode, int, bool, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) at ??:?
ssl_context_ = new Context(Context::TLSV1_2_CLIENT_USE, websocket_client_opts_.pem_private_key, websocket_client_opts_.pem_service_cert, websocket_client_opts_.pem_ca_chain, Context::VerificationMode::VERIFY_NONE);
Beta Was this translation helpful? Give feedback.
All reactions