Created attachment 113131 [details] odb test file On pc Debian x86-64 with master sources updated today, I got a crash when defining a specific relationship. Steps to reproduce: - open database attached (hsqldb embedded) - Tools/Relationships - Increase size of tables "Assets" and "Orders" - Select StatusID in "Assets" and try to make a relation with "CustomerID" in "Orders" (of course it's nonsense but it's just to have the crash) expected: no crash of course
Created attachment 113132 [details] console bt with master sources
bt=>new
Lionel: thought you might be interested in this one. I submitted a patch to review (see https://gerrit.libreoffice.org/#/c/14325/1)
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=30f6ec7cfdf63cea265148bbe3a07d8df34e96d5 Resolves tdf#89129: crash when defining a specific relationship It will be available in 4.5.0. 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.
4.4: https://gerrit.libreoffice.org/14348
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e9bac857d7e3e783878422618ac03ff42d68fc27&h=libreoffice-4-4 Resolves tdf#89129: crash when defining a specific relationship It will be available in 4.4.1. 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.
and finally for 4.3 branch: https://gerrit.libreoffice.org/14349
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cc652828ec26e7c36eee217437baa9e1018d9b30&h=libreoffice-4-3 Resolves tdf#89129: crash when defining a specific relationship It will be available in 4.3.7. 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.