Crash on creating image

Sven Langkamp sven.langkamp at gmail.com
Thu Jul 19 20:30:27 CEST 2007


Hi,

Krita trunk currently crashes, when creating a new image:

krita (user interface): KisLayerShape::size extent:
QRect(2147483647,2147483647 0x0) , x res: 1.38889, y res: 1.38889

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1252030800 (LWP 23032)]
0xb6a78f77 in QHash<QString, QDomNodePrivate*>::value (this=0x808d7c8,
akey=@0xbf9f8508) at ../../include/QtCore/qhash.h:560
560         if (d->size == 0 || (node = *findNode(akey)) == e) {
(gdb) bt
#0  0xb6a78f77 in QHash<QString, QDomNodePrivate*>::value
(this=0x808d7c8, akey=@0xbf9f8508) at ../../include/QtCore/qhash.h:560
#1  0xb6a78fec in QHash<QString, QDomNodePrivate*>::operator[]
(this=0x808d7c8, akey=@0xbf9f8508) at ../../include/QtCore/qhash.h:682
#2  0xb6a746e7 in QDomNamedNodeMapPrivate::namedItem (this=0x808d7c4,
name=@0xbf9f8508) at qdom.cpp:3117
#3  0xb6a76027 in QDomElementPrivate::setAttribute (this=0xbf9f8558,
aname=@0xbf9f8508, newValue=@0x9369a58) at qdom.cpp:4504
#4  0xb6a765c8 in QDomElement::setAttribute (this=0xbf9f8548,
name=@0xbf9f8508, value=@0x9369a58) at qdom.cpp:4849
#5  0xb7ab053c in KisFilterConfiguration::toLegacyXML (this=0x93624d8,
doc=@0xbf9f8550, root=@0xbf9f8548) at
/home/sven/src/koffice/krita/image/kis_filter_configuration.cc:54
#6  0xae2c883f in KisFilterOpSettings::setLayer (this=0x8e48490,
layer=@0xbf9f85b4) at
/home/sven/src/koffice/krita/plugins/paintops/filterop/kis_filterop.cc:91
#7  0xb7c8282f in KisPaintopBox::slotCurrentLayerChanged
(this=0x8e45210, layer=@0xbf9f85fc) at
/home/sven/src/koffice/krita/ui/kis_paintop_box.cc:196
#8  0xb7c830b9 in KisPaintopBox::qt_metacall (this=0x8e45210,
_c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbf9f8b0c) at
/home/sven/build/koffice/krita/ui/kis_paintop_box.moc:85
#9  0xb7e926f0 in QMetaObject::activate (sender=0x87cce38,
from_signal_index=6, to_signal_index=6, argv=0xbf9f8b0c) at
kernel/qobject.cpp:3063
#10 0xb7e92b65 in QMetaObject::activate (sender=0x87cce38,
m=0xb7d5c2a8, local_signal_index=2, argv=0xbf9f8b0c) at
kernel/qobject.cpp:3125
#11 0xb7c53386 in KisLayerManager::sigLayerActivated (this=0x87cce38,
_t1=@0xbf9f8b5c) at
/home/sven/build/koffice/krita/ui/kis_layer_manager.moc:206
#12 0xb7c5c5eb in KisLayerManager::activateLayer (this=0x87cce38,
layer=@0xbf9f8bdc) at
/home/sven/src/koffice/krita/ui/kis_layer_manager.cc:158
#13 0xb7cc58bd in KisView2::slotLoadingFinished (this=0x8652b58) at
/home/sven/src/koffice/krita/ui/kis_view2.cpp:402
#14 0xb7cc6b28 in KisView2 (this=0x8652b58, doc=0x819a708,
parent=0x81b3d98) at /home/sven/src/koffice/krita/ui/kis_view2.cpp:195
#15 0xb7c277cb in KisDoc2::createViewInstance (this=0x819a708,
parent=0x81b3d98) at /home/sven/src/koffice/krita/ui/kis_doc2.cc:881
#16 0xb733f313 in KoDocument::createView (this=0x819a708,
parent=0x81b3d98) at
/home/sven/src/koffice/libs/main/KoDocument.cpp:356
#17 0xb7369f1c in KoMainWindow::setRootDocument (this=0x81aba90,
doc=0x819a708) at
/home/sven/src/koffice/libs/main/KoMainWindow.cpp:410
#18 0xb7340111 in KoDocument::deleteOpenPane (this=0x819a708) at
/home/sven/src/koffice/libs/main/KoDocument.cpp:2859
#19 0xb7340fcc in KoDocument::openTemplate (this=0x819a708,
url=@0xbf9f98ac) at
/home/sven/src/koffice/libs/main/KoDocument.cpp:2804
#20 0xb7c25ffe in KisDoc2::openTemplate (this=0x819a708,
url=@0xbf9f98ac) at /home/sven/src/koffice/krita/ui/kis_doc2.cc:184
#21 0xb7c27440 in KisDoc2::qt_metacall (this=0x819a708,
_c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbf9f932c) at
/home/sven/build/koffice/krita/ui/kis_doc2.moc:94
#22 0xb7e926f0 in QMetaObject::activate (sender=0x81df440,
from_signal_index=28, to_signal_index=28, argv=0xbf9f932c) at
kernel/qobject.cpp:3063
#23 0xb7e92b65 in QMetaObject::activate (sender=0x81df440,
m=0xb73ed444, local_signal_index=1, argv=0xbf9f932c) at
kernel/qobject.cpp:3125
#24 0xb73c8aa8 in KoOpenPane::openTemplate (this=0x81df440,
_t1=@0xbf9f98ac) at
/home/sven/build/koffice/libs/main/KoOpenPane.moc:105
#25 0xb73c9c96 in KoOpenPane::qt_metacall (this=0x81df440,
_c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xbf9f985c) at
/home/sven/build/koffice/libs/main/KoOpenPane.moc:81
#26 0xb7e926f0 in QMetaObject::activate (sender=0x83a1660,
from_signal_index=27, to_signal_index=27, argv=0xbf9f985c) at
kernel/qobject.cpp:3063
#27 0xb7e92b65 in QMetaObject::activate (sender=0x83a1660,
m=0xb73ed6b8, local_signal_index=0, argv=0xbf9f985c) at
kernel/qobject.cpp:3125
#28 0xb73cf610 in KoDetailsPane::openUrl (this=0x83a1660,
_t1=@0xbf9f98ac) at
/home/sven/build/koffice/libs/main/KoDetailsPane.moc:96
#29 0xb73d4060 in KoTemplatesPane::openFile (this=0x83a1660,
index=@0xbf9f98f4) at
/home/sven/src/koffice/libs/main/KoTemplatesPane.cpp:143
#30 0xb73cf827 in KoDetailsPane::openFile (this=0x83a1660) at
/home/sven/src/koffice/libs/main/KoDetailsPane.cpp:135
#31 0xb73cfaec in KoDetailsPane::eventFilter (this=0x83a1660,
watched=0x8396f38, e=0xbf9f9d94) at
/home/sven/src/koffice/libs/main/KoDetailsPane.cpp:116
#32 0xb63da800 in QApplicationPrivate::notify_helper (this=0x8087738,
receiver=0x8396f38, e=0xbf9f9d94) at kernel/qapplication.cpp:3530
#33 0xb63daebb in QApplication::notify (this=0xbf9fa690,
receiver=0x8396f38, e=0xbf9f9d94) at kernel/qapplication.cpp:3151
#34 0xb76cad01 in KApplication::notify (this=0xbf9fa690,
receiver=0x8396f38, event=0xbf9f9d94) at
/home/sven/src/KDE/kdelibs/kdeui/kernel/kapplication.cpp:300
#35 0xb7e80f66 in QCoreApplication::notifyInternal (this=0xbf9fa690,
receiver=0x8396f38, event=0xbf9f9d94) at
kernel/qcoreapplication.cpp:509
#36 0xb63e5be3 in QCoreApplication::sendSpontaneousEvent
(receiver=0x8396f38, event=0xbf9f9d94) at
../../include/QtCore/qcoreapplication.h:189
#37 0xb643802c in qt_sendSpontaneousEvent (receiver=0x8396f38,
event=0xbf9f9d94) at kernel/qapplication_x11.cpp:4367
#38 0xb646dd34 in QKeyMapper::sendKeyEvent (keyWidget=0x8396f38,
grab=false, type=QEvent::KeyPress, code=16777220,
modifiers=@0xbf9f9f44, text=@0xbf9f9f1c, autorepeat=false,
    count=1, nativeScanCode=36, nativeVirtualKey=65293,
nativeModifiers=0) at kernel/qkeymapper_x11.cpp:1586
#39 0xb646f0c0 in QKeyMapperPrivate::translateKeyEvent
(this=0x80df948, keyWidget=0x8396f38, event=0xbf9fa3fc, grab=false) at
kernel/qkeymapper_x11.cpp:1566
#40 0xb644479d in QApplication::x11ProcessEvent (this=0xbf9fa690,
event=0xbf9fa3fc) at kernel/qapplication_x11.cpp:2917
#41 0xb6471503 in x11EventSourceDispatch (s=0x808a708, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:122
#42 0xb59b9802 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#43 0xb59bc7df in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#44 0xb59bcd45 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#45 0xb7ea9ea4 in QEventDispatcherGlib::processEvents (this=0x8087860,
flags=@0xbf9fa598) at kernel/qeventdispatcher_glib.cpp:325
#46 0xb6470d90 in QGuiEventDispatcherGlib::processEvents
(this=0x8087860, flags=@0xbf9fa5cc) at
kernel/qguieventdispatcher_glib.cpp:178
#47 0xb7e7deee in QEventLoop::processEvents (this=0xbf9fa640,
flags=@0xbf9fa604) at kernel/qeventloop.cpp:126


More information about the kimageshop mailing list