InfoQ

Topic/Tag specific view

Memory Leaks Content on InfoQ


News about Memory Leaks

JProbe 8.0: The Java code, memory, and coverage profiler is back

Community
Java
Topics
Code Analysis,
Debugging

Quest Software recently released JProbe 8.0, a Java code, memory, and coverage profiler. While JProbe has been one of the leading Java profiling tools since the late 1990's, JProbe 8.0 aims to help Quest regain the leadership position in the profiling market with new Eclipse integration and a more competitive price point.

Review: Continous Performance Management

Community
Agile
Topics
Software Testing,
Unit Testing,
Code Analysis,
Build systems

Steven Haines from Quest has published an article demonstrating the use of performance analysis tools in the continuous build cycle as best practice and makes some thought provoking points about the cost of not doing so.

Find Memory Leaks in Your Rails Application with BleakHouse

Community
Ruby
Topics
Ruby on Rails

Performance is a major issue for some Rails application. BleakHouse is a plugin that helps you find memory leaks, without using Ruby's ObjectSpace introspection.

.NET Memory Leaks

Community
.NET
Topics
Dynamic Languages,
.NET Framework

A problem with .NET that isn't talked about is the problems caused by using dynamic code generation. In a nut shell, dynamic code generation, which is used in XML Serialization, Regular Expressions, and XSLT transformations, can lead to memory leaks.

A Rails memory leak profiling solution

Community
Ruby
Topics
Debugging

Scott Laird was dealing with the difficulties of finding memory leaks in his Rails apps and came up with solution. Scott put the code for his solution up on his blog, respondents have already called it an essential tools they'll use on their projects going forward, and Scott promised to package it up as a plugin eventually.