[Libreoffice-bugs] [Bug 141045] New: close the application with the execution of the BASIC code, function replace

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Mar 15 11:44:27 UTC 2021


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

            Bug ID: 141045
           Summary: close the application with the execution of the BASIC
                    code, function replace
           Product: LibreOffice
           Version: 7.1.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: decanato.territorialmadrid at registradores.org

Description:
to reproduce the crash run the following code

sub prueba
dim txt as string
txt = "uno"
txt = replace(txt, "uno euro", "un euro")
end sub

Steps to Reproduce:
1. Open Writer
2. Open the BASIC editor
2. Run the following code:

sub prueba
dim txt as string
txt = "uno"
txt = replace(txt, "uno euro", "un euro")
end sub

Actual Results:
Crash and close de application

Expected Results:
do nothing


Reproducible: Always


User Profile Reset: No



Additional Info:
no

-- 
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/20210315/a1fe84a8/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list