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

--- Comment #32 from [email protected] ---
Using Version: 5.2.0.1 Build ID: 1:5.2.0~rc1-0ubuntu1~xenial1
CPU Threads: 8; OS Version: Linux 4.4; UI Render: default; 
Locale: en-GB (en_GB.UTF-8)

I re-ran this test, and now get a Basic runtime error:

"BASIC runtime error.
An exception occurred 
Type: com.sun.star.uno.RuntimeException
Message: C++ code threw St13runtime_error: recursion in insertRow"

This happens when I close oController in the subroutine below.

Sub ExitTable3 (oEV as Object)  
        Dim oController As Object
        Dim oForm as Object

        ' Save the value of id3

        Set oForm = oEV.Source.Model.Parent
        gbid3value = oForm.getByName("id3").Text

        Set oController =
Thisdatabasedocument.getFormDocuments.getByName("Table3")
        oController.close()

End Sub

On one occasion this was followed by a Base crash.

-- 
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