View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002317 | Xdebug | Code Coverage | public | 2025-02-02 14:57 | 2025-03-09 16:08 |
| Reporter | nielsdos | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.4.1 | ||||
| Fixed in Version | 3.4.2 | ||||
| Summary | 0002317: Code coverage leaks memory | ||||
| Description | When running the xdebug test suite under ASAN I get a memory leak for a majority of the tests, originating in xdebug_code_coverage_start_of_function. | ||||
| Steps To Reproduce | Compile PHP with ASAN support, and run the xdebug test suite. | ||||
| Additional Information | There's still a remaining leak in tests/coverage/bug01180.phpt caused by the fact that the path at the same level is overwritten instead of being freed + overwritten. | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux | ||||
| PHP Version | 8.3.10-8.3.19 | ||||