View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000425 | Xdebug | public | 2009-02-03 11:05 | 2009-03-28 19:46 | |
| Reporter | ydo | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000425: memory leak (around 40MB for each request) when using xdebug_start_trace | ||||
| Description | When running the following code xdebug leaks 40MB of memory. code start; One remedy to this problem is actively monitoring the apache server an restarting when it consumes to much memory which is a temporary solution. Memory leak doesn't happen when you comments the lines indicated bij 1,2,3. | ||||
| Additional Information | xdebug configuration via .htaccess php_flag xdebug.profiler_enable_trigger On TRACINGphp_value xdebug.auto_tracing 1 php_value xdebug.collect_params 1 | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2.6 | ||||