[llvm-bugs] [Bug 39520] New: File mapping handles are leaked
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 1 11:15:22 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39520
Bug ID: 39520
Summary: File mapping handles are leaked
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: profile
Assignee: unassignedbugs at nondot.org
Reporter: mcastelluccio at mozilla.com
CC: llvm-bugs at lists.llvm.org
This means that gcda files, when gcda files from a previous execution exist,
are kept open until the process terminates.
This makes it impossible to profile subset of a program execution (where you
want to flush gcda files and remove them before the beginning of the region of
interest, then flush them at the end of the region of interest).
https://reviews.llvm.org/D51974 should fix this.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181101/2b45cdba/attachment.html>
More information about the llvm-bugs
mailing list