cURL / Mailing Lists / curl-library / Single Mail

curl-library

libcurl crash

From: Anand Vasudevan <anand_at_envionetworks.com>
Date: Fri, 13 Oct 2006 12:51:30 +0530

hi, am using libcurl-7.15.4 on Fedora core 5 and when i subjected my
application for stress testing, i observed the following crash in
curl..any inputs??

TIA,
-anand

GNU gdb Red Hat Linux (6.3.0.0-1.122rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".

Reading symbols from shared object read from target memory...done.
Reading symbols from /lib/libssl.so.6...done.
Loaded symbols for /lib/libssl.so.6
Reading symbols from /lib/libcrypto.so.6...done.
Loaded symbols for /lib/libcrypto.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/lib/libgssapi_krb5.so.2...done.
Loaded symbols for /usr/lib/libgssapi_krb5.so.2
Reading symbols from /usr/lib/libkrb5.so.3...done.
Loaded symbols for /usr/lib/libkrb5.so.3
Reading symbols from /lib/libcom_err.so.2...done.
Loaded symbols for /lib/libcom_err.so.2
Reading symbols from /usr/lib/libk5crypto.so.3...done.
Loaded symbols for /usr/lib/libk5crypto.so.3
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /usr/lib/libidn.so.11...done.
Loaded symbols for /usr/lib/libidn.so.11
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/libkrb5support.so.0...done.
Loaded symbols for /usr/lib/libkrb5support.so.0
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
#0 0xb54257cb in Curl_splay (i=1160723155, t=Variable "t" is not available.
) at splay.c:68
68 if (compare(i, t->larger->key) > 0) {
(gdb) bt
#0 0xb54257cb in Curl_splay (i=1160723155, t=Variable "t" is not available.
) at splay.c:68
#1 0xb5425930 in Curl_splaygetbest (i=1160723155, t=0x85fa26c,
    removed=0xbff6b2e4) at splay.c:205
    #2 0xb541fe96 in curl_multi_perform (multi_handle=0x8584270,
        running_handles=0xbff6b334) at multi.c:940
Received on 2006-10-13