Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.6, 5.7, 5.8, 5.9
-
None
-
Windows 2012 R12 and the "HP Universal Printing PCL 6 (v6.3.0)" printer driver.
QPainter crashes only if the HP-Printer driver is used.
Description
QPainter used on an QPrinter is crashing in the function painte.end() if the function drawImage is used:
QPrinter printer(QPrinter::HighResolution); QPainter painter; painter.begin(&printer); painter.drawImage(0,0,<image>); painter.end(); <= crash
Attachments
Issue Links
- duplicates
-
QTBUG-59689 Crash when printing
- Closed
For Gerrit Dashboard: QTBUG-66325 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
230105,3 | QWin32PrintEngine: Fix crash in drawPixmap(), drawImage() | 5.11 | qt/qtbase | Status: MERGED | +2 | 0 |
230216,2 | QWin32PrintEngine: Fix crash in drawPixmap(), drawImage() | 5.9 | qt/qtbase | Status: MERGED | +2 | 0 |