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
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