Summary: | EMF: Crash: Assert "0", EmfOutputPainterStrategy.cpp,739 | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | LukasT <lukast.dev> |
Component: | flake-plugins | Assignee: | Inge Wallin <inge> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | inge |
Priority: | NOR | ||
Version: | 2.4-snapshots | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
LukasT
2011-11-15 17:38:58 UTC
Inge, Emf crash, something for you ;) Yes indeed. Taking it. Git commit 73d2567aae686a325dcaf947aa91e9f1d5295049 by Inge Wallin. Committed on 17/11/2011 at 02:21. Pushed by ingwa into branch 'master'. EMF: Fix bug 286713: EMF: Crash: Assert "0", EmfOutputPainterStrategy.cpp The reason for the crash were unnecessary ASSERT(0) in SelectStockObject. I removed all asserts there and made sure that a font was always selected. So no more crashes for stock objects, at least. BUG: 286713 M +9 -10 plugins/vectorshape/libemf/EmfOutputPainterStrategy.cpp http://commits.kde.org/calligra/73d2567aae686a325dcaf947aa91e9f1d5295049 |