Hello Jonathan,thank you for your detailed description - it helped me to find the cause. In ustlecos.cpp there is a function:
void diag_print_exception(const exception& ex) { static string exstr(64); ...if I remove the static from the string declaration the __cxa_pure_virtual problem is gone.
Regards, Uwe