[jira] Commented: (AXIS2C-399) memory leaks

2006-12-28 Thread Marc Giger (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12461188 ] Marc Giger commented on AXIS2C-399: --- Also I see again leaks in the normal path: Started Simple Axis2 HTTP Server ... ==13476== Thread 2: ==13476== Invalid read o

[jira] Commented: (AXIS2C-399) memory leaks

2006-12-28 Thread Marc Giger (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12461182 ] Marc Giger commented on AXIS2C-399: --- There are some leaks left in the case of a soap-fault: Additionally there are some invalid memory accesses... Started Simple

[jira] Commented: (AXIS2C-399) memory leaks

2006-12-01 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12454886 ] Samisa Abeysinghe commented on AXIS2C-399: -- Please also note that I am using Apache/2.2.3 httpd > memory leaks > > > Key: AXI

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-30 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12454786 ] Samisa Abeysinghe commented on AXIS2C-399: -- Please note that even though I applied the patch, I did not commit the stuff yet into svn > memory leaks > --

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-30 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12454785 ] Samisa Abeysinghe commented on AXIS2C-399: -- I have applied the patch by Chris given in http://marc.theaimsgroup.com/?l=axis-c-dev&m=116259914508051&w=2 to

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-29 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12454323 ] Samisa Abeysinghe commented on AXIS2C-399: -- I have fixed all the major leaks. However, the comments by Chris needs to be addressed seperately. > memory l

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-22 Thread Dinesh Premalal (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12451906 ] Dinesh Premalal commented on AXIS2C-399: memory leak report for echo sample. Please ignore previous one. ==19642== Memcheck, a memory error detector. ==196

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-22 Thread Dinesh Premalal (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12451884 ] Dinesh Premalal commented on AXIS2C-399: Error summery I got while I run echo example with valgrind ==29656== Memcheck, a memory error detector. ==29656==

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-14 Thread Chris Darroch (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12449734 ] Chris Darroch commented on AXIS2C-399: -- Just to reiterate a point, I think that if Axis2/C could be converted to the use of APR memory pools, this kind of con

[jira] Commented: (AXIS2C-399) memory leaks

2006-11-12 Thread Samisa Abeysinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-399?page=comments#action_12449213 ] Samisa Abeysinghe commented on AXIS2C-399: -- If you run valgrind with '--leak-check=full' it would reveal the exact leak locations. I am working currently