Top "Memory-leaks" questions

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

Not enough storage is available to process this command in VisualStudio 2008

When I try to compile an assembly in VS 2008, I got (occasionally, usually after 2-3 hours of work with the …

c# visual-studio visual-studio-2008 memory-leaks metadata
When exactly is it leak safe to use (anonymous) inner classes?

I have been reading some articles on memory leaks in Android and watched this interesting video from Google I/O …

java android memory-leaks inner-classes
Angular2/4 : Refresh Data Realtime

I need to refresh the data in a component page in an interval. Also I need to refresh the data …

angular memory-leaks setinterval angular2-observables subscriptions
How do I use a dump file to diagnose a memory leak?

I have a .NET service with a normal private working set of about 80 MB. During a recent load test, the …

.net visual-studio-2010 memory-leaks crash-dumps memory-profiling
Gdb dump memory in specific region, save formatted output into a file

I have a buggy (memory leaked) software. As an evidence, I have 1GB of core.dump file. Heap size is 900…

memory-leaks gdb dump coredump
Perfmon counters to check memory leak

I want to check the memory leakage issue in my service. I have tried following set of perfmon counters. .NET …

performance memory-leaks performancecounter perfmon memory-leak-detector
How to find memory leaks using visualvm

I suspect we have a major memory leak in our ActiveMQ connection bridge - we're seeing typical memory leak patterns (…

java memory-leaks profiling jvisualvm
addressSanitizer: heap-buffer-overflow on address

I am at the very beginning of learning C. I am trying to write a function to open a file, …

c memory-leaks heap buffer-overflow
How to prevent file locking when undeploying a Tomcat web app?

I am using the manager app in tomcat 7, and i am unable to undeploy an application completely. It says FAIL …

tomcat memory-leaks tomcat7 file-locking undeploy
Memory Leak in C#

Is it ever possible in a managed system to leak memory when you make sure that all handles, things that …

c# .net memory-leaks garbage-collection managed