cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: weird timings from curl_easy_getinfo

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 10 Aug 2001 14:22:39 +0200 (MET DST)

On Thu, 9 Aug 2001, Oleg Bartunov wrote:

> I rebuild libcurl with manual edited libtool - now I have
> 18:53:26[megera_at_maze]~/app/runet/devil>ldd a.out
> a.out:
> libcurl.so.2 => /usr/local/lib/libcurl.so.2 (0x68065000)
> libc_r.so.4 => /usr/lib/libc_r.so.4 (0x68086000)
> libssl.so.2 => /usr/lib/libssl.so.2 (0x68139000)
> libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x68165000)
>
> but this doesn't help, still get seg.fault.
>
> Reading symbols from /usr/libexec/ld-elf.so.1...done.
> #0 0x6807e275 in Transfer () from /usr/local/lib/libcurl.so.2
> (gdb) bt
> #0 0x6807e275 in Transfer () from /usr/local/lib/libcurl.so.2
> #1 0x6807f8d3 in Curl_perform () from /usr/local/lib/libcurl.so.2
> #2 0x68080007 in curl_easy_perform () from /usr/local/lib/libcurl.so.2
> #3 0x8048b39 in pull_one_url () at tt.c:74
> #4 0x6809eac3 in _thread_start () from /usr/lib/libc_r.so.4
> #5 0x0 in ?? ()

Could you recompile the library with -g (and remove -O2) ? Then we would get
file names and line numbers from that stack trace, and we would have much
better capability of making some kind of analasys.

Anyone else around running FreeBSD that can join in here and help?

-- 
     Daniel Stenberg -- curl dude -- http://curl.haxx.se/
_______________________________________________
Curl-library mailing list
http://curl.haxx.se/libcurl/
Received on 2001-08-10