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

--- Comment #33 from Alex Thurgood <ipla...@yahoo.co.uk> ---
(In reply to tim from comment #32)

Hi Tim,


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

That error message seems to be appropriate to the situation described by Caolan
after his fix was applied in comment 25. In other words, the app doesn't crash
immediately, but returns an error because insertRow() is being nested within an
already running insertRow().

As Lionel has also indicated in his comment 28, a similar problem occurs with
updateRow() which gets called.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to