Summary: | Brightness/Contrast curve crash | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Helge Hielscher <hhielscher> |
Component: | Filters | Assignee: | Cyrille Berger <cberger> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla |
Priority: | NOR | Keywords: | release_blocker |
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Helge Hielscher
2010-08-16 13:37:53 UTC
Looks like the 64 bits/OpenGTL bug. hum no. I looks more link a link error, or an other change on how symbols are visible. If I take a closer look at the output, I begin to think that this actually might be a problem with an old plugin that gets loaded and that doesn't implement some method. Have installed a distribution version of KOffice in addition to a self-compiled trunk checkout? No, I do not have a self compiled version of Krita on this system. Is it possible for you to build Krita from trunk or 2.3 beta 2 and check? I can run brightness-contrast here without problems. If the problem persists, check which version of OpenGTL you are using and try opening the dialog after removing all *.shiva files from your installation directory. $ rpm -q krita krita-2.2.82-1mdv2011.0 should be recent enough. $rpm -qa|grep -i gtl lib64gtlcore0-0.9.14-3mdv2011.0 Moving /usr/share/apps/krita/shiva/kernels did not help. I got similar bug report on IRC, and with a very likely explanation of what is wrong. The bug lies in OpenGTL and is tracked in http://redmine.opengtl.org/issues/72 . The work around for krita 2.3 will be to link krita's executable with opengtl libraries. WFM with krita-2.2.91-1mdv2011.0 lib64gtlcore0-0.9.15-2mdv2011.0 SVN commit 1206507 by berger: Ensure that OpenCTL and OpenShiva are visible to llvm. This is a workaround a bug in OpenGTL that does not load those library when installed in /usr/lib BUG:248051 M +15 -0 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1206507 |