...
WU true angle range is : 0.007256
terminate called after throwing an instance of 'std::bad_alloc'
...
If it does not reproduce on similar setups, then I would expect some kernel issue, perhaps requiring update.
If this is reproducible with similar hosts/OS with such VLAR tasks, then I would suspect something like insufficient stack space assigned at build time perhaps.
Is there a way to get better symbol information into that dump on Linux? Assuming not physically out of memory, There are other possible causes of throwing std:bad_alloc, related to the use of STL vector classes, and accidentally passing large vectors copied onto the stack, rather than by reference, or somehow providing huge numbers to 'new'. A better call-stack representation would be helpful in pinpointing such an issue, if something like that is the cause.