https://bugs.documentfoundation.org/show_bug.cgi?id=149284
Bug ID: 149284
Summary: LO Base freeze when using a form with macro to enter
MySQL data
Product: LibreOffice
Version: 7.3.3.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
I use LO 7.3.3 (on Ubuntu 22.04) as frontend of a MySQL database (8.0). I use
the direct connection.
I use a form to enter records in 1 table : ID with auto-increment, a date and 2
Integer fields (corresponding to keys of other tables). The table has more than
40 000 records.
To test, if I use this form without any macro (I enter manually the date and
the integer fields), no problem.
If I add any macro : after choosing a data in a listbox, copy the ID in an
integer field, the form will freeze after 2 or 3 records and I must force to
quit.
I have run LO with the terminal. When it freeze I get :
(soffice:14749): Gdk-WARNING **: 12:28:25.650: Tried to unmap the parent of a
popup
This problem doesn't happen when I use a JDBC connection but it's slow
Steps to Reproduce:
1.Have a LO Base directly connected to a MySQL database
2.Have a form with macro which display or write something
3.Record the record
Actual Results:
LO freeze or crashes suddenly
Expected Results:
it works smoothly !
Reproducible: Always
User Profile Reset: No
Additional Info:
I add the same problem with LO 6.3 in a virtual machine
--
You are receiving this mail because:
You are the assignee for the bug.