cURL / Mailing Lists / curl-users / Single Mail

curl-users

cookies and curl 7.9 seg faults

From: Dave Winkel <dwinkel_at_enlighten.com>
Date: Wed, 31 Oct 2001 21:52:15 -0500

For some reason, when I run 7.9 curl on Solaris (2.6 or 2.8), and try to use
the cookie-jar, I get the following:

$ curl --head --cookie b --cookie-jar c https://209.104.135.65/
HTTP/1.1 200 OK
Server: Netscape-Enterprise/4.1
Date: Thu, 01 Nov 2001 02:48:11 GMT
Content-type: text/html
Set-cookie:
NSES40Session=12f%253A3be0b7eb%253A11ff6bb38171ac6b;path=/;expires=Thu,
01-Nov-2001 03:48:11 GMT
Connection: close

Segmentation Fault - core dumped
$ ls
c core

Being no master of adb, I can't make much of the core file. I do know that
it's crashing after opening the cookie file for writing, but before actually
writing anything to the disk. I can't find anything in the mailing list
archives about this crashing, but it's pretty consistent on my box. Any
ideas?
Received on 2001-11-01