Summary: | crashed while loading pdf file. | ||
---|---|---|---|
Product: | [Unmaintained] kword | Reporter: | stacker <stacker_liew> |
Component: | general | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
stacker
2004-01-31 04:51:44 UTC
Subject: Re: New: crashed while loading pdf file.
On Saturday 31 January 2004 04:51, stacker wrote:
> #9 0x40de20eb in __default_terminate () at ./libgcc2.c:-1
> #10 0x40de210c in __terminate () from /usr/local/qt/lib/libqt-mt.so.3
> #11 0x40de2bde in __throw () from /usr/local/qt/lib/libqt-mt.so.3
> #12 0x420fa5db in KoHyphenator::dict () from /usr/local/kde/lib/libkotext.so.2
Compilation problem, the exception isn't caught... This can't happen - unless kotext
was compiled without exceptions (I think).
any solution? Subject: Re: crashed while loading pdf file.
On Saturday 31 January 2004 11:45, stacker wrote:
> any solution?
Try recompiling koffice/lib/kotext. Check that kotextformatter.cc gets compiled with -fexceptions
(if there's a -fno-exceptions *before* -fexceptions, that's fine, it's the latest that counts).
Or disable hyphenation.
|