Created attachment 132104 [details] Working file with comments and references See the attached files. If a citation is made in the main body of the text, the file will open in Writer. If the citation is made in the text of a comment in Word, the file will fail to open in Writer.
Created attachment 132105 [details] Same file but with a citation in the comment
We found this issue because we are running a Moodle server that uses a python script called unoconv to run LibreOffice headless for conversion related duties. We are running 5.0.6.2-3.el7 on our servers. As my tests, I am running 5.1.4-0ubuntu1
Regression introduced by: author Miklos Vajna <vmiklos@collabora.co.uk> 2014-07-16 08:46:38 (GMT) committer Miklos Vajna <vmiklos@collabora.co.uk> 2014-07-16 09:29:35 (GMT) commit b2bc4ea8ddae6b01f344469d988e21fed3143c42 (patch) tree 2a9adbab7706d1b79d78b173a8724cfcbb921340 parent 1fcbc55b284463a3613849caa43c2e9c82aced1c (diff) DOCX import: handle SDT around citation field There were two problems here: 1) Citation field was around a run, but was exported as around the paragraph. 2) The SDT properties were discarded, as they were inserted into a character context that was thrown away. To fix this, add a (character properties) context to the field state, so when it's inserted, it can have the requested properties. Bisected with bibisect-44max. Adding Cc: to Miklos Vajna
Created attachment 132118 [details] gdb backtrace
I think that commit just brought existing broken into use
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4e32e8900e59f9751a60d9fdef80cdf7d500f72f Resolves: tdf#106724 crash when Title property doesn't already exist It will be available in 5.4.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.
fixed in master, backports for 5-3 and 5-2 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=944dcced10c10015fb5c97ba467119425c463b11&h=libreoffice-5-2 Resolves: tdf#106724 crash when Title property doesn't already exist It will be available in 5.2.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1255360bffebef0f0521b00c4e5af57e6fe09e6b&h=libreoffice-5-3 Resolves: tdf#106724 crash when Title property doesn't already exist It will be available in 5.3.3. 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.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3b30c934bb4f17af41ceda32b4054e59da9f6f07 tdf#106724: sw: Add unittest It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.