[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    pigment crash
From:       Dag Andersen <danders () get2net ! dk>
Date:       2008-05-30 11:34:39
Message-ID: 200805301334.39989.danders () get2net ! dk
[Download RAW message or body]

Hi,
pigment crashes on a string compare inside a Q_ASSERT. If I remove the assert 
things run. I haven't time to dig into this now, but the problem may be 
obvious to somebody that knows the code.

I'm away for a week or so, so I'm unable to answer any questions, sorry.

The last debug output:
kspread(6815)/koffice (lib pigment) KoColorConversionSystem::insertColorSpace: 
Inserting color space  "XYZ (32-bit float/channel) for High Dynamic Range 
imaging"  ( "XyzAF32" ) Model:  "XYZ" ("XYZA" )  Depth:  "32 Bits Float 
(HDR)" ("F32" )  into the CCS

backtrace:
#0  0x00002b2643ab8e87 in QString::operator== (this=0x7fff6b19d690, 
other=@0x7fff6b19d4c0) at tools/qstring.cpp:1768
#1  0x00002b264922700f in qStringComparisonHelper (s1=@0x7fff6b19d690, 
s2=0x2b2649268a8d "icc")
    at /home/kde4/kde4/include/QtCore/qstring.h:870
#2  0x00002b2649227059 in QString::operator!= (this=0x7fff6b19d690, 
s=0x2b2649268a8d "icc") at /home/kde4/kde4/include/QtCore/qstring.h:875
#3  0x00002b264922d856 in KoColorConversionSystem::insertColorSpace 
(this=0xba3bf0, csf=0xdb4d20)
    at /home/kde4/kdesvn/koffice/libs/pigment/KoColorConversionSystem.cpp:101
#4  0x00002b264923ba42 in KoColorSpaceRegistry::add (this=0xba3a70, 
item=0xdb4d20)
    at /home/kde4/kdesvn/koffice/libs/pigment/KoColorSpaceRegistry.cpp:210
#5  0x00002b2650c141f7 in XYZFloatHDRPlugin (this=0xd9f6e0, parent=0x6715c0)
    
at /home/kde4/kdesvn/koffice/krita/colorspaces/xyz_float_hdr/xyz_float_hdr.cc:50
#6  0x00002b2650c15052 in KDEPrivate::ConcreteFactory<XYZFloatHDRPlugin, 
QObject>::create (parent=0x6715c0, args=@0x7fff6b19da00)
    at /home/kde4/kde4/include/kgenericfactory.tcc:173
#7  0x00002b2650c151d9 in KDEPrivate::ConcreteFactory<XYZFloatHDRPlugin, 
QObject>::create (parentWidget=0x0, parent=0x6715c0,
    className=0x2b2643bf4a80 "QObject", args=@0x7fff6b19da00) 
at /home/kde4/kde4/include/kgenericfactory.tcc:136
#8  0x00002b2650c15230 in KGenericFactory<XYZFloatHDRPlugin, 
QObject>::createObject (this=0xd830f0, parent=0x6715c0,
    className=0x2b2643bf4a80 "QObject", args=@0x7fff6b19da00) 
at /home/kde4/kde4/include/kgenericfactory.h:164
#9  0x00002b2640dd4d84 in KPluginFactory::create (this=0xd830f0, 
iface=0x2b2643bf4a80 "QObject", parentWidget=0x0, parent=0x6715c0,
    args=@0x7fff6b19daf0, keyword=@0x7fff6b19daa0) 
at /home/kde4/kdesvn/KDE/kdelibs/kdecore/util/kpluginfactory.cpp:174
#10 0x00002b263fb89fe4 in KPluginFactory::create<QObject> (this=0xd830f0, 
parent=0x6715c0, args=@0x7fff6b19daf0)
    at /home/kde4/kde4/include/kpluginfactory.h:491
#11 0x00002b263fb8a05d in KPluginFactory::create<QObject> (this=0xd830f0, 
parent=0x6715c0, args=@0x7fff6b19dec0)
    at /home/kde4/kde4/include/kpluginfactory.h:336
#12 0x00002b263fb8a126 in KLibLoader::createInstance<QObject> 
(libname=@0x7fff6b19dbc0, parent=0x6715c0, args=@0x7fff6b19dec0,
    error=0x7fff6b19dc9c) at /home/kde4/kde4/include/klibloader.h:260
#13 0x00002b263fb8a1ec in KService::createInstance<QObject> 
(service=@0x7fff6b19dca0, parent=0x6715c0, args=@0x7fff6b19dec0,
    error=0x7fff6b19dc9c) at /home/kde4/kde4/include/kservice.h:544
#14 0x00002b263fb87924 in KoPluginLoader::load (this=0x6715c0, 
serviceType=@0x7fff6b19e290, versionString=@0x7fff6b19e280,
    config=@0x7fff6b19e010) 
at /home/kde4/kdesvn/koffice/libs/main/KoPluginLoader.cpp:121
#15 0x00002b264923c712 in KoColorSpaceRegistry::init (this=0xba3a70) 
at /home/kde4/kdesvn/koffice/libs/pigment/KoColorSpaceRegistry.cpp:185
#16 0x00002b264923c81b in KoColorSpaceRegistry::instance () 
at /home/kde4/kdesvn/koffice/libs/pigment/KoColorSpaceRegistry.cpp:80
#17 0x00002b26488d0fd0 in KoColorSetWidget (this=0xba2de0, parent=0xb81680)
    at /home/kde4/kdesvn/koffice/libs/guiutils/KoColorSetWidget.cpp:169
#18 0x00002b26488d216a in KoColorSetAction (this=0xba2560, parent=0xba2070)
    at /home/kde4/kdesvn/koffice/libs/guiutils/KoColorSetAction.cpp:48
#19 0x00002b26483d62e3 in KSpread::View::initView (this=0xaddec0) 
at /home/kde4/kdesvn/koffice/kspread/ui/View.cpp:1876
#20 0x00002b26483ec19e in View (this=0xaddec0, _parent=0x703330, 
_doc=0x66af10) at /home/kde4/kdesvn/koffice/kspread/ui/View.cpp:1720
#21 0x00002b26481ec00a in KSpread::Doc::createViewInstance (this=0x66af10, 
parent=0x703330) at /home/kde4/kdesvn/koffice/kspread/Doc.cpp:549
#22 0x00002b263fb74b0a in KoDocument::createView (this=0x66af10, 
parent=0x703330) at /home/kde4/kdesvn/koffice/libs/main/KoDocument.cpp:343
#23 0x00002b263fb9e42d in KoMainWindow::setRootDocument (this=0x684aa0, 
doc=0x66af10)
    at /home/kde4/kdesvn/koffice/libs/main/KoMainWindow.cpp:448
#24 0x00002b263fb7575c in KoDocument::deleteOpenPane (this=0x66af10) 
at /home/kde4/kdesvn/koffice/libs/main/KoDocument.cpp:2791
#25 0x00002b263fb768b9 in KoDocument::openTemplate (this=0x66af10, 
url=@0x7fff6b19ed30)

-- 
Mvh
Dag Andersen
_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic