On Saturday 28 July 2007 01:49, Pink Princess wrote:
> *** glibc detected *** /home/noura/workspace/256OpenSSL/apps/openssl:
> double free or corruption (!prev): 0x0820d170 ***
This is the most likely problem - you are free()ing memory that has already 
been free()d. Maybe you are free()ing memory that openssl is cleaning up 
later.

Try running under valgrind or a debugger.

Brad

Attachment: pgpZ5SnA8TwGO.pgp
Description: PGP signature

Reply via email to