| Summary: | Crash in: writerfilter::dmapper::DomainMapper_Impl::finishParagraph(std::shared_ptr<writerfilter::dmapper::PropertyMap> const &) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | jan.prochaska |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, michael.stahl, serval2412, xiscofauli |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.0.0 target:5.4.4 target:6.4.0 target:6.4.0.1 target:6.5.0 | ||
| Crash report or crash signature: | ["writerfilter::dmapper::DomainMapper_Impl::finishParagraph(std::shared_ptr<writerfilter::dmapper::PropertyMap> const &)"] | Regression By: | |
| Attachments: |
File that causes office to crash
bt with debug symbols |
||
|
Description
jan.prochaska
2017-10-18 17:52:35 UTC
Created attachment 137083 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated today, when I tried to open the file, I got this message:
"An error occurred during opening the file. This may be caused by incorrect file contents.
The error details are:
SAXException: No input source
Proceeding with import may cause data loss or corruption, and application may become unstable or crash.
Do you want to ignore the error and attempt to continue loading the file?"
Yes or No
If clicking Yes, the file opens
if clicking "No", LO crashes
I attached a bt with symbols
it crashes back to LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 @Caolán, Michael, one for you? Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1f4674c7c123a667f4febbbb96b1a1d0e083f19c Resolves: tdf#113230 crash in finishParagraph It will be available in 6.0.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=226e6b1c4e915498d04136cf1b7ddcc75ef95fc8&h=libreoffice-5-4 Resolves: tdf#113230 crash in finishParagraph It will be available in 5.4.4. 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. Michael Stahl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0dd1d80f48e94c4cd16095bace52664ce1e8a3a9 writerfilter: fix crash on import of tdf113230-1.docx 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-4": https://git.libreoffice.org/core/commit/039a66e911ce6e2b339774b438b7bd8c46e5a592 crashtesting: failure on import of tdf113230-1.docx It will be available in 6.4.0.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6487eb6298ce8aafaa88b773538af71bcf63d44d crashtesting: failure on import of tdf113230-1.docx It will be available in 6.5.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. |