Tor Lillqvist

Results 36 comments of Tor Lillqvist

Interesting. The crash is in the inline assembly in callVirtualMethod() in the C++/UNO bridge. Backtrace: #0 0x00000001044184e4 in (anonymous namespace)::callVirtualMethod(void*, int, void*, _typelib_TypeDescriptionReference*, unsigned long*, int, unsigned long*, double*) at...

The YEARS function is indeed implemented as a Calc "addin" so it seems that calling such that is broken on iOS.

IMHO it is questionable how useful the "addin" concept is anyway. But presumably removing that (and turning these functions into normal ones in Calc) will not be accepted by the...

Eike responds: > AddIn functions in general are useful, several extensions use them, so the DateFuncs or ROT13 are good examples how to do it; for the bundled AddIns, the...

I have a fix now that helps in a (non-optimised) debug build. I verified that it doesn't re-introduce #1519. Will check that an optimised build is not broken either.

Yup, fix helps in an optimised build, too. https://gerrit.libreoffice.org/c/core/+/139602 (for co-22.05, will cherry-pick to master and co-2021, too).

@kendy , the corresponding pieces in core are: https://gerrit.libreoffice.org/c/core/+/138802 (master) and https://gerrit.libreoffice.org/c/core/+/138766 (co-22.05).

Core piece is now merged also in co-22.05.

This can go in after the chain at https://gerrit.libreoffice.org/c/core/+/140048 has gone in, not earlier.