View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002317 | Xdebug | Code Coverage | public | 2025-02-02 14:57 | 2025-02-03 11:50 |
Reporter | nielsdos | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.4.1 | ||||
Fixed in Version | 3.4dev | ||||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-02 14:57 | nielsdos | New Issue | |
2025-02-02 14:58 | nielsdos | Note Added: 0007169 | |
2025-02-03 11:50 | derick | Assigned To | => derick |
2025-02-03 11:50 | derick | Status | new => closed |
2025-02-03 11:50 | derick | Resolution | open => fixed |
2025-02-03 11:50 | derick | Fixed in Version | => 3.4dev |
2025-02-03 11:50 | derick | Note Added: 0007170 |