> From: Kyle
> Sent: Wednesday, April 06, 2011 10:12 AM
>
> Hi, when trying to compile openssl 1.0.0d with this configure:
>
> ./Configure mingw64 no-shared
> --openssldir="/home/kyle/software/ffmpeg/external-libraries/win64"
>
> and then this make:
>
> make CC=x86_64-w64-mingw32-gcc RANLIB=x
Hello,
> It was seen that the CRYPTO_thread_id() uses getpid() which was
> returning same value for all threads. Instead of getpid() I used
> pthread_self() which appears to have solved the problem
> that I had reported in this mail. I am not seeing the problem
> re-occur.
> Another users post ref
Hi,
It was seen that the CRYPTO_thread_id() uses getpid() which was returning
same value for all threads. Instead of getpid() I used pthread_self() which
appears to have solved the problem
that I had reported in this mail. I am not seeing the problem re-occur.
Another users post referrring to the
I shall use the tool to get more insights. In line with the issue
reported(application crash if too many simultaneous SSL handshake occurs) ,
I am seeing application crash under stress performance(with valid SSL
sessions). The stack trace is quite identical to posted earlier:
#0 0x4402 in __
Prabhu S wrote:
Hi David,
I enabled the debug flags in the OpenSSL makefiles and recompiled for
the libraries.
The stack trace is obtained is as follows:
#0 0x4402 in __kernel_vsyscall ()
#1 0x001fc1f8 in raise () from /lib/libc.so.6
#2 0x001fd948 in abort () from /lib/libc.so.6
#3 0x
On Thu, Jul 26, 2007, Prabhu S wrote:
> Hi David,
>
> I enabled the debug flags in the OpenSSL makefiles and recompiled for the
> libraries.
> The stack trace is obtained is as follows:
>
> #0 0x4402 in __kernel_vsyscall ()
> #1 0x001fc1f8 in raise () from /lib/libc.so.6
> #2 0x001fd948 i
Hi David,
I enabled the debug flags in the OpenSSL makefiles and recompiled for the
libraries.
The stack trace is obtained is as follows:
#0 0x4402 in __kernel_vsyscall ()
#1 0x001fc1f8 in raise () from /lib/libc.so.6
#2 0x001fd948 in abort () from /lib/libc.so.6
#3 0x0023152a in __libc_
On Wed, Jul 25, 2007, Prabhu S wrote:
> Hi,
>
> I have a SSL enabled client application.
> The client connects to the server with which it shares no common ciphers.
> When 200 or more simultaneous connections are made the application crashes.
> The backtrace indicates double free or corruption (!