On Thu, 2014-10-09 at 15:59 +0100, Michael Meeks wrote:
>         + xlsx issues seem lower with threading fix.

FWIW Finally got a cleanish bt from the crashing threaded .xlsb and it's
at https://bugs.freedesktop.org/show_bug.cgi?id=84872

AFAICS there are multiple threads, each with a different
SheetDataContexts, but each SheetDataContexts is using the same
FormulaParser which, while having methods that claim constness in a way
which suggests that it's threadsafe, is implemented by forwarding
everything through a non-const pointer to a pImpl to matching non-const
stateful method.

C.

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to