<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/115134>115134</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
The building proccess keeps crashing.
</td>
</tr>
<tr>
<th>Labels</th>
<td>
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
AugustineYang
</td>
</tr>
</table>
<pre>
OS: Ubuntu Linux 22.04
GCC&G++: 11.4.0
CMake: 3.22.1
Hardware: i7-12700K with 64GB RAM
I'm trying to build llvm 19.1.0 from the source code following the instruction in [Getting Started with the LLVM System](https://llvm.org/docs/GettingStarted.html). I "make" the project with the command `cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS=all -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_RUNTIME=all -DCMAKE_C_COMPILER=/usr/bin/gcc-11 -DCMAKE_CXX_COMPILER=/usr/bin/g++-11`. I "build" the project with the command `cmake --build build -j16`, But I'm facing steadily crashes after building about 7,000 of over 13,000 tasks with TOTALLY NO error message. The terminal window just crashed and disappeared with no error message or OS error report. Or the VSCode window just crashed if I'm using the integreted terminal of the VSCode. The crash follows a sudden decrease of the CPU usage. "Build" can continue in a new terminal window, but the crash will happen again after about 200 tasks. Changing the GCC compiler to 12.3.0 makes no difference. Does anyone face the same issue?
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUVFtv4jgU_jXm5YjIdiChD3mAcNnuQKkKHc08VSY5SdwmNvKlbP_9yiRMd6rVSishIh2f6_d95whrZa0QMzJdkOlyJLxrtMnmvvbWSYU_hapHJ11-ZPsDiefwfPLKedhK5f8CziM6IXRJ6HyT54QnG8IX4RfPgbFoEtH-Md-JNwzGOOI8Yr3xD2HKizBXu0zHjKeUfoOLdA0kk80Cnua73rH_vyc87cCZD6lqcBpOXrYltO17B-wuYhGFyugOXINgtTcFQqFLhEq3rb5cYxoEqawzvnBSK5AKyHSxQefC68EJ47Ds6wfX7fb7Dg4f1mFHpkvCZ41zZ0viOeFrwtehcKRNTfi61IUlfD1kGhJFjetawu8iuAfCeRcA4Pya-Wz0Kxbus1Shu06oEkhCi-AI40M_2HgxjDnewINUrwLGy9DXy-phvtiuXh6f9n-u8uOBxEvRtjBe5rv5t9XL4vl-u3w5_nxckXi5xJOvv8Q9PT8c73erL2H5S77fPd5vV08kXhK-9tYQvj5JRfi6LooxY5-uP378l3OvgjFjJKEDANc5_gcC437wYfxXlpCEEp7DwjvopVCJIhBnHYpSth9QGGEbtCAqh6YPDO_ipL2DlPCcUgq6Av2OBlg8GJywb7Zv5Lg_zrfbn_CwBzRGG-jQWlFjBMcGwaHppBItXKQq9QVevXVDzRJC76W04nxGYW4qUvr3PKAN7A-DzeBZGxfB3lwB-H7Ig1r_LbeshoG9_ZSxw9pg0OuvtnT1j0R9y9cMwwZYEGB9WaKCEguDwuItJH98Bt8PSjhf3IgqhIJCKyeVDxVBgMLLVxgCJSfvehKv5S6ybaEJSCgQtQiBV0J6HvgN8gjyRqj6NtEmz4MIzrJFE7ab8SiOKAQt2ABkKasKDaoCI1jqwLL60AqDCLDfedEhSGs9kngNozKLy7v4TowwY2lMZzM2oemoyWYsRS5mBU8SPp1OTxVWE4ppWsR3NJ4KMZIZp3zCGE3ojMc8jSoqKEtFEmOSJnFByYRiJ2Qb3S7A6Fo1Y2zK4smoFSds7e2amix4jU--tmRCW2md_Yxz0rWYBaJ-ifVsdFGgtfCGeLY9olLV0cibNvv9ANXSNf4UFbobrtHwGQ_LRfj62lg4TUNv7xn_OwAA__-Qjuoa">