Created attachment 106387 [details] Open one of the forms for editing. Let you show properties of column and switch to next. Open the attached database. Open one form for editing. Mark one field of the tablecontrol with right mousebutton. Let you show the properties of "Column". Go to next column. LO crashes, when the tablecontrol isn't high enough for more than one row.
This bug is also reported in Bug82774 with very much misleading information. The buggy behavior has nothing to do with MySQL and a subform and any special cases. It appears on every system reported there and exist since the first version of LO. The bug disappears, when you change the height of the tablecontrol a little bit so more than one row could be shown. I set this bug to NEW, because it had been confirmed in Bug82774.
*** Bug 82774 has been marked as a duplicate of this bug. ***
This is recursing to death in BrowseBox::GoToColumnId when trying to go to the next column it knows that cell can't be shown so it tries to wiggle it into view, but its never going to be able to get the cell visible because there simply isn't enough space in the parent to show any of it
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=827ae65e8577e285b8ad30f4a81af087658e42fa Resolves: fdo#83943 avoid infinite recursion The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.