https://bugs.kde.org/show_bug.cgi?id=368483
Bug ID: 368483 Summary: Segfault when creating a new document Product: krita Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: general Assignee: krita-bugs-n...@kde.org Reporter: nicholaslapoin...@gmail.com When attempting to create a new document, Krita receives a segmentation fault before it can display the dialog for creating a new document. This happens since commit 93ef7c8ef97e3ba5a1349ba38408269205a9d2b8 ("Merge in new internal color picker dialog!"). Reproducible: Always Steps to Reproduce: 1. Attempt to create a new document gdb output and backtrace: Thread 1 "krita" received signal SIGSEGV, Segmentation fault. 0x00007ffff1cdc5f9 in KoColor::colorSpace (this=0xcc5178c) at src/krita-mod/libs/pigment/KoColor.cpp:252 252 return d->colorSpace; #0 0x00007ffff1cdc5f9 in KoColor::colorSpace (this=0xcc5178c) at src/libs/pigment/KoColor.cpp:252 #1 0x00007ffff1cdb81a in KoColor::operator= (this=0xcc51578, rhs=...) at src/libs/pigment/KoColor.cpp:126 #2 0x00007ffff76c4061 in KisColorButton::setColor (this=0xcc512e0, c=...) at src/libs/ui/widgets/kis_color_button.cpp:154 #3 0x00007ffff76c5633 in KisColorButton::qt_static_metacall (_o=0xcc512e0, _c=QMetaObject::WriteProperty, _id=0, _a=0x7fffffffca00) at build/libs/ui/moc_kis_color_button.cpp:146 #4 0x00007ffff76c580c in KisColorButton::qt_metacall (this=0xcc512e0, _c=QMetaObject::WriteProperty, _id=0, _a=0x7fffffffca00) at build/libs/ui/moc_kis_color_button.cpp:192 #5 0x00007ffff5d44cd4 in QMetaProperty::write(QObject*, QVariant const&) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x00007ffff5d6d5cf in QObject::setProperty(char const*, QVariant const&) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x00007ffff765ddf8 in Ui_WdgNewImage::setupUi (this=0xc558510, WdgNewImage=0xc5584e0) at build/libs/ui/ui_wdgnewimage.h:410 #8 0x00007ffff7660126 in WdgNewImage::WdgNewImage (this=0xc5584e0, parent=0xc563750) at src/libs/ui/widgets/kis_custom_image_widget.h:42 #9 0x00007ffff7653afc in KisCustomImageWidget::KisCustomImageWidget (this=0xc5584e0, parent=0xc563750, defWidth=1024, defHeight=1024, resolution=1.3888888888888888, defColorModel=..., defColorDepth=..., defColorProfile=..., imageName=...) at src/libs/ui/widgets/kis_custom_image_widget.cc:66 #10 0x00007ffff77a5cd5 in KisMainWindow::slotFileNew (this=0xb32c5b0) at src/libs/ui/KisMainWindow.cpp:1393 -- You are receiving this mail because: You are watching all bug changes.