Version: 1.6.1 (using KDE KDE 3.5.5) Installed from: Fedora RPMs OS: Linux Krita crashes upon startup with the following backtrace: #0 0x4211b096 in QScrollView::viewport () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #1 0x002b314a in SqueezedComboBox::SqueezedComboBox () from /usr/lib/libkritaui.so.1 #2 0x002cbee7 in WdgNewImage::WdgNewImage$base () from /usr/lib/libkritaui.so.1 #3 0x0029d4bc in KisCustomImageWidget::KisCustomImageWidget () from /usr/lib/libkritaui.so.1 #4 0x002202ad in KisDoc::createCustomDocumentWidget () from /usr/lib/libkritaui.so.1 #5 0x00ce8d41 in KoDocument::createOpenPane () from /usr/lib/libkofficecore.so.3 #6 0x00ce926b in KoDocument::showStartUpWidget () from /usr/lib/libkofficecore.so.3 #7 0x00ceabe7 in KoApplication::start () from /usr/lib/libkofficecore.so.3 #8 0x00dfa10c in kdemain () from /usr/lib/libkdeinit_krita.so #9 0x08048472 in ?? () #10 0x4177cf2c in __libc_start_main () from /lib/libc.so.6 #11 0x080483c1 in ?? () To reproduce, start krita with --style CDE or --style Motif. The cause seems to be the initialization of QComboBox using the first constructor, in the SqueezedComboBox constructor. That first QComboBox constructor gives it a popup menu instead of a listbox when using the Motif style, so the call to listBox() (in the SqueezedComboBox constructor) returns NULL, which is then passed as "this" to QScrollView::viewport().
I can confirm on Kubuntu.
*** This bug has been marked as a duplicate of 146306 ***