Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.1.0
-
None
-
Windows 7 32 bit, VS2010
Description
PACKAGE VERSION:
qt-windows-opensource-1.4.0-x86-online.exe
STEPS:
1. Download online installer from here: http://download.qt-project.org/official_releases/online_installers/qt-windows-opensource-1.4.0-x86-online.exe
2. Install the Qt 5.1 Angle package.
3. Run Qt Creator.
4. Load flickr example (..\5.1.0\msvc2010\examples\declarative\flickr\flickr.pro)
5. Build and run it.
6. In the flickr window, click on any of the thumbnails.
7. Click on the 'View...' button.
ACTUAL RESULT:
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Error!
Program: ...flickr-Desktop_Qt_5_1_0_MSVC2010_32bit-Debug\debug\flickr.exe
Module: 5.1.0
File: global\qglobal.cpp
Line: 2014
ASSERT: "b.type() < QTransform::TxProject" in file text\qfontengine.cpp, line 63
(Press Retry to debug the application)
---------------------------
Abort Retry Ignore
---------------------------
EXPECTED RESULT:
No crash. The picture should be opened.
Attachments
Issue Links
- is replaced by
-
QTBUG-32193 REG: Assert when first drawing unprojected text and then projected text with QPainter.
- Closed