Edit report at https://bugs.php.net/bug.php?id=55115&edit=1

 ID:                 55115
 Updated by:         fel...@php.net
 Reported by:        ar...@php.net
 Summary:            Large segment of memory still reachable with more
                     than one request
-Status:             Open
+Status:             Assigned
 Type:               Bug
 Package:            Built-in web server
 Operating System:   Ubuntu
 PHP Version:        5.4SVN-2011-07-03 (SVN)
-Assigned To:        
+Assigned To:        moriyoshi
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2011-07-03 00:32:32] ar...@php.net

Description:
------------
When using the CLI server, more than one access results in a huge amount of 
still reachable memory.

Test script:
---------------
touch t.php
valgrind --leak-check=full --show-reachable=yes php -S localhost:8080
[browser] /t.php
[browser] /t.php
<ctrl+c>

Actual result:
--------------
55k lines of segments that are apparently still reachable


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



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

Reply via email to