[Libreoffice-bugs] [Bug 144975] New: LibreCalc macro loop always freezes within 4295 seconds.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 7 03:49:21 UTC 2021


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

            Bug ID: 144975
           Summary: LibreCalc macro loop always freezes within 4295
                    seconds.
           Product: LibreOffice
           Version: 6.1.5.2 release
          Hardware: Other
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: craig.sander at comcast.net

I am running LibreCalc (6.1.5.2) on a Raspberry Pi 4, Raspbian version 10. 
Macros that run continuously always freeze sometime within 4,295 seconds. This
problem does not happen when running on a Windows PC.  Here is a simple
example:

Sub Test
For i = 1 to 5000
    ThisComponent.calculateAll()
    Wait 1000
Next i
End Sub

The sheet I am running this on only has one cell filled with the formula Now(),
so I can watch the seconds tick off and see when the macro hangs.

What is really strange is I can run this on two totally disconnected RPi's and
the macros on both RPi's freeze at exactly the same time.  Even more strange,
the times of day that they fail are always 4,295 seconds apart, no matter when
I start the macro.  If it failed at say 1:00 pm, I can restart it anytime with
in the next hour and it will fail at 2:11:35 (4,295 seconds after 1:00).  This
is completely repeatable.  I asked a friend to try this, and both of our tests
failed at exactly the same time.  It doesn't matter if the internal clock is
not set correctly, it will still fail at the actual "appointed" time (not
necessarily the time on the RPi's clock).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20211007/f31d80ac/attachment.htm>


More information about the Libreoffice-bugs mailing list