cURL / Mailing Lists / curl-library / Single Mail

curl-library

crash freeing memory in Curl_llist_destroy

From: Stephen Powers <stephen.powers_at_hds.com>
Date: Fri, 22 Aug 2008 09:02:07 -0700

Hi,
has anyone seen this crash before?

Program terminated with signal 11, Segmentation fault.
#0 0xfedd6100 in realfree () from /usr/lib/libc.so.1
(gdb) bt
#0 0xfedd6100 in realfree () from /usr/lib/libc.so.1
#1 0xfedd6928 in _free_unlocked () from /usr/lib/libc.so.1
#2 0xfedd6864 in free () from /usr/lib/libc.so.1
#3 0xff352818 in Curl_llist_destroy () from /opt/AMS_500/ARC/libcurl.so.4
#4 0xff336b40 in conn_free () from /opt/AMS_500/ARC/libcurl.so.4
#5 0xff336e10 in Curl_disconnect () from /opt/AMS_500/ARC/libcurl.so.4
#6 0xff33b8c4 in Curl_done () from /opt/AMS_500/ARC/libcurl.so.4
#7 0xff34f078 in Curl_perform () from /opt/AMS_500/ARC/libcurl.so.4
#8 0xff34fb0c in curl_easy_perform () from /opt/AMS_500/ARC/libcurl.so.4
...

Regards,
Steve
Received on 2008-08-22