| Summary: | FILEOPEN: Writer crashes on opening Docx file | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Felix Rudolphi <felix.rudolphi> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, michael.stahl, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, wantBacktrace |
| Version: | 5.4 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.4.0 target:6.2.7 target:6.3.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
File generated by docx4j 8.1.1
File generated by docx4j 8.1.1 based on the same data, works fine |
||
|
Description
Felix Rudolphi
2019-08-06 16:29:11 UTC
Created attachment 153176 [details]
File generated by docx4j 8.1.1
Open this to immediately crash Writer 6.0.7.3
Created attachment 153177 [details]
File generated by docx4j 8.1.1 based on the same data, works fine
Confirmed on windows 7 x64 with Version: 6.2.5.2 (x64) Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159 CPU threads: 3; OS: Windows 6.1; UI render: default; VCL: win It immediately crashes, LO doesn't even get the chance to open/show the crashinfo window. it started to crash after https://cgit.freedesktop.org/libreoffice/core/commit/?id=178f5306979ef55a5682191dcdafb9e926e57cde, before this commit, a General Error, General input/output error was prompted It seems to crash (or abort ?) on the rel: part of <rel:Relationships>, as it doesn't crash anymore if you remove it. @Caolán, I guess this will be catch by the crashtesting instance at some point, I thought you might be interested Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/ab2688df8bcf8f1bb3592ebb890028be949066d8%5E%21 Resolves: tdf#126732 don't abort on IOException, just report It will be available in 6.4.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/4cce3278dd3f4f882e622aaf0d219063cbae9767%5E%21 Resolves: tdf#126732 don't abort on IOException, just report It will be available in 6.2.7. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/a1d1a629cb985726cb7c4c38bbc166d8fbec14fb%5E%21 Resolves: tdf#126732 don't abort on IOException, just report It will be available in 6.3.1. 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. it no longer crashes in Version: 6.4.0.0.alpha0+ Build ID: 2812610f4f39ed5892da08864893c758325d1d39 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded instead, an error message is displayed. @Caolán, thanks for fixing this issue! |