[frameworks-kimageformats] [Bug 397040] New: crash when save a QImage to the eps format file

2018-07-31 Thread zccrs
https://bugs.kde.org/show_bug.cgi?id=397040

Bug ID: 397040
   Summary: crash when save a QImage to the eps format file
   Product: frameworks-kimageformats
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: alex.me...@kde.org
  Reporter: zc...@live.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

#include 
#include 

int main()
{
QImage image(100, 100, QImage::Format_ARGB32);

qDebug() << image.save("/tmp/test.eps", "eps");

return 0;
}


Crash at: QPrinterPrivate::init
Output: QPrinter: Must construct a QCoreApplication before a QPrinter

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

[frameworks-kimageformats] [Bug 397040] New: crash when save a QImage to the eps format file

2018-07-31 Thread zccrs
https://bugs.kde.org/show_bug.cgi?id=397040

Bug ID: 397040
   Summary: crash when save a QImage to the eps format file
   Product: frameworks-kimageformats
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: alex.me...@kde.org
  Reporter: zc...@live.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

#include 
#include 

int main()
{
QImage image(100, 100, QImage::Format_ARGB32);

qDebug() << image.save("/tmp/test.eps", "eps");

return 0;
}


Crash at: QPrinterPrivate::init
Output: QPrinter: Must construct a QCoreApplication before a QPrinter

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