RE: double free or corruption

2011-04-06 Thread Jeremy Farrell
> 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

Re: double free or corruption (!prev) in CRYPTO_free()? ---Fix done in OpenSSL

2007-09-24 Thread Marek Marcola
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

Re: double free or corruption (!prev) in CRYPTO_free()? ---Fix done in OpenSSL

2007-09-24 Thread Prabhu S
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

Re: double free or corruption (!prev) in CRYPTO_free()?

2007-08-01 Thread Prabhu S
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 __

Re: double free or corruption (!prev) in CRYPTO_free()?

2007-07-26 Thread Darryl Miles
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

Re: double free or corruption (!prev) in CRYPTO_free()?

2007-07-26 Thread Dr. Stephen Henson
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

Re: double free or corruption (!prev) in CRYPTO_free()?

2007-07-26 Thread Prabhu S
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_

Re: double free or corruption (!prev) in CRYPTO_free()?

2007-07-25 Thread Dr. Stephen Henson
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 (!