Summary: | Calligra Words crashes while trying to open doc file | ||
---|---|---|---|
Product: | [Applications] calligrawords | Reporter: | Leonid Zhaldybin <zhaldybin> |
Component: | doc | Assignee: | Pierre Ducroquet <pinaraf> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | keithcdodd, pinaraf, rdieter |
Priority: | HI | ||
Version: | 2.8.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/853b0ee189cc60c7b5d2066e114da7b787a1de5c | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | doc file which causes the crash |
Description
Leonid Zhaldybin
2014-07-21 15:27:16 UTC
Confirmed (still) crashes using calligra-2.8.5 too Thanks for this bug report. There are two bugs in this report : 1) a calligra words layout crash, 2) a ms word parser issue. Using calligraconverter, you can see (in LibreOffice) in the generated document that the header of the first page has been mis-parsed, leading to a huge offset on the top. This must be what triggers the layout crash. I'll start looking in the layout crash (that's far more critical than being a bit wrong in ms word parser) Git commit 853b0ee189cc60c7b5d2066e114da7b787a1de5c by Pierre Ducroquet. Committed on 18/10/2014 at 13:39. Pushed by ducroquet into branch 'master'. Fix the page top/bottom border with header/footer Check the msword fIncludeHeader (resp. fIncludeFooter) setting to properly calculate the page top (resp. bottom) margin. REVIEW: 120645 M +10 -6 filters/words/msword-odf/document.cpp http://commits.kde.org/calligra/853b0ee189cc60c7b5d2066e114da7b787a1de5c |