Forum Discussion
HRZ
Frequent Contributor
6 years agoBased on the "std::bad_alloc" error it looks like the compiler is running out of memory, possibly due to insufficient amount of memory installed on your compilation machine. If you have enough memory on the machine (32+ GB), this oculd then be a sign of some memory leak in the compiler that eventually fills the memory and crashes.