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

            Bug ID: 98880
           Summary: LO crashes when making too many calls of a
                    user-defined function
           Product: LibreOffice
           Version: 5.1.1.2 rc
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 123836
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123836&action=edit
Version of the file that does not make LO crash

Hello to all.

I have defined a function in Basic that makes a simple calculation :
with 3 values P1, P2, P3 it computes ( abs(P1-P2) + abs(P2-P3) + abs(P3-1)) /
(abs(P1) + abs (P2) + abs(P3))

I finished coding the function and it works.

However, I want to use it to a huge range of cells (1250 rows x 20 columns = 25
000 function calls ) and that makes LO crash.

I am providing two sample files, one with only 100 calls of the function, so
you can open it and check out that the function works.
The second file has the 25 000 function calls and it crashes LO as soon as I
open it if I enable the macros.

I am running LO 5.1.1.2 under Linux Mint 17.1. 

However, since I have a dual-boot on this computer, I have also tested opening
the same file with LO 5.0.5.2 under Windows 7 and it works (no crashing).

So it seems to be a problem, either with the 5.1.1.2 build or with the Linux
version.

The function is called IndiceEquilibrage and is called in the second sheet of
the Calc worksheet.

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

Reply via email to