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.

_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Reply via email to