A memory leak occurs when a program fails to release memory that it has allocated but is no longer using and is not recoverable.

learn more… | top users | synonyms (2)

0
votes
2answers
17 views

Using Statement with Stream, StreamReader and WebResponse

I have been noticing what seems to be memory leaks in some of my services, and I am trying to make sure that I am handling resources properly. I have the following code used to send an external Http ...
0
votes
0answers
7 views

How to solve Memory leak in SKDatabase function?

Instrument is showing memory leak in following code. I have made sure everywhere retain count is maintained. I have also added autorelease pool, still memory leak is there. How to solve this? Code ...
1
vote
1answer
10 views

iPhone/iPad's Document Directory usage limit

I am working on an application where I have to store approximately 200 photos captured from camera in Documents directory. I know that there has to be some limit on the usage of Documents Directory, ...
1
vote
1answer
37 views

Memory leaks in nodejs websocket server

I'm using websockets to transfer video files, this means they are large files. The server side (and also the client side) is implemented using nodejs, with binaryjs in javascript. It worked fine, ...
1
vote
2answers
39 views

ShellWindows and OutOfMemoryException?

I have a method to open an URL in Internet Explorer. If there already is an internet explorer open, it should open in a new tab. If there isn't it should open a new internet explorer. My code: ...
1
vote
3answers
83 views

Memory Leaks in Visual Studio

I have a memory leaks with this simple code using std::thread on Visual Studio Pro 2012: #include <thread> void f(){} int main(){ std::thread t(f); t.join(); ...
1
vote
0answers
20 views

blkid_get_cache seems to leak memory

I am doing some linux programming and I encountered a situation where a library function from the blkid library leaks some memory... There is not too much documentation about it ...
0
votes
0answers
42 views

Memory leak issue in small java program

We are using the below code to verify our email address, but when we enter a long email address to test it, the CPU utilization goes 100% and program keeps on running, can you identify the issue. ...
1
vote
1answer
59 views

app crash due to low memory on iPad4 [closed]

I had 4 iPads to test my App: #1 ipad2 (iOS 5.1) #2 ipad3 (iOS 6.1.2) #3 ipad4 (iOS 6.1.2) #4 iPad2 (iOS 6.1.3). I runed an iPad App on these ones,after I opened a pdf file with webView 4 times, #3 ...
1
vote
0answers
41 views

Texture related memory leak in XNA 4.0 / C#

I found a memory leak in my XNA 4.0 application written in C#. The program needs to run for a long time (days) but it runs out of memory over the course of several hours and crashes. Opening Task ...
1
vote
2answers
43 views

Crash after dropping pins on map in iOS6

I am trying to learn how to drop pins on a map in iOS 6. I have a code which compiles and runs but which obviously leaks memory -- but when I release (or autoRelease) the mapData object my app ...
0
votes
1answer
37 views

iOS - Custom segue memory leak

I've two viewcontrollers with a custom segue fired by swipe gesture recognizer. The custom segue is this: -(void)perform{ UIViewController *sourceViewController = (UIViewController*)[self ...
0
votes
1answer
34 views

java.util.concurrent.RejectedExecutionException: pool=128/128, queue=10/10

I am taking the below in the logcat: Uncaught handler: thread main exiting due to uncaught exception 05-22 20:16:08.005: W/System.err(13637): java.io.FileNotFoundException: /data/logcat_0.txt ...
0
votes
1answer
14 views

Percent number in “leak by backtrace”

What does the percent number in "Leak by backtrace" mean?
0
votes
1answer
41 views

Reaching memory limit in R

I am having a strange issue in R. I have a large data.table dataTs1 : Classes ‘data.table’ and 'data.frame': 419172 obs. of 5 variables: $ TimeStamp: chr "01MAR13:07:15:00" "01MAR13:07:16:00" ...
-2
votes
1answer
55 views

user32 and memory leak? [SOLVED] [closed]

After some reading I found out that everything you code in C# is managed code, and shouldn't give memory leaks. Yet my program behaves in a manner which suggests some sort of memory leak. My entire ...
0
votes
2answers
21 views

Decent memory profiling tool for php

I've built an auto mailer application using the SendGrid official PHP library and SMTP API(The auto mailer runs as a cron job on an Ubuntu server). The memory limit on the production server is set to ...
0
votes
1answer
30 views

If I don't call clRelease* ,will it cause memory leak?

I want to add some OpenCL support to Chromium, so I used APIs like clCreateCommandQueue(), but I can't find a proper place in Chromium to do cleanup. So, if I don't call APIs like ...
0
votes
1answer
31 views

XCode: potential leak of an object stored into 'cgImage'

I am getting a " potential leak" warning when I run Analyze. It's related to the line below. I am using ARC, though I understand that a CGImage is not released under ARC. textureColor = [UIColor ...
1
vote
1answer
38 views

memory deallocation doubly linked list C++

I have created my own implementation of a doubly linked list for learning purposes. I am doing some testing to make sure the memory is being deallocated correctly. In main.cpp, I have the following: ...
0
votes
3answers
51 views

Potential Leak of an Object that is released before reuse and dealloc'd on exit

Using the xcode analyzer, I am getting a warning for a potential leak of an object. This warning is perplexing and I need some explanation why I am getting this error. Here is the code in which ...
0
votes
2answers
21 views

Find the content of java.exe process apart from the HeapDump and ThreadDump

I have a java program in which i do quite more number of operations on an object of a class. The Object is created inside a for loop which runs a finite number of time. Once the loop is completed, i ...
5
votes
1answer
86 views

ReactiveUI ObservableAsPropertyHelper / Reactive Extensions Memory Leak?

I noticed that in my .NET 3.5 application, which uses ReactiveUI, I have a significant memory leak that seems to originate in ObservableAsPropertyHelper. I created a test project to demonstrate it ...
0
votes
0answers
21 views

core data memory leak basichash hashrehash whenever any value is changed

i have an app that is leaking memory whenever any value is edited (via tableview) i believe it has something to do with the keyvalue observation and propogation. a hash is computed based on the new ...
0
votes
1answer
26 views

Using CRT Library to find specific memory leaks

I am following msdn article for finding memory leaks using CRT. http://msdn.microsoft.com/en-us/library/x98tx3cf%28v=vs.100%29.aspx I added _CrtDumpMemoryLeaks(); to the exit point of my ...
2
votes
1answer
46 views

Memory Leaks in GTK hello_world program

So... I'm trying to eliminate some memory leaks from my GTK+ 3 program. I though it would be a good idea to look back at some simple examples to see if there is some cleanup stuff I'm forgetting, but ...
0
votes
0answers
30 views

Why Valgrind is killed after start?

I cross-compiled the Valgrind on SunOS platform to Linux x64 platform using following commands: ./configure CC=/vob/windriver-m2/sysroots/toolchain/gcc CXX=/vob/windriver- ...
0
votes
1answer
23 views

webView loading link causes memory warning?

So on the screen i have a webview that loads xbox.com friends page. To make the app work you have to press a link on the screen which loads 25 players that you recently played with and when i push ...
1
vote
3answers
59 views

JFrame leaking memory?

So today I opened Task Manager and saw that my application leaks 200kbs of memory every second. I looked at my main loop: public final void run() { try { Thread.sleep(27); } catch ...
0
votes
1answer
32 views

Potential memory leak in ARC enabled project while loading friends for fb

I'm getting memory leak while loading friend for fb, what could be the reason? I'm solving this error since last 3 days, but not able to find any strong reason.. :( I do know very well that "ARC ...
0
votes
0answers
49 views

OutOfMemoryException in apache

I am getting the OutOfMemoryException for nativeTLA process in one of our production application. The JVM is already running under maximum memory utilization for TLA. Here I have attached the ...
0
votes
1answer
75 views

objc: strong property with NSString

I declare a strong property: @property (strong) NSString *message; And I set the message like: self.message = [NSString stringWithFormat:@"xxxx %@",sth]; But it will crashed with message: *** ...
1
vote
0answers
70 views

Do circular references in C# cause memory leaks? [duplicate]

I have a collection of data models that have associations with other models, and the data schema is often circular in nature. I want to create C# classes to represent this data objects, but it'll ...
0
votes
2answers
57 views

Memory leak on returning pointer

I am facing a memory leak condition in the following functions. char * readdatafromfile(unsigned pageNumber) { char *buff = (char*) malloc(sizeof(char) * pagesize); lseek(fd, pagesize * ...
0
votes
1answer
31 views

Android new Intent memory leak / out of memory

I've got an app with 2 Activities. The first one launches on startup and with a button launches the second activity using an Intent. Intent intent = new Intent(MainActivity.this, ...
1
vote
1answer
42 views

How to override general malloc so I get line number printed in memory leak printout

I have written some utility code to detect memory leaks when a program closes. detect_leaks.hpp and cpp contain the function which sets things up and in a program you would just call the ...
0
votes
1answer
31 views

More than 3 fingers on webview causes app crash?

Like the title says, when I drag more than 2 fingers across my webview. It causes my app to crash with the following log: 05-18 23:30:53.435: ERROR/dalvikvm(8204): JNI ERROR (app bug): local ...
-3
votes
0answers
53 views

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in PHP [closed]

I have a function, that when I call it at certain times it causes this error, but not always. Here is the code for the function: on GitHub. What do you think is wrong with the code? I'm running this ...
0
votes
1answer
28 views

XNA - Memory leak while saving frames

I use XNA game project for creating frames of my 3D scene. However i got a memory leak while using MemoryStream. Code below is called as a part of Draw function. byte[] FrameSave() { ...
0
votes
2answers
24 views

Processing 2.0b8: Virtual Memory Size increasing on macosx

I'm debugging my app, it should be running during several hours when deployed. I've let the app running and I found it crashed after 4-5 hours with an Out of Memory Error. I'm on a Mac, OSX 10.8.2. ...
0
votes
1answer
49 views

Helper method to load images abandoning memory in iOS - how do I avoid this?

I have a helper class I created to make it easy to load images throughout my app - it get's used ALOT: @implementation Helpers +(UIImage *) getThumbnailImageIfExists:(NSString *)ItemSKU ...
0
votes
0answers
10 views

Unit of retained heap in eclipse?

I am getting numeric value of 1294736 in 'retained Heap' column when I use Memory Analyzer in Eclipse-Helios, what is the unit of this numeric value ? is it bytes or kBytes? Same query for shallow ...
0
votes
2answers
84 views

-[NSNull length]: unrecognized selector sent to… A memory leak?

I'm developing an iOS 5.0+ app with latest SDK. I get a very strange error with this code: - (NSMutableURLRequest*)setupRequestWithService:(NSString*)service andMethod:(NSString*)method { ...
0
votes
0answers
19 views

Memory leak in android application

Can anybody tell me what is the best way to clean memory when call another Intent? My application most crushes when I redirect from my Intent with Google maps. Thanks!
0
votes
0answers
11 views

Need to take print of Histogram- Eclipse Memory analyzer

I am using Eclipse's Memory Analyzer Tool and I used RegEx to get my classes specific Issues' Histogram Now I want to take a print but I have found no option to do so, I even tried to copy data on ...
5
votes
2answers
72 views

Creating big amount of Sitecore Items causes memory leak

I have a Sitecore application where I need to create a large number of Sitecore items in a loop from another system. Below is my testing purpose loop; using (new ...
1
vote
1answer
43 views

WinForms WebBrowser in WPF memory leak

I'm currently working on an application where I am using WinForms WebBrowser controls in WinForms hosts. The problem is even when I close a browser and dispose of everything the memory doesn't seem to ...
4
votes
1answer
73 views

Will the garbage collector collect Go routines that will never continue?

Consider the following code as a simplified example: func printer(c <-chan int) { for { fmt.Print(<-c) } } func provide() { c := make(chan int) go printer(c) for ...
0
votes
0answers
17 views

Does the Java PHP Bridge from sourceforge contain memory leaks? Getting java.lang.OutOfMemoryError: PermGen space error in Tomcat 5.5

OS: Windows Server 2008 R2 SP1 JSP Engine: Tomcat 5.5 Web Server: IIS 7.5 PHP: Version 5.4.14 Java: JRE SE Version 1.6.0_20 Apache Isapi Connector passes Java related items (i.e. JSP) from IIS to ...
0
votes
3answers
73 views

Does this cause a memory leak? Allocating new objects in function call

The following code is taken from a DirectX tutorial and slightly modified by me: void Initialize() { // case 1 m_camera.SetLookAt( new D3DXVECTOR3( x_component, y_component, z_component ) ...

1 2 3 4 5 125