I have tried to create a memory dump using with below code **/usr/lib/jvm/j2sdk1.5-sun/bin/jmap -heap 10699**
This question already has answers here: Closed 11 years ago. Possible Duplicate: Does using references instead of pointers, resolve memory leaks in C++?
Looking at the Dalvik debugger for an Android app I\'m writing, I noticed that there\'s a set of notifications that keep repeating, with an increasing Frank handle count each time.I presumed that my a
i am getting thing crash log: 2011-07-21 23:18:51.233 iFeel[87679:910b] *** __NSAutoreleaseNoPool(): Object 0x5fbdef0 of class NSURL autoreleased with no pool in place - just leaking
I need to play a simple video on my app. I been looking on the internet on how to play a video and I found out that I need to import the MediaPlayer.framwork which I did. I have a Video named:
I am trying to understand what is going on in app written in C#. Below are several images taken from Performance Monitor. The blue line is #Bytes in all Heaps. The green line is Large Object Heap Size
We have a web application written in gwt and deployed in tomcat. The tomcat crashes on outofmemoryexception, so i am trying to look for memory leaks using Jprofiler, jmap/jhat utility and so on.
I am using XCode 4.0.2 for a iOS4 project. I have this class method that construct an object. This is a constant that i need occasionally from start to end of the app.
I am new to objective c and I don\'t understand how there is a memory leak here: MessageCustomCell *cell = [[MessageCustomCell alloc] initAutoreleaseWithLine:currentLine AndId:message.UID];
As I\'ve found somewhere on web, following items can lead to memory leaks. For example: ResultSets and Statement objects