View Issue Details

IDProjectCategoryView StatusLast Update
0000782XdebugUncategorizedpublic2014-03-12 21:52
Reporterrsoni Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Version2.1.0 
Summary0000782: 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

TagsNo tags attached.
Operating System
PHP Version5.3.8

Activities

rsoni

2012-03-11 23:52

reporter   ~0001966

Last edited: 2012-03-11 23:53

This issue goes away when I use emalloc instead of malloc in xdebug_mm.h, that is change #if 0 to #if 1

derick

2014-02-27 19:20

administrator   ~0002697

Is this issue still causing you problems?

derick

2014-03-12 21:52

administrator   ~0002766

Closing this out as I can't reproduce it and no feedback was provided. Please re-open if this issue returns.