sudheerv opened a new issue #7096: URL: https://github.com/apache/trafficserver/issues/7096
Ran into the below crash in ATS9 after a couple of weeks of running stable. This crash happens about every other minute on some random box out of the 100s of boxes we've in production. ``` (gdb) bt #0 0x00002b74100ed31e in asn1_string_embed_free () from /lib/libcrypto.so.1.1 #1 0x00002b74100f8eaf in asn1_primitive_free () from /lib/libcrypto.so.1.1 #2 0x00002b74100f8e89 in asn1_primitive_free () from /lib/libcrypto.so.1.1 #3 0x00002b74100f9240 in asn1_template_free () from /lib/libcrypto.so.1.1 #4 0x00002b74100f8fde in asn1_item_embed_free () from /lib/libcrypto.so.1.1 #5 0x00002b74100f9240 in asn1_template_free () from /lib/libcrypto.so.1.1 #6 0x00002b74100f8fde in asn1_item_embed_free () from /lib/libcrypto.so.1.1 #7 0x00002b74100f9240 in asn1_template_free () from /lib/libcrypto.so.1.1 #8 0x00002b74100f8fde in asn1_item_embed_free () from /lib/libcrypto.so.1.1 #9 0x00002b74100f9240 in asn1_template_free () from /lib/libcrypto.so.1.1 #10 0x00002b74100f8fde in asn1_item_embed_free () from /lib/libcrypto.so.1.1 #11 0x00002b74100f9185 in ASN1_item_free () from /lib/libcrypto.so.1.1 #12 0x00002b7410246f11 in OPENSSL_sk_pop_free () from /lib/libcrypto.so.1.1 #13 0x00002b740fe03eca in SSL_SESSION_free () from /lib/libssl.so.1.1 #14 0x00002b740fdfdbba in SSL_free () from /lib/libssl.so.1.1 #15 0x0000000000736c78 in SSLNetVConnection::clear (this=0x2b7592c85aa0) at SSLNetVConnection.cc:928 #16 0x0000000000737374 in SSLNetVConnection::free (this=0x2b7592c85aa0, t=0x2b7413c06000) at SSLNetVConnection.cc:972 #17 0x000000000075d2af in NetHandler::free_netevent (this=0x2b7413c0a0a0, ne=ne@entry=0x2b7592c85c50) at UnixNet.cc:364 #18 0x000000000076f27e in read_signal_and_update (vc=0x2b7592c85aa0, event=100) at UnixNetVConnection.cc:104 #19 UnixNetVConnection::readSignalAndUpdate (this=this@entry=0x2b7592c85aa0, event=event@entry=100) at UnixNetVConnection.cc:1017 #20 0x000000000073d6f3 in SSLNetVConnection::net_read_io (this=0x2b7592c85aa0, nh=0x2b7413c0a0a0, lthread=<optimized out>) at SSLNetVConnection.cc:671 #21 0x000000000075d5e8 in NetHandler::process_ready_list (this=this@entry=0x2b7413c0a0a0) at UnixNet.cc:412 #22 0x000000000075d8dd in NetHandler::waitForActivity (this=0x2b7413c0a0a0, timeout=<optimized out>) at UnixNet.cc:547 #23 0x00000000007ba06a in EThread::execute_regular (this=this@entry=0x2b7413c06000) at UnixEThread.cc:266 #24 0x00000000007ba332 in EThread::execute (this=0x2b7413c06000) at UnixEThread.cc:327 #25 0x00000000007b86d9 in spawn_thread_internal (a=0x2b7412d69680) at Thread.cc:92 #26 0x00002b7410a93dd5 in start_thread () from /lib64/libpthread.so.0 #27 0x00002b7411844ead in clone () from /lib64/libc.so.6 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
