[Ocf-linux-users] Crash observed when multiple SSL sessions are started
Brought to you by:
david-m
From: anand r. <one...@ya...> - 2012-11-27 06:43:16
|
Hi, I am encountering a crash in OCF, when I start a multiple SSL sessions. Please find the attached crash log with this mail. My environment: Linux kernel version 3.2.26, OpenSSL version 1.0.0g OCF linux 20120127 release. My setup: I am running two servers on a PC using below commands openssl s_server -accept 443 -cert evm1gwcert.pem -key evm1gwkey.pem -ssl3 -WWW openssl s_server -accept 446 -cert evm4gwcert.pem -key evm4gwkey.pem -ssl3 -WWW From my board I am starting a client using below command openssl s_time -connect 192.168.1.100:443 -www /cam1.mp4 -new -time 7200 -ssl3 -cipher HIGH & The above session is working fine. But when I start a second session openssl s_time -connect 192.168.1.100:446 -www /cam4.mp4 -new -time 7200 -ssl3 -cipher HIGH & I am observing a crash in OCF, If I unload the cryptodev module I am not observing any issue. Please help. Thanks, Anand Rao |