This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange __cxa_pure_virtual problem


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]