cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1620565 ] segmentation fault with every php newest. Easy to repoduce

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 21 Dec 2006 17:31:03 -0800

Bugs item #1620565, was opened at 2006-12-22 01:27
Message generated for change (Settings changed) made by nandmaster
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1620565&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Deleted
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: nandmaster (nandmaster)
Assigned to: Nobody/Anonymous (nobody)
Summary: segmentation fault with every php newest. Easy to repoduce

Initial Comment:
This bug is easy to repoduce

<?php
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL,"https://secure.inteligo.com.pl/web");
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$a = curl_exec ($ch);
?>

It always causes php to go segmentation fault. I've tested it with php5.2 php5.1 php5.0.4 php4.2 with curl included in these distibutions.

Everything was working fine until few days ago. Webmaster of https://secure.inteligo.com.pl/web had to change something. Only adres https://secure.inteligo.com.pl/web causes segmentation fault!!!!!!!!!!! Strange huh? I've tried other adreses ssl and not and everytihing was fine!!!!

I dont know why its happening but I say again. This bug is only happening with site
https://secure.inteligo.com.pl/web
ONLY!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1620565&group_id=976
Received on 2006-12-22

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET