0
votes
0answers
14 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
3answers
48 views

Out of Memory on Bitmap Android

I want to make implement this in android For this, I have to load images from asset folder and I am making two HorizontalScrollView in xml file and load dynamically ImageView in it. For loading ...
2
votes
3answers
56 views

JavaScript memory leak caused by function scope?

Using the chrome development tools i recently found out, that my application which uses a modular concept leaves over some Module objects in memory even if they are not referenced directly by any ...
1
vote
3answers
69 views

No memory leaks

In my college we were asked to create a program which allocates all of the free memory. So I figured that making an infinite loop and allocating memory without freeing it must consume up all the free ...
0
votes
1answer
43 views

Memory Leaks in CFStreamCreatePairWithSocketToHost iOS

I use NSInputstream & NSOutputstream to setup a connection and send data. My stream object has a function to open and close the stream. I use the following code: @interface Stream() { ...
-1
votes
0answers
30 views

Sun Solaris ARC values as specified in /etc/system are ignored by ZFS [closed]

Question: Why does the ZFS file data exceed the ARC values as specified in /etc/system, according to the values the ZFS File data should not exceed 20%. Anyone can explain this behavior, or did I ...
-3
votes
0answers
28 views

com/ibm/jsse2/tc what is this object? [closed]

Is it normal to notice this object repeating over and over within a heap?. 2 weeks past when the heap was taken and I notice this object repeating over and over taking up 133mb of memory making me ...
1
vote
0answers
34 views

Matplotlib pcolor memory leak

I'm trying to plot a matrix assign to each element a color based on its value. I used pcolor() from Matplotlib.pyplot library (coding in Python): plt.figure() plt.pcolor(matrix,cmap=my_cmap) ...
0
votes
1answer
79 views

Node.js: Serious Memory Leak Bug in newer versions?

What's the problem? First I tought something is wrong with my node.js modules or codes because as I visited my pages the memory decreased after every visit and it was not released back. After hours ...
1
vote
1answer
110 views

iOS app exhausting memory during download of very large file

I know variations of my question have been asked in one form or another many times on here - I've been searching these posts extensively for days and I think my problem is unique. Allow me to ...
0
votes
2answers
72 views

how to solve log4j causing a memory leak?

SEVERE: A web application created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@3ac5b23e]) and a value of type ...
1
vote
0answers
61 views

What is the Remainder in the Eclipse Memory Analyser main pie chart?

I just started learning about memory management for Android. After doing a memory dump on the application I am working on and analyzing it with Eclipse Memory Analyzer, I found out that 37MB (out of ...
7
votes
3answers
81 views

what is “hanging reference” & “general protection fault”?

I came across this over the net while I was studying some memory leak related stuff. int* Function() { int arrays[10]; /* Some code here */ return &(arrays[0]); } The author ...
0
votes
0answers
23 views

Memory leak Bluetooth Connection: readNative, keyguardviewmediator, runningappslistactivity in android device log

Good day, I need some help with my app eating my memory on my Samsung Tab2. I've customised the bluetooth chat app to connect to my bluetooth device and read data from the device every second. What ...
1
vote
0answers
203 views

Google Map Api v2 Outof memory error Android

I am using google map api v2 for android. Here is my code of fragment class mapview.xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
0
votes
0answers
69 views

Java - How to know more about “caller” of object without source code?

I am dealing with an Application memory leak issue - from the IBM Portable Heap Dump I could clearly see over 7500 instances of a class have been created in a Hashmap, which of course is ridiculous. ...
2
votes
4answers
63 views

If object is supposed to exist during all run of program don't need to delete?

After reading this answer about what is memory leak one can conclude that if object is supposed to exist during all run of program, and was creating via new, there is no need to call delete on such ...
1
vote
2answers
59 views

WPF memory issue

I am trying to load pictures with the code below: void LoadPictures(int s) { grdScene.Children.Clear(); TabControl tab = new TabControl(); for (int ...
0
votes
1answer
31 views

MPIR coding error

Hi i've tried using mpir(a library) for my code. I've changed my code and converted everything to work with mpir. My code consists of a series of loops within loops and equations that are dependent ...
1
vote
3answers
78 views

Memory leaks occur if exit(exitcode) in C? [duplicate]

In C program, if there are dynamically allocated memories remained not freed after the execution of the program exit with exit(100);, do we get memory leaks problem? For example: int main (void) { ...
1
vote
1answer
60 views

Unexpectedly high memory usage in Ruby: 500B normal for empty hash?

our program creates a master hash where each key is a symbol representing an ID (about 10-20 characters). each value is an empty hash. the master hash has about 800K records. yet we're seeing ruby ...
98
votes
9answers
4k views

How far can memory leaks go?

I've run into memory leaks many times. Usually when I'm malloc-ing like there's no tomorrow, or dangling FILE *s like dirty laundry. I generally assume (read: hope desperately) that all memory is ...
0
votes
3answers
89 views

Do the following 5 lines of code cause a memory leak?

Does this cause a memory leak because pWinsock didn't get deleted inside the fonction? Winsock* CreateWinsock() { Winsock* pWinsock=new Winsock; return pWinsock; } Edit: Actually, I cannot ...
3
votes
1answer
396 views

Android device RAM usage increases but not application memory until device gets hanged

I have an app which loads an activity A (consisting ListFragment), from A i load Activity B.. If i keep on switching between these two activities i see the device RAM goes up by 10 mb every time i ...
0
votes
0answers
16 views

What uses up more resources? Assigning a variable to another variable or to a value?

For example: var A = "Gallery"; var B = "Gallery"; VS. var A = "Gallery"; var B = A; Which one takes up more memory?
1
vote
1answer
79 views

How to prevent the excessive usage of program-stack memory while initializing arrays?

#include<stdio.h> int main(){ scanf("%d",&Testcase) while(Testcase--){ int a[100000] = {0}; /* Other statements */ } } In the above program, for every Testcase, the program ...
0
votes
0answers
50 views

Simple Function using 67MB Memory ( Simple Dom Parser )

I'm new to PHP. I'm trying to make a simple parser. It is working fine but it's taking too much memory (67 - 70 MB) You can see it working on www.msdesignz.com/script function printHtml($html) { ...
3
votes
2answers
159 views

How to use Valgrind with android app in Eclipse on Ubuntu to find android native code memory leaks on runtime?

How to use Valgrind with android app in Eclipse on Ubuntu to find android native code memory leaks on runtime .
0
votes
1answer
34 views

Instruments showing a leak but no Object

I can see a Red line below in Leaks, but nothing in the call tree. AM I doing anything wrong?
2
votes
2answers
171 views

how and when does valgrind detect memory leaks

I have a memory leak in my code.The heap goes on increasing with trigger of a flow. In my code I have a while(1) loop which basically waits on a queue. when that flow is triggered from webservice an ...
0
votes
2answers
178 views

WPF & Prism 4.1 Garbage Collection / Memory Issues

I built a Prism application using WPF, .Net 4, Prism 4.1, and Unity. I'm using a DirectoryModuleCatalog to find modules at runtime. My views are displayed in a TabControl (MainRegion). When I remove a ...
0
votes
1answer
44 views

Should I unbind event listener to prevent memory leaks?

Here is my code: // array of image data var images = [ { url: 'image.jpg' } ]; // function that loads image var loadImage = function(imageObject) { imageObject.img = $('<img ...
1
vote
0answers
103 views

PyQt: class object deleting, calling destructors but memory not freeing

I am creating a tool using pyQt but facing memory leakage issue. When I delete an object containing python and pyQt member variables from UI using my own trash, it calls up the destructor of the ...
0
votes
1answer
34 views

Memory Leak due to CTFontRef

I am generating a PDF using the below detail , in Instrument i am getting memory leak, can any one have idea why the instruments point to the CTFontRef to 100 perc leak.? NSMutableAttributedString ...
1
vote
0answers
28 views

The memory usage shown in memory profiler is different from Process Explorer

I'm learning to use .Net Memory Profiler and testing the memory usage of Microsoft's DataBindingLab sample project. .Net Memory Profiler shows total live bytes are 2011015, ie. 2MB. Process ...
0
votes
1answer
133 views

High committed memory but small heap size

One of my app is reported to be using 5 gigs memory, when i took the dump of the process and analyze in windbg, i can see that the total committed size is 5 gigs as was reported, but then the total ...
1
vote
1answer
88 views

How to analyze a memory leak in Java 1.3

I have a WebLogic 7 server, running under j2sdk1_3 on a Solaris platform. Since Java5, I know the jmap command is very usefull for analyzing and troubleshooting a memory leak. Is there a similar tool ...
0
votes
1answer
122 views

Demystify Windbd memory usage labels: “Private Working Set” is large while memory is marked as RegionUsageFree

After a run, i see that my application takes 3.5Gb in TaskMgr What I see in Windbg is a little bit confusing: 0:022> !address -summary ProcessParametrs 0000000001b7ed70 in range ...
1
vote
2answers
47 views

double free() error after swapping rows of a matrix

I'm getting the double free or corruption error upon executing my code. Essentially, I am just creating a matrix in C (of any RxC dimension, which is why pointers are used), swapping two rows, ...
-3
votes
2answers
56 views

Is that possible to see the log for ios memory leak? [closed]

Is that possible to see the log for ios memory leak ? Any ideas on how I can read the log for memory leak? Thanks!
0
votes
0answers
137 views

detection memory leak using GetProcessMemoryInfo

I am trying to use the field PrivateUsage of the structure PROCESS_MEMORY_COUNTERS_EX to detect memory leak. I suppose that the value of PrivateUsage should be same before and after I call one ...
2
votes
5answers
218 views

Why do pointers cause memory leak to dynamically allocated integer?

“Because pnValue is the only variable holding the address of the dynamically allocated integer, when pnValue is destroyed there are no more references to the dynamically allocated memory. This is ...
1
vote
2answers
382 views

Heap corruption - “Free Heap block 61af0f0 modified at 61af194 after it was freed” C++

In my application I'm getting this error: HEAP[App.exe]: HEAP: Free Heap block 61af0f0 modified at 61af194 after it was freed Here is a call stack: ntdll.dll!_RtlpBreakPointHeap@4() Unknown ...
1
vote
1answer
60 views

How do I detect a memory leak that is not showing up while profiling in Netbeans? [closed]

The total memory used by the program is not nearly recorded by Netbeans' built-in profiler. There are some very large objects that are not showing up, such as a WriteableRaster (which I'll be doing ...
3
votes
1answer
116 views

iOS - Memory leak AddressBook

I was working around AddressBook framework when I've found out some memory leak of different types in my application : Leaked Object # Address Size Responsible Library Responsible Frame ...
2
votes
0answers
249 views

EditText causing memory leak

Intro: I have an app which has the following structure: ActionBar up top (ActionBarSherlock) ViewPagerIndicator below that (for tabs) ViewPager (hosts Fragments) I have a problem that one of my ...
0
votes
1answer
67 views

How to fix memory leak in NSMutableString?

when i check memory leak through instrument it shows leak on NSMutableString.Here is the leaked code , whats the 66.7% means..? How to solve this leak.? Second method shown in call tree is ...
2
votes
6answers
223 views

Memory stability of a C++ application in Linux

I want to verify the memory stability of a C++ application I wrote and compiled for Linux. It is a network application that responds to remote clients connectings in a rate of 10-20 connections per ...
0
votes
2answers
122 views

Getting a threadlocal error while deploying to tomcat

I have problem in deploying a grails project to the tomcat webapp directory. Looking into the catalina.out log file I can see the following error: SEVERE: The web application [/test-0.1] registered ...
1
vote
1answer
304 views

GuardMalloc results in virtual memory exhausted

Our app is experiencing occasional crashes in the field (discovered via BugSense) due to what looks like out of memory or memory corruption conditions, so to help me track them down I enabled the ...

1 2 3 4 5 9