https://bugs.kde.org/show_bug.cgi?id=374319
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #6 from Boudewijn Rempt <b...@valdyas.org> --- On 14.04 and OpenSUSE Leap I can reproduce this -- the message QPrinter: Must construct a QCoreApplication before a QPrinter is also shown, which is kind of weird. I can also reproduce it with git master on OpenSUSE Leap running Gnome: #0 0x00007fffed21a0c7 in raise () at /lib64/libc.so.6 #1 0x00007fffed21b478 in abort () at /lib64/libc.so.6 #2 0x00007fffedec521e in () at /home/boud/dev/deps/lib/libQt5Core.so.5 #3 0x00007ffff3c30760 in QPrinter::QPrinter(QPrinter::PrinterMode) () at /home/boud/dev/deps/lib/libQt5PrintSupport.so.5 #4 0x00007ffff3c308cc in QPrinter::QPrinter(QPrinter::PrinterMode) () at /home/boud/dev/deps/lib/libQt5PrintSupport.so.5 #5 0x00007fffd86672eb in EPSHandler::write(QImage const&) (this=0xa38e320, image=...) at /home/boud/dev/b/ext_frameworks/ext_kimageformats-prefix/src/ext_kimageformats/src/imageformats/eps.cpp:257 #6 0x00007fffee6bdc54 in QImageWriter::write(QImage const&) () at /home/boud/dev/deps/lib/libQt5Gui.so.5 #7 0x00007fffee69e336 in QImageData::doImageIO(QImage const*, QImageWriter*, int) const () at /home/boud/dev/deps/lib/libQt5Gui.so.5 #8 0x00007fffee69e4d6 in QImage::save(QIODevice*, char const*, int) const () at /home/boud/dev/deps/lib/libQt5Gui.so.5 #9 0x00007fffee66ecc9 in QInternalMimeData::renderDataHelper(QString const&, QMimeData const*) () at /home/boud/dev/deps/lib/libQt5Gui.so.5 #10 0x00007fffe5d39cc5 in () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #11 0x00007fffe5d29db5 in () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #12 0x00007fffe5d2a515 in () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #13 0x00007fffe5d3173f in QXcbConnection::handleXcbEvent(xcb_generic_event_t*) () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #14 0x00007fffe5d29161 in () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #15 0x00007fffe5d29284 in () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #16 0x00007fffe5d292d9 in () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #17 0x00007fffe5d2db61 in QXcbConnection::~QXcbConnection() () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #18 0x00007fffe5d2e349 in QXcbConnection::~QXcbConnection() () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #19 0x00007fffe5d34f7e in QXcbIntegration::~QXcbIntegration() () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #20 0x00007fffe5d35069 in QXcbIntegration::~QXcbIntegration() () at /home/boud/dev/deps/plugins/platforms/../../lib/libQt5XcbQpa.so.5 #21 0x00007fffee656c24 in QGuiApplicationPrivate::~QGuiApplicationPrivate() () at /home/boud/dev/deps/lib/libQt5Gui.so.5 #22 0x00007fffef097109 in QApplicationPrivate::~QApplicationPrivate() () at /home/boud/dev/deps/lib/libQt5Widgets.so.5 #23 0x00007fffee0dcb86 in QObject::~QObject() () at /home/boud/dev/deps/lib/libQt5Core.so.5 #24 0x00007fffee0ac38e in QCoreApplication::~QCoreApplication() () at /home/boud/dev/deps/lib/libQt5Core.so.5 #25 0x00007fffee656a7f in QGuiApplication::~QGuiApplication() () at /home/boud/dev/deps/lib/libQt5Gui.so.5 #26 0x00007fffef098c7a in QApplication::~QApplication() () at /home/boud/dev/deps/lib/libQt5Widgets.so.5 #27 0x00007ffff793b3de in QtSingleApplication::~QtSingleApplication() (this=0x7fffffffd590, __in_chrg=<optimized out>) at /home/boud/dev/krita/libs/ui/qtsingleapplication/qtsingleapplication.cpp:102 #28 0x00000000004050e3 in main(int, char**) (argc=1, argv=<optimized out>) at /home/boud/dev/krita/krita/main.cc:131 But the backtrace is entirely inside Qt and it seems to happen whenever there is something on the clipboard -- you only need to create a single document and select then copy something. -- You are receiving this mail because: You are watching all bug changes.