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

            Bug ID: 170725
           Summary: crash after click simple OK MsgBoxes
           Product: LibreOffice
           Version: 25.8.4.2 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

SetuP:
- Win10 Pro 22H2
- LibreOffice 25.8.4.2

- Calc document with lots of data, annotations, macros -> size about 2Mb

Issue:
Til version 25.2.7.2 the document with all macros runs well. Some macros are
slow because of the amount of data. But no crash.
Since I have updated to 25.8.4 (and also tested with 25.8.5.1) LibreOffice
crashes with this document regularly.
I could filter out, that the use of simple OK MsgBoxes causes the crashes.
There are different checks in the macros which may end in a MsgBox to inform
the user, that he did something wrong. But they are simply for information with
only a OK button.
For example: MsgBox("No entries found!", 48, "Attention")

If I comment out only this code line, there is no crash.
If I comment out other code around this but not this code line, the crash
happens.

While debugging with a stop point at this code line no crash happens. Maybe
because the MsgBox doesn't shows up in the main window but in the code editor
window.
Repeating this, but leaf the MsgBox open and click into the main window(bring
it to the front) and than go back to the MsgBox and close it, the crash
happens.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to