Menu

#1 application crash by __assert_fail

open
nobody
None
5
2009-11-20
2009-11-20
Anonymous
No

Hello YaSSL developers,

We're using YaSSL 1.6.6 for TLS functionality of our application.
(Linux FNV1 2.6.9-55.0.2.ELhugemem #1 SMP Tue Jun 12 18:11:10 EDT 2007 i686 i686 i386 GNU/Linux)

When we make a lot of TLS 1.1 traffic to our application, sometimes it crashes with the following core.
Is there any clue why this happens?

#0 0x001af7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
(gdb) where
#0 0x001af7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x001f57a5 in raise () from /lib/tls/libc.so.6
#2 0x001f7209 in abort () from /lib/tls/libc.so.6
#3 0x55386b1f in SignalManagementInterface::handleSignal (signo=6)
at ../src/SignalManagementInterface.cpp:132
#4 <signal handler called>
#5 0x001af7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#6 0x001f57a5 in raise () from /lib/tls/libc.so.6
#7 0x001f7209 in abort () from /lib/tls/libc.so.6
#8 0x001eed91 in __assert_fail () from /lib/tls/libc.so.6
#9 0x08372c74 in yaSSL::Check::check ()
#10 0x08372f91 in yaSSL::input_buffer: et_current ()
#11 0x0837a4d0 in yaSSL: anonymous namespace): ecrypt_message ()
#12 0x0837c3c4 in yaSSL: oProcessReply ()
#13 0x0837c525 in yaSSL: rocessReply ()
#14 0x0837d1a0 in yaSSL::receiveData ()
#15 0x08360b62 in SSL_read ()
#16 0x0825a130 in TcpConnection: reProcessIncomingTlsMsg ()
#17 0x0825a9a6 in TcpConnection::recvMsg ()
#18 0x0825fb68 in TcpConnected::handleSocketEvent ()
#19 0x08257d93 in TcpConnection::handleApLscFromSocket ()
#20 0x08078ce6 in TransportMgr::handleApLscFromSocket ()
#21 0x0806ca13 in LscIhSessMgr::handleMsgFromSocket ()
#22 0x5544430c in ThreadService::run (this=0xae71790) at ../src/ThreadService.cpp:580
#23 0x5543fa0d in dispatchThread (threadObject=0xae72680) at ../src/Thread.cpp:75
#24 0x0041f3cc in start_thread () from /lib/tls/libpthread.so.0
#25 0x00296c3e in clone () from /lib/tls/libc.so.6

Discussion


Log in to post a comment.