ID:               10541
 Comment by:       thumbnail-free1067 at hotmail dot com
 Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         cURL related
 Operating System: RedHat 7.0
 PHP Version:      4.0.4pl1
 New Comment:

<a href=http://100--teensfootjob-a.da.ru>free thumbnail</a>


Previous Comments:
------------------------------------------------------------------------

[2001-04-28 17:47:00] [EMAIL PROTECTED]

fixed in cvs, thanks for the report.

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

[2001-04-28 16:56:01] [EMAIL PROTECTED]

curl leaks file descriptors when a curl request fails or is aborted. 
How to reproduce:

1. Put a file called "blah.txt" with some plain text in docroot.

2. curltest.php:

<?php
header("Content-type: text/plain");

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://$SERVER_NAME/blah.txt";);
curl_exec($ch);
curl_close($ch);

?>

3. run httpd -X and find the process id

4. open curltest.php in your browser and hit Escape (it will hang
because the Apache process is busy processing the PHP script)

5. (on Linux) ls -l /proc/<httpd-pid>/fs


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


-- 
Edit this bug report at http://bugs.php.net/?id=10541&edit=1

Reply via email to