View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000335 | Xdebug | Uncategorized | public | 2007-11-14 06:42 | 2009-03-28 19:46 |
| Reporter | lars | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Summary | 0000335: xdebug uses enormous amounts of memory when tracing or profiling long running scripts. | ||||
| Description | While debugging an export script which exports some hundred megabytes of data to a csv file I noticed that the apache consumed increasing amounts of memory. ,----[ ps uax ]--- I discoverd with lsof that this apache process was the one which had php running to export the data. PHP has a configured memory limit of 64MB and also they're no data structures in the script which could hold such enormous amount of data. Is this a known problem? | ||||
| Tags | No tags attached. | ||||
| Operating System | Debian Etch | ||||
| PHP Version | 5.2.0 | ||||
|
|
No, not known problems... perhaps you can come up with a short reproducing script? |
|
|
I tried to localize in which part of the script the problem could in trying Can you give me a hint how I could try to localize this problem? I could sent you the scripts, but I'm sorry, I can not send you the data stored in MySQL since it's sensitive (data for a study which tested about 12.000 pupils of my state.). But if you tell me how can I help assist you in tracking this down I will gladly help. |
|
|
i also have problem with high memory usage by apache (1-2Gb of ram) while debuging. php code with which i experience this problem is quite complex. so i can't make testcase example. only i can say recusrion gettes setters autoloading of classes and some other things. |
|
|
Duplicate of 0000425, which I've just fixed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-11-14 06:42 | lars | New Issue | |
| 2007-11-18 18:15 | derick | Note Added: 0000812 | |
| 2007-11-18 18:15 | derick | Status | new => feedback |
| 2007-11-18 23:51 | lars | Note Added: 0000813 | |
| 2008-04-25 19:06 | rion | Note Added: 0000845 | |
| 2009-03-28 19:46 | derick | Note Added: 0000936 | |
| 2009-03-28 19:46 | derick | Status | feedback => closed |
| 2009-03-28 19:46 | derick | Resolution | open => duplicate |
| 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 |