https://bugs.documentfoundation.org/show_bug.cgi?id=93153

--- Comment #7 from Chris Sherlock <chris.sherloc...@gmail.com> ---
That error is a pure call runtime error from Visual C++. 

Somehow, somewhere in LO we have either a constructor or a destructor calling a
pure virtual function. 

I actually didn't think this could be possible, but apparently you can actually
mark a function as a pure virtual function and have a defined function body!
Which is insane really, and in C++ This is undefined/implementation specific
behaviour. How we locate this, however, might be tricky. 

It would be good to have the source document created from FineReader. Perhaps
we could trigger the error!

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to