<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/86672>86672</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Core dump - Ubuntu aarch64
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          dave-ct
      </td>
    </tr>
</table>

<pre>
    Will building conrete-python on Ubuntu running on ARM, everything seems ot build correctly but I got a error when running thee program.  It said to log it as an issue at the end so here it is:

```
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point to it):
0 libLLVM-17git-2a4f05ac.so 0x0000ffff89900bd8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 72
1 libLLVM-17git-2a4f05ac.so 0x0000ffff898fe560 llvm::sys::RunSignalHandlers() + 64
2 libLLVM-17git-2a4f05ac.so 0x0000ffff898fe6b8
3 linux-vdso.so.1 0x0000ffff93aaf7e0 __kernel_rt_sigreturn + 0
4 libstdc++.so.6 0x0000ffff73b8ffb0
5 libstdc++.so.6 0x0000ffff73b9213c
6 libstdc++.so.6 0x0000ffff73b92290 std::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const + 80
7 libstdc++.so.6 0x0000ffff73c011d0 std::ostream& std::ostream::_M_insert(unsigned long) + 176
8 libtorch_cpu.so 0x0000ffff68713154 torch::Library::_fallback(torch::CppFunction&&) & + 1824
9 libtorch_cpu.so 0x0000ffff68488194
10 libtorch_cpu.so 0x0000ffff6848bdd8
11 libtorch_cpu.so 0x0000ffff68429eb4
12 ld-linux-aarch64.so.1 0x0000ffff93a767e8
13 ld-linux-aarch64.so.1 0x0000ffff93a768f4
14 ld-linux-aarch64.so.1 0x0000ffff93a73370 _dl_catch_exception + 208
15 ld-linux-aarch64.so.1 0x0000ffff93a7c95c
16 ld-linux-aarch64.so.1 0x0000ffff93a732fc _dl_catch_exception + 92
17 ld-linux-aarch64.so.1 0x0000ffff93a7cccc
18 libc.so.6 0x0000ffff937ff6d4
19 ld-linux-aarch64.so.1 0x0000ffff93a732fc _dl_catch_exception + 92
20 ld-linux-aarch64.so.1 0x0000ffff93a7341c
21 libc.so.6 0x0000ffff937ff154
22 libc.so.6 0x0000ffff937ff7b0 dlopen + 144
23 python 0x00000000005e7634
24 python 0x00000000005e5318
25 python 0x00000000004d36d4
26 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
27 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
28 python 0x00000000004ca1e8
29 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
30 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
31 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
32 python 0x00000000005a4b74 PyEval_EvalCode + 180
33 python 0x00000000005c34f8
34 python 0x00000000004be1b0
35 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
36 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
37 python 0x00000000004ca1e8
38 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
39 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
40 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
41 python 0x00000000005a4b74 PyEval_EvalCode + 180
42 python 0x00000000005c34f8
43 python 0x00000000004be1b0
44 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
45 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
46 python 0x00000000004ca1e8
47 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
48 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
49 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
50 python 0x00000000005a4b74 PyEval_EvalCode + 180
51 python 0x00000000005c34f8
52 python 0x00000000004be1b0
53 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
54 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
55 python 0x00000000004ca1e8
56 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
57 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
58 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
59 python 0x00000000005a4b74 PyEval_EvalCode + 180
60 python 0x00000000005c34f8
61 python 0x00000000004be1b0
62 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
63 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
64 python 0x00000000004ca1e8
65 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
66 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
67 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
68 python 0x00000000005a4b74 PyEval_EvalCode + 180
69 python 0x00000000005c34f8
70 python 0x00000000004be1b0
71 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
72 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
73 python 0x00000000004ca1e8
74 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
75 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
76 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
77 python 0x00000000005a4b74 PyEval_EvalCode + 180
78 python 0x00000000005c34f8
79 python 0x00000000004be1b0
80 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
81 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
82 python 0x00000000004ca1e8
83 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
84 python 0x000000000050ae60 PyImport_ImportModuleLevelObject + 2124
85 python 0x00000000005282b8
86 python 0x00000000004be1b0
87 python 0x00000000004b18bc _PyEval_EvalFrameDefault + 19084
88 python 0x00000000004e1380 _PyFunction_Vectorcall + 416
89 python 0x00000000004ca1e8
90 python 0x000000000050c5d0 PyObject_CallMethodObjArgs + 256
91 python 0x000000000050aed8 PyImport_ImportModuleLevelObject + 2244
92 python 0x00000000004b23fc _PyEval_EvalFrameDefault + 21964
93 python 0x00000000005a4b74 PyEval_EvalCode + 180
94 python 0x00000000005cacac
95 python 0x00000000005c6714
96 python 0x00000000005e0060
97 python 0x00000000005dfc48 _PyRun_SimpleFileObject + 392
98 python 0x00000000005df9b4 _PyRun_AnyFileObject + 84
99 python 0x00000000005dd388 Py_RunMain + 712
100 python 0x00000000005958ac Py_BytesMain + 40
101 libc.so.6 0x0000ffff937a7584
102 libc.so.6 0x0000ffff937a7658 __libc_start_main + 152
103 python 0x0000000000595730 _start + 48
PLEASE submit a bug report to [Issues · llvm/llvm-project · GitHub](https://github.com/llvm/llvm-project/issues/) and include the crash backtrace.
Segmentation fault (core dumped)
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysmdtu7KoZx5_Gc4MSmYMxvpiLyak7UqIVJbu7am8sDHjGe3lgBHjWmj595VPiruIdO2oUzcnfAb7_D7CBO1fttVLbKLmJkrsNb_zB2K3kZ3Ul_KYw8rL9R1XXoGiqWlZ6D4TRVnl1dbr4g9HAaPD3otG-AbbRujUwGuxenyN0C9RZ2Ys_tD86pY4OGN_HAcJYq4SvL6BoPHgEe-MBB8paY8GPg9LvwfxBKXCyZm_58RqARw8cryTwBtRmDyoPuANcg8q5RgHuW3ugtATOgIOyqrWoXIR3UXwXxeMrjYf_7uub5-I7kM3xBH5U_mAaD9zlWJgaaH5UDkSIKe0aq8DFNODAzwrU9fl41RtV_1YWVLq9ZsHL7vffgLHAqbEl58oafVTagzO34Onpj-f87Z_PN9-eHv91_5p39t6Ak6m0bz9UPkLZe3NjUFdF63MF033lrxAnZZxwce0MiH_GcRyXZVmyLIvjQrKuVa0v3rmL6z-82Er7roO_Wy5UhNiHkeU_cuO8VfwYIdrqVek2PYjQDUhR3wS4sAmsVAmNQ014bfRbtde8_o1rWSvrIsTGLJT0WdDyLLRgvQ8GdaWbn1dn6cy1M9dwYplhzstUxSDPvyurVZ1bn7tqb5VvrO5SD-KTNrPzUkToJkI3bSA6CZTigpVlMRgnnxpnCGLRG9MFxiiLgfOyL5QwUomzj_CtOHALae5bTdrP7XueHwvnuVe5j_B97yFNXukIsem1XsnWqx2pzkdot-SHd68-7-6zr7SVsHPvqsmGCqWfdVrEEMpJpz8A_N_fui_5c15pp6yPEGt0N1lJUBu9HxmCKe1zsza3N1YccnFq_hsdylKIYUJAd72P_FQVltvLkKbkdV1w8T1CbGJzezo9NFr4yuiuz7TPSvvMDA38Zn-ZmjAGs8ESxp-YFlIOgEP416YoU8UYFYFaXvXjgXMrDpQEhkRKUzXGxsscWDlmIIscME5jkMs6F9yLQ65-CnVqi9fVC8Vj9mRRMJElw1iCdFl2VIrZ7Nk4o6XLkgsxJu_AEr-ynOG0LKkc65P9_1qI4mWxCBxaiOB8C2EyzrFo3igtYiBrc1J9QyAZfTAYlvneof9LVErxaEHCFgmGg9goCVkQid9rh2jQooCsECB_udyfeZ23Lw-WH9WdKnlT99MOzGI2BkmDQRTELG6DjMM4_0OJdkzxuu5CEDhMH4gFAwgOx0GDsmBfY5HIGLxcvhV_KuHzW17Xz8ofjPxW_Lmze9eznwxpcBwOwhVtgzweT8b6vH97NrKp1ZM6q7oP3oeC47SDYbhwCJefFA7BbFx7MQo2iJMiJWAS49ZINUx7w2SPw3QITMpxjQ7SQQoFxyUVh-lYpz0OA7RcexyGZ6I9DtKxVvsZgL6iPQlytFJ7EgRoifYkTM1EexKkY6o9maFjlfYkDNBy7UkYnon2JEjHSu3JDEBf0j7I0Urtk_BEtED7JEzNRPskSMdU-2SGjlXaJ2GAlmufhOGZaJ8E6VipfTID0Fe0T8LL1ErtwxPRAu1pmJqJ9nRmUfrQns7QsUp7GgZoufY0DM9EexqkY6X2dAagr2hPw8vUOu1peCJaon2Ymon26cyi9KF9OkPHKu3TMEDLtU_D8Ey0T8P3teu0T2cA-or26cxN8irt0_BEtED7NEzNVPuZRelDezZDxyrtWRig5dqzMDwT7Vn4vnad9mwGoK9oz8IcIYbGzTA2Q8ek-DNzx7rihxefFcUPQzIpfjbzfLSq-Fn4DiXmSrKFxUfjM3A2s1qtGnhZGKkFAy8LcyS44MPTfxamQ9AUjtnDa5CK43EPPAtPDLIUhLWdfG10_lYdT7V6qGo1qRMeNy2y8AQhy6wgY4SdvvziPoKVhZcWKTFrBctfG_3Mq353IoXjTk4cZiVLGBet183FK_fuR-LRbXa7hKcJe9-om90v4SlNGMjz9nLuPLc-P45JYPLeuLDkWZLiGPRufbMG8F-e7ndv98A1xbHygIOi2QOrWkKBNyBKbh6da5QD0S2KbtJ-px09dCcRJ2v6ivaX_lb535oiSu4ixA7en7qNePQQoYd95Q9NcS3M6PpLhAg9dCcprjPPANcSVFrUjVTdeYaw3B1AwcV3b7lQ18MBitoflfa828ga8WfCWNWdqigZoeyXk5eN3GKZ4Yxv1BamEBKKKUabw1bEZSa5UALClOOScBZjIgpEUyopUcWm2qIYkRgjCgnGhF1zkWGIFUqzhFCUoojE6sir-rrt2LWx-03XpS2jNEWbmheqdt1pF0Ja_ehPjiKEouRuY7ddMYpm7yIS15Xz7iOKr3yttrdjr8DVeO41bNFtGltvv17urnn_CQAA__8oNBUg">