[Libreoffice-bugs] [Bug 143081] Base Documenter: Crash while documenting a database and trying to open forms

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 30 10:57:17 UTC 2021


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

--- Comment #21 from Jean-Pierre Ledure <jp at ledure.be> ---
I could reproduce the crash with a minimalist scenario.

It has nothing to do with Base or BaseDocumenter.

Run simply next Basic statements in any empty document:

Sub Main
Dim a As String, b As String
        a = """Straße"""
        b = Replace(a, """", """)
End Sub

LO crashes instantly.

I presume it has to do with the fact that
- the replacement is by default case-insensitive
- the upper case of character "ß" is 2 characters long, and not only 1

I change the title of the bug to "Basic Replace() function crashes LO"

-- 
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/20210630/506a378f/attachment.htm>


More information about the Libreoffice-bugs mailing list