Created attachment 83190 [details] the screenshot of steps to rename tables before the app is exited Problem description: When i add a table in Table>AutoFormat (such as myTable), then i want to rename it by click Table>AutoFormat>AutoFormat Dialog > Rename Button. I entered the new name and click Ok in the small Dialog, it crash immediately (the libreoffice Writer Window closed) Current behavior: the libreoffice exited immediately after rename table Expected behavior: the table in autoFormat is renamed Operating System: Ubuntu Version: 4.1.0.4 release
Confirmed, I can reproduce it even in 4.0.2. Submitted a fix... https://gerrit.libreoffice.org/#/c/5172/
Ivan Timofeev committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f527be5513159c0aebd93f356cbd2b1dc04b253 fdo#67467: fix crash when renaming table in AutoFormat dialog 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.
fortunately it appears after a quick grepping that the other calls to ptr_vector::transfer() appear to use a different "from" container...
Ivan Timofeev committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=75ad317118aeb4cd875127d3918e5c912f56fbca&h=libreoffice-4-1 fdo#67467: fix crash when renaming table in AutoFormat dialog It will be available in LibreOffice 4.1.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.
Ivan Timofeev committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c7bab3002a967b39b1d7be06dfa20fca9fd9f837&h=libreoffice-4-0 fdo#67467: fix crash when renaming table in AutoFormat dialog It will be available in LibreOffice 4.0.5. 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.