[llvm-bugs] [Bug 35665] llvm-cov: segmentation fault while running large tests
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 14 15:28:10 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35665
Vedant Kumar <vsk at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #5 from Vedant Kumar <vsk at apple.com> ---
Ok great!
It's possible that this is surfacing because coverage instrumentation is
serving as an optimization barrier, but this sort of thing should be detected
by -fsanitize=null or -fsanitize=vptr. Let me know if there's a false negative
there.
It's also possible that the instrumentation overhead is causing a timing issue.
--
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/20171214/eb1aa320/attachment.html>
More information about the llvm-bugs
mailing list