https://bugs.kde.org/show_bug.cgi?id=394292

Martin Koller <kol...@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1
                 CC|                            |kol...@aon.at

--- Comment #1 from Martin Koller <kol...@aon.at> ---
I somehow understand what happens here:

kolourpaint has an image content in the X-clipboard.
When kolourpaint quits, Qt (in the destructor of QXcbClipboard) tries to pass
the clipboard to a clipboard manager.
In this case it seems the image in the clipboard has an EPS mimeType, therefore
it tries to QImage::save() the image in EPS format and therefore it needs the
KDE EPS imageformat plugin, which in EPSHandler::write() creates a QPrinter
which fails since there no longer is a QApplication instance, since all this
happens in the destructor.

What I have no idea about is: how can I put an image into the X-clipboard in
the EPS format ?

Ricardo, any idea what you did when the crash happened ?
I'd like a way to reproduce this.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to