Andrzejak et al., 2017 - Google Patents
Detection of memory leaks in C/C++ code via machine learningAndrzejak et al., 2017
View PDF- Document ID
- 16442173683257945199
- Author
- Andrzejak A
- Eichler F
- Ghanavati M
- Publication year
- Publication venue
- 2017 IEEE International Symposium on Software Reliability Engineering Workshops (ISSREW)
External Links
Snippet
Memory leaks are one of the primary causes of software aging. Despite of recent countermeasures in C/C++ such as smart pointers, leak-related defects remain a troublesome issue in C/C++ code, especially in legacy applications. We propose an …
- 238000001514 detection method 0 title abstract description 25
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3409—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3604—Software analysis for verifying properties of programs
- G06F11/3612—Software analysis for verifying properties of programs by runtime analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3676—Test management for coverage analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/362—Software debugging
- G06F11/3636—Software debugging by tracing the execution of the program
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3457—Performance evaluation by simulation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0253—Garbage collection, i.e. reclamation of unreferenced memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/30—Information retrieval; Database structures therefor; File system structures therefor
- G06F17/30286—Information retrieval; Database structures therefor; File system structures therefor in structured data stores
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/86—Event-based monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Error detection; Error correction; Monitoring responding to the occurence of a fault, e.g. fault tolerance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/885—Monitoring specific for caches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06N—COMPUTER SYSTEMS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N99/00—Subject matter not provided for in other groups of this subclass
- G06N99/005—Learning machines, i.e. computer in which a programme is changed according to experience gained by the machine itself during a complete run
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Andrzejak et al. | Detection of memory leaks in C/C++ code via machine learning | |
| Xu et al. | Precise memory leak detection for Java software using container profiling | |
| Song et al. | Can k-NN imputation improve the performance of C4. 5 with small software project data sets? A comparative evaluation | |
| Xu et al. | LeakChaser: Helping programmers narrow down causes of memory leaks | |
| Herzig et al. | The impact of tangled code changes | |
| Xu et al. | Finding low-utility data structures | |
| Ghosh et al. | A benchmarking framework using nonlinear manifold detection techniques for software defect prediction | |
| Weber et al. | White-box performance-influence models: A profiling and learning approach | |
| Maxwell et al. | Diagnosing memory leaks using graph mining on heap dumps | |
| BR112015019167B1 (en) | Method performed by a computer processor and system | |
| US20060150168A1 (en) | Annotating graphs to allow quick loading and analysis of very large graphs | |
| Xu | Resurrector: A tunable object lifetime profiling technique for optimizing real-world programs | |
| US7568192B2 (en) | Automated scalable and adaptive system for memory analysis via identification of leak root candidates | |
| Šor et al. | Memory leak detection in Java: Taxonomy and classification of approaches | |
| Zhao et al. | A large-scale empirical study of real-life performance issues in open source projects | |
| Weninger et al. | Utilizing object reference graphs and garbage collection roots to detect memory leaks in offline memory monitoring | |
| Mertz et al. | On the practical feasibility of software monitoring: A framework for low-impact execution tracing | |
| Thokair et al. | Dynamic race detection with O (1) samples | |
| Gao et al. | Research on software multiple fault localization method based on machine learning | |
| US7447694B2 (en) | Automated scalable and adaptive system for memory analysis via online region evolution tracking | |
| Oh et al. | LIME: A framework for debugging load imbalance in multi-threaded execution | |
| Helm et al. | Perfmemplus: A tool for automatic discovery of memory performance problems | |
| Miucin et al. | Data-driven spatial locality | |
| Mazaheri et al. | Characterizing loop-level communication patterns in shared memory | |
| Li et al. | dCCPI-predictor: A state-aware approach for effectively predicting cross-core performance interference |