Created attachment 93357 [details] Original doc that needs to be saved Steps to reproduce: Open file "ap_hg_ch_10-development_reader's_notes.docx" or "CV_Michael_van_der_Wilden_October_2012.docx" in LibreOffice Click File -> Save As (.docx) Current behavior: Crashing on every save. Expected behavior: Creating the file correctly
Created attachment 93358 [details] Original doc that needs to be saved
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4de30fa7fd6abb5c2ea2b63a0e306954f7acc1b1 Resolves: fdo#74499 crash on writing .docx 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.
(In reply to comment #2) Thanks Caolan for the code changes. Actually I was about to push code but from master pull found that you already pushed it :) so am pushing the test case which I had written for this issue.
Tushar Bende committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1edca1fe0aaadbd48ea23b691dc244ad2a6b6f73 fdo#74499: - FILESAVE:System throws a segmentation fault while saving files 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.
Tushar, Actually your test case still fails, so I commented it out for now -- it would be great if you could fix the crash triggered by the testcase, then we could re-enable it again. See https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=43feacd5330b5652b58e8a75a0f41a78ee6ebe1c and http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&full-log=1391848204.31698 Thanks, Miklos
(In reply to comment #5) Miklos, But I verified that it is not failing and master is building property with this test case enabled.Can you please verify it again. Thanks, Tushar
The tinderbox that reports failure uses --enable-dbgutil, which enables additional assertions, possibly the failure is specific to --enable-dbgutil. Can you please check if the failure still happens if you use that option? Thanks! :-)