curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: Is my "Time Spent" erroneous?

From: Ian <db5_at_exemail.com.au>
Date: Tue, 19 Sep 2017 21:19:45 +1000

On Mon, 18 Sep 2017 13:40:06 +0200 (CEST)
Daniel Stenberg <daniel_at_haxx.se> wrote:
> specific commit: https://github.com/curl/curl/commit/7973baacea1ad
I have this change:
$ tail -n 2 curl-7.55.1/lib/timeval.c | head -n 1
    (int)(newer.tv_usec-older.tv_usec);

I experience the same problem with 7.55.0. However, the following
version does not error:
$ curl -V
curl 7.42.1 (x86_64-pc-linux-gnu) libcurl/7.42.1 OpenSSL/1.0.2l
zlib/1.2.11 Protocols: dict file ftp ftps gopher http https imap imaps
pop3 pop3s rtsp smtp smtps telnet tftp Features: Largefile NTLM NTLM_WB
SSL libz TLS-SRP UnixSockets

On Mon, 18 Sep 2017 12:54:05 -0400
Ray Satiro via curl-users <curl-users_at_cool.haxx.se> wrote:
> Would you mind finding an older version that the
> bug is not present in and then doing a bisect?

That smells like work to me. I can't justify the time on that. I think
I'll use the dodgy old 7.42.1.

Thanks for the help.

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-09-19