View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000782 | Xdebug | Uncategorized | public | 2012-02-28 03:29 | 2014-03-12 21:52 |
| Reporter | rsoni | Assigned To | derick | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Product Version | 2.1.0 | ||||
| Summary | 0000782: Memory Leak found when auto_trace is enabled | ||||
| Description | I am using Apache Server with PHP and wrote a simple php "Hello World" program with 3 function calls in 3 files (1 call per file). Used jmeter to run load with 60 threads. There is a memory leak when we enable auto_trace (xdebug.auto_trace=1) and hit load against the application hosted on Apache Server. When I disable auto_trace and run the same load, the memory is stable (becomes constant after a while). This issue might be related to: http://bugs.xdebug.org/view.php?id=425 | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.3.8 | ||||
|
|
This issue goes away when I use emalloc instead of malloc in xdebug_mm.h, that is change #if 0 to #if 1 |
|
|
Is this issue still causing you problems? |
|
|
Closing this out as I can't reproduce it and no feedback was provided. Please re-open if this issue returns. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-02-28 03:29 | rsoni | New Issue | |
| 2012-03-11 23:52 | rsoni | Note Added: 0001966 | |
| 2012-03-11 23:53 | rsoni | Note Edited: 0001966 | |
| 2014-02-27 19:20 | derick | Note Added: 0002697 | |
| 2014-02-27 19:20 | derick | Assigned To | => derick |
| 2014-02-27 19:20 | derick | Status | new => feedback |
| 2014-03-12 21:52 | derick | Note Added: 0002766 | |
| 2014-03-12 21:52 | derick | Status | feedback => resolved |
| 2014-03-12 21:52 | derick | Resolution | open => unable to reproduce |
| 2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
| 2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
| 2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
| 2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |