cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl-7.10.1: segmentation fault following new URL

From: <kromJx_at_crosswinds.net>
Date: Sun, 27 Oct 2002 06:00:03 EST

I just noticed that curl crashes when following a URL redirection:

$ curl --version
curl 7.10.1 (i586-pc-linux-gnu) libcurl/7.10.1 zlib/1.1.4

$ curl -v http://encyclopedia.com/search.asp?target=moon
* About to connect() to xxx.xxx.xxx.xxx:80
* Connected to xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx) port 80
> GET http://encyclopedia.com/search.asp?target=moon HTTP/1.1
User-Agent: curl/12.345.6
Host: encyclopedia.com
Pragma: no-cache
Accept: */*

* Follow to new URL: ./searchpool.asp?target=moon
* Closing connection #0
Segmentation fault

Getting the new URL directly however
$ curl -v http://encyclopedia.com/searchpool.asp?target=moon
produces no errors and works fine.

Any ideas what might be going wrong here?

___________________________________
Build high quality traffic with the Web's Premier traffic building system. 2 to 1 ratio! http://www.itrafficstar.com/?ref=6

-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
Received on 2002-10-27