ID: 33222
User updated by: public at grik dot net
Reported By: public at grik dot net
-Status: Feedback
+Status: Open
Bug Type: cURL related
Operating System: Linux RH9
PHP Version: 5.0.4
New Comment:
Segmentation fault persists
curl_version():
Array
(
[version_number] => 462336
[age] => 2
[features] => 540
[ssl_version_number] => 0
[version] => 7.14.0
[host] => i686-pc-linux-gnu
[ssl_version] => OpenSSL/0.9.7a
[libz_version] => 1.1.4
[protocols] => Array
(
[0] => ftp
[1] => gopher
[2] => telnet
[3] => dict
[4] => ldap
[5] => http
[6] => file
[7] => https
[8] => ftps
)
)
Previous Comments:
------------------------------------------------------------------------
[2005-06-02 18:45:03] [EMAIL PROTECTED]
Ok, waiting for you to provide info.
------------------------------------------------------------------------
[2005-06-02 18:40:53] public at grik dot net
CURL Information libcurl/7.12.0
it's not old, I upgraded it not so long ago, and manual says PHP5
requires 7.10.5
trying to upgrade to CURL 7.14
------------------------------------------------------------------------
[2005-06-02 18:07:19] [EMAIL PROTECTED]
What is the version of cURL used?
What if you try to upgrade it to the latest available from
http://curl.haxx.se/download.html ?
------------------------------------------------------------------------
[2005-06-02 17:20:47] public at grik dot net
Program received signal SIGSEGV, Segmentation fault.
0x403a9d84 in Curl_readwrite (conn=0x81f584c, done=0xbfffc39f "")
at transfer.c:890
890 }
------------------------------------------------------------------------
[2005-06-02 17:17:18] public at grik dot net
backtrace:
(gdb) bt
#0 0x403a9d84 in Curl_readwrite (conn=0x81f584c, done=0xbfffc39f "")
at transfer.c:890
#1 0x403aaf56 in Transfer (conn=0x81f584c) at transfer.c:1480
#2 0x403ab94a in Curl_perform (data=0x81f7b7c) at transfer.c:1985
#3 0x403ac175 in curl_easy_perform (curl=0x81f7b7c) at easy.c:378
#4 0x4002c3d2 in zif_curl_exec (ht=1, return_value=0x81f55dc,
this_ptr=0x0,
return_value_used=0)
at /usr/src/web/php5-STABLE-200505161036/ext/curl/interface.c:1261
#5 0x0814a267 in zend_do_fcall_common_helper
(execute_data=0xbfffc610,
opline=0x81f5068, op_array=0x81f09a4)
at /usr/src/web/php5-STABLE-200505161036/Zend/zend_execute.c:2747
#6 0x0814a8c8 in zend_do_fcall_handler (execute_data=0xbfffc610,
opline=0x81f5068, op_array=0x81f09a4)
at /usr/src/web/php5-STABLE-200505161036/Zend/zend_execute.c:2881
#7 0x08147188 in execute (op_array=0x81f09a4)
at /usr/src/web/php5-STABLE-200505161036/Zend/zend_execute.c:1417
#8 0x081239fe in zend_execute_scripts (type=8, retval=0x0,
file_count=3)
at /usr/src/web/php5-STABLE-200505161036/Zend/zend.c:1080
#9 0x080e5323 in php_execute_script (primary_file=0xbfffe9e0)
at /usr/src/web/php5-STABLE-200505161036/main/main.c:1646
#10 0x08153187 in main (argc=4, argv=0xbfffea84)
at /usr/src/web/php5-STABLE-200505161036/sapi/cgi/cgi_main.c:1582
#11 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/33222
--
Edit this bug report at http://bugs.php.net/?id=33222&edit=1