The port graphics/art crashes in run-time when built with OPENMP=ON (rev. 695bbdaf28d956bdb9f274343dd8a5ca5713a796). Adding the environment variable LIBOMP_NUM_HIDDEN_HELPER_THREADS=0 in the run-time eliminates the crash. Discussion about addition of hidden helper threads: https://reviews.llvm.org/D77609
Even with LIBOMP_NUM_HIDDEN_HELPER_THREADS=0 the executable now asserts: > OMP: Error #13: Assertion failure at kmp_runtime.cpp(3689). > OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see https://bugs.llvm.org/. > Abort trap
The problem doesn't occur any more.