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 dosi_bar...@yahoo.com wrote: Hi, I have written a

Re: SSL_read issue

2009-09-16 Thread Venkatesan S
On Wed, Sep 16, 2009 at 1:00 PM, Ugendreshwar Kudupudi ugend...@gmail.comwrote: 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

SSL_read issue

2009-09-15 Thread Barkha Dosi
Hi, I have written a multithreaded C-server program. During multiple https connections I frequentl get segmentation fault saying 0x080985b0 in SSL_read () Current language: auto; currently asm (gdb) bt #0 0x080985b0 in SSL_read () #1 0x0894ddb0 in ?? () #2 0xb7f23ff4 in ?? () from