Re: Strange __cxa_pure_virtual problem
Uwe Kindler <[email protected]>
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <[email protected]> |
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