Tagged Questions

6
votes
3answers
319 views

Possible to force Delphi threadvar Memory to be Freed?

I have been chasing down what appears to be a memory leak in a DLL built in Delphi 2007 for Win32. The memory for the threadvar variables is not freed if the threads still exist when the DLL is …
4
votes
12answers
492 views

Memory leak tool for C++ under Windows

I need a recommendation of a free tool (even for a trial) for detecting memory leaks in C++ under Windows (Visual Studio 2005). I've looked in the net, but I would prefer a recommendation.
4
votes
12answers
988 views

Iphone SDK Utility Application template has leak

Hi, i'm only create an project with a Utility Application template. This template has a native memory leak when i push "info button" to flip the view. Anyone know how can i fix this leak ??? I just …
4
votes
4answers
808 views

How to Test for Memory Leaks?

We have an application with hundreds of possible user actions, and think about how enhancing memory leak testing. Currently, here's the way it happens: When manually testing the software, if it …
3
votes
11answers
354 views

where is leak in my code?

Hello everyone, Here is my code which opens an XML file (old.xml), filter invalid characters and write to another XML file (abc.xml). Finally I will load the XML (abc.xml) again. When executing the …
3
votes
5answers
418 views

How do I track down a mod_perl memory leak?

I'm using mod perl 1.3.0 with apache 1.3.41 perl version 5.8.6, and the memory size seems to grow about 4k every 3rd or 4th request. The Perl script we are running is simply: print "Content-type: …
3
votes
1answer
304 views

Why does this leak?

Why does this leak in Perl ? $ perl -MDevel::LeakTrace::Fast -e 'our @a=(1);our @b=(1)' leaked SV(0x0x84e053c) from -e line 1 $ perl -v This is perl, v5.8.0 built for i386-linux-thread-multi [...] …
2
votes
1answer
53 views

OS API allocates members in struct. Free just the struct or every member first?

Let's say we have an array of PRINTER_INFO_2 like this: PRINTER_INFO_2* printers = (PRINTER_INFO_2*)malloc(sizeof(PRINTER_INFO_2) * 64); // room for 64 items Then we call EnumPrinters() to get a …
2
votes
6answers
205 views

General strategy to resolve Java memory leak?

I have a standalone program that I run locally, it is meant to be a server type program running 24/7. Recently I found that it has a memory leak, right now our only solution is to restart it every 4 …
2
votes
3answers
99 views

How Can I Prevent Memory Leaks in IE Mobile?

Hi All, I've written an application for use offline (with Google Gears) on devices using IE Mobile. The devices are experiencing memory leaks at such a rate that the device becomes unusable over …
1
vote
1answer
23 views

app pool settings kill threads but keep settings

.net 2.0 aspx app / IIS6 creating a silly number of threads in w3wp.exe process app pool. The app has been isolated to its own app pool with the following settings: RECYCLING recycle worker …
1
vote
1answer
43 views

Why does my simple GLX app leak memory?

The code below shows a small 48 byte leak in valgrind. #include <X11/Xlib.h> #include <GL/glx.h> #include <unistd.h> int main( int argc, char* argv[] ) { Display* _display; …
1
vote
2answers
115 views

Is there a freeware utility out there to monitor a c++ application for memory leaks?

I am verifying an application coded in c++ with memory leak and need a utility (freeware) I can easily run to detect where it is ocurring. any ideas?
1
vote
5answers
170 views

.net memory leak?

I have an MDI which has a child form. The child form has a datagridview in it. I load huge amount of data in the datagrid view. When I close the child form the disposing method is called in which I …
1
vote
1answer
707 views

Can someone verify that this is an IE8 memory leak?

The leak is pretty easy to create. Place the HTML below alongside a list of large images named "TestImage0.jpg", "TestImage1.jpg",..."TestImage9.jpg". The page will leak memory (I used sIEve for …

1 2 3 next
15 30 50 per page