Affiliation:
1. University of Texas at Austin
Abstract
Memory leaks compromise availability and security by crippling performance and crashing programs. Leaks are difficult to diagnose because they have no immediate symptoms. Online leak detection tools benefit from storing and reporting per-object
sites
(e.g., allocation sites) for potentially leaking objects. In programs with many small objects, per-object sites add high space overhead, limiting their use in production environments.This paper introduces
Bit-Encoding Leak Location
(Bell), a statistical approach that
encodes
per-object sites to a single bit per object. A bit loses information about a site, but given sufficient objects that use the site and a known, finite set of possible sites, Bell uses brute-force
decoding
to recover the site with high accuracy.We use this approach to encode object allocation and last-use sites in
Sleigh
, a new leak detection tool. Sleigh detects
stale
objects (objects unused for a long time) and uses Bell decoding to report their allocation and last-use sites. Our implementation steals four unused bits in the object header and thus incurs no per-object space overhead. Sleigh's instrumentation adds 29% execution time overhead, which adaptive profiling reduces to 11%. Sleigh's output is directly useful for finding and fixing leaks in SPEC JBB2000 and Eclipse, although sufficiently many objects must leak before Bell decoding can report sites with confidence. Bell is suitable for other leak detection approaches that store per-object sites, and for other problems amenable to statistical per-object metadata.
Publisher
Association for Computing Machinery (ACM)
Subject
Computer Graphics and Computer-Aided Design,Software
Reference31 articles.
1. A real-time garbage collector with low overhead and consistent utilization
2. BEA. JRockit. http://dev2dev.bea.com/jrockit/.]] BEA. JRockit. http://dev2dev.bea.com/jrockit/.]]
3. BEA. JRockit Mission Control. http://dev2dev.bea.com/jrockit/-tools.html.]] BEA. JRockit Mission Control. http://dev2dev.bea.com/jrockit/-tools.html.]]
4. Reconsidering custom memory allocation
Cited by
40 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Sound garbage collection for C using pointer provenance;Proceedings of the ACM on Programming Languages;2020-11-13
2. BLeak;Communications of the ACM;2020-10-22
3. Understanding congestion in high performance interconnection networks using sampling;Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis;2019-11-17
4. MemDefender: An Allocation Monitoring and Memory Leak Injection Tool for Java;2019 IEEE International Symposium on Software Reliability Engineering Workshops (ISSREW);2019-10
5. Memory and resource leak defects and their repairs in Java projects;Empirical Software Engineering;2019-07-26