Re: SSL_read issue

2009-09-16 Thread Venkatesan S
On Wed, Sep 16, 2009 at 1:00 PM, Ugendreshwar Kudupudi wrote: > Compile the OpenSSL library with -g option and run it in gdb, you can get > the exact point of crash. > Mostly looks like you are accessing an illegal memory that might have been > freed. > > -ugen > > > On Wed, Sep 16, 2009 at 10:45

Re: SSL_read issue

2009-09-16 Thread Ugendreshwar Kudupudi
Compile the OpenSSL library with -g option and run it in gdb, you can get the exact point of crash. Mostly looks like you are accessing an illegal memory that might have been freed. -ugen On Wed, Sep 16, 2009 at 10:45 AM, Barkha Dosi wrote: > Hi, > > I have written a multithreaded C-server prog