Skip to content

Instantly share code, notes, and snippets.

@abhiguru
Created November 27, 2016 12:44
Show Gist options
  • Save abhiguru/26eb6ac11f9b32f386578e97d940b55e to your computer and use it in GitHub Desktop.
Save abhiguru/26eb6ac11f9b32f386578e97d940b55e to your computer and use it in GitHub Desktop.
Proxygen SSL Segfault
*** Aborted at 1480250579 (unix time) try "date -d @1480250579" if you are using GNU date ***
PC: @ 0x7ff400cf7384 RSA_free
*** SIGSEGV (@0x40) received by PID 12007 (TID 0x7ff3f4ffd700) from PID 64; stack trace: ***
@ 0x7ff4012bc670 (unknown)
@ 0x7ff400cf7384 RSA_free
@ 0x7ff401083356 (unknown)
@ 0x7ff401081e92 SSL_free
@ 0x7ff401649a3f folly::AsyncSSLSocket::closeNow()
@ 0x555884d7a5e3 proxygen::HTTPSession::shutdownTransport()
@ 0x555884d84c2a proxygen::HTTPSession::detach()
@ 0x555884d8caca proxygen::HTTPTransaction::onDelayedDestroy()
@ 0x555884c9eb6d folly::DelayedDestructionBase::DestructorGuard::~DestructorGuard()
@ 0x555884d928fe proxygen::HTTPTransaction::processIngressEOM()
@ 0x555884d92d4d proxygen::HTTPTransaction::onIngressEOM()
@ 0x555884d7f32a proxygen::HTTPSession::onMessageComplete()
@ 0x555884dcc353 proxygen::HTTP2Codec::handleEndStream()
@ 0x555884dcdc80 proxygen::HTTP2Codec::parseDataFrameData()
@ 0x555884dd5067 proxygen::HTTP2Codec::onIngress()
@ 0x555884d7678e proxygen::HTTPSession::processReadData()
@ 0x555884d78ec7 proxygen::HTTPSession::readDataAvailable()
@ 0x7ff40163c6ae folly::AsyncSocket::handleRead()
@ 0x7ff40164b9fc folly::AsyncSSLSocket::handleRead()
@ 0x7ff40163706a folly::AsyncSocket::ioReady()
@ 0x7ff3fda23a0c event_base_loop
@ 0x7ff40164ebd0 folly::EventBase::loopBody()
@ 0x7ff4016508b6 folly::EventBase::loopForever()
@ 0x555884e1db27 wangle::IOThreadPoolExecutor::threadRun()
@ 0x555884e3205d _ZSt13__invoke_implIvRKMN6wangle18ThreadPoolExecutorEFvSt10shared_ptrINS1_6ThreadEEERPS1_JRS4_EET_St21__invoke_memfun_derefOT0_OT1_DpOT2_
@ 0x555884e31758 _ZSt8__invokeIRKMN6wangle18ThreadPoolExecutorEFvSt10shared_ptrINS1_6ThreadEEEJRPS1_RS4_EENSt9result_ofIFOT_DpOT0_EE4typeESE_SH_
@ 0x555884e30a1d _ZNKSt12_Mem_fn_baseIMN6wangle18ThreadPoolExecutorEFvSt10shared_ptrINS1_6ThreadEEELb1EEclIJRPS1_RS4_EEEDTcl8__invokedtdefpT6_M_pmfspcl7forwardIT_Efp_EEEDpOSC_
@ 0x555884e2ebd6 _ZNSt5_BindIFSt7_Mem_fnIMN6wangle18ThreadPoolExecutorEFvSt10shared_ptrINS2_6ThreadEEEEPS2_S5_EE6__callIvJEJLm0ELm1EEEET_OSt5tupleIJDpT0_EESt12_Index_tupleIJXspT1_EEE
@ 0x555884e2cfa1 _ZNSt5_BindIFSt7_Mem_fnIMN6wangle18ThreadPoolExecutorEFvSt10shared_ptrINS2_6ThreadEEEEPS2_S5_EEclIJEvEET0_DpOT_
@ 0x555884e2a84e folly::detail::function::FunctionTraits<>::callBig<>()
@ 0x555884ca7ca7 folly::detail::function::FunctionTraits<>::operator()()
@ 0x555884cde2e4 _ZNSt12_Bind_simpleIFN5folly8FunctionIFvvEEEvEE9_M_invokeIJEEEvSt12_Index_tupleIJXspT_EEE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment