cURL / Mailing Lists / curl-users / Single Mail

curl-users

7.5 Problems

From: Paul Harrington <paul_at_pizza.org>
Date: Mon, 4 Dec 2000 15:10:48 +0000

Just upgraded to 7.5:

        curl 7.5 (i686-pc-linux-gnu) libcurl 7.5 (SSL 0.9.5)

One of my scripts uses some rather horrid curl incarnations like the one
below (written before the pretty perl easy opts stuff!). As you will
see below it is giving Segmentation fault - but I haven't seen any core files.

I'll try to do some more useful tests tonite from home time permitting.

Regards

Paul

# /usr/local/bin/curl -v -sS -w 'curlstats: %{time_total} %{time_namelookup} %{time_connect} %{time_pretransfer} %%{http_code}' -m 60 -A Epsilon-Check -D %/home/paul/barclays/epsilon-check/tmp/7608.header.perf.db5 -o %/home/paul/barclays/epsilon-check/tmp/7608.output.perf.db5.html %https://194.128.130.67/.perf %>/home/paul/barclays/epsilon-check/tmp/7608.stderr.perf.db5
* SSL connection using RC4-MD5
* Server certificate:
* subject: /C=GB/ST=London EC3N 4HH/L=1 Royal Mint Court/O=Barclays
* Bank PLC/OU=Barclays Technology Services/OU=Terms of use at
* www.verisign.com/rpa (c)00/CN=ibank2.barclays.co.uk
* issuer: /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign
* International Server CA - Class 3/OU=www.verisign.com/CPS Incorp.by
* Ref. LIABILITY LTD.(c)97 VeriSign
* Connected to 194.128.130.67 (194.128.130.67)
> GET /.perf HTTP/1.0
User-Agent: Epsilon-Check
Host: 194.128.130.67
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

Segmentation fault
Received on 2000-12-04