Summary: | kword crashes when trying to open a file created with a previous version | ||
---|---|---|---|
Product: | [Unmaintained] kword | Reporter: | Ana Guerrero <ana> |
Component: | general | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | geneseto |
Priority: | NOR | Keywords: | testcase, triaged |
Version: | 1.6.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Problematic file |
Description
Ana Guerrero
2008-03-10 23:33:45 UTC
Created attachment 23860 [details]
Problematic file
This file was created with a previous version of KWord and crashes when trying
to open with current KWord 1.6.3
tested with r875946 compiled with gcc version 4.3.2 (Gentoo 4.3.2 p1.0). I'll post a backtrace but it turns out I don't have debugging symbols enabled atm. still crashes in beta4 SVN commit 900931 by zander: Fixes: Crash on loading doc with embedded frame BUG:159107 Details: The assumption that there is already a line of text isn't correct if the anchor is the first charcter in a paragraph. So special case that. M +25 -8 KWAnchorStrategy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=900931 |