[llvm-bugs] [Bug 42664] error: clang frontend command failed due to signal (use -v to see invocation)
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 18 13:35:06 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42664
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
CC| |rnk at google.com
--- Comment #1 from Reid Kleckner <rnk at google.com> ---
I tried to repro, and it succeeded after a lot of time and memory allocation.
The text says `clang++: error: unable to execute command: Killed`, which looks
like the OOM killer. From looking at the source, I think this is a problem with
QMap initializers taking too long / using too much memory. That's
https://llvm.org/pr42515.
*** This bug has been marked as a duplicate of bug 42515 ***
--
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/20190718/df99d63a/attachment.html>
More information about the llvm-bugs
mailing list