[Libreoffice-qa] minutes of ESC call ...

Caolán McNamara caolanm at redhat.com
Fri Oct 10 06:24:14 PDT 2014


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.



More information about the Libreoffice-qa mailing list