Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.0 Beta 1
-
None
-
Qt MinGW 32-bit
Windows 7 64-bit
-
91f936a862644c7ca7a1762ad05cc91d263b808e
Description
Steps to reproduce:
1. Create a new QImage like:
QImage image(/use/the/attached/file).
Expected results:
A QImage object representing the attached image is created.
Actual results:
The application crashes with:
0 _mm_set_epi8 qimage_ssse3.cpp 68 0x21eb5ec
1 qt_convert_rgb888_to_rgb32_ssse3 qimage_ssse3.cpp 68 0x21eb5ec
2 read_jpeg_image qjpeghandler.cpp 421 0x26812539
3 QJpegHandlerPrivate::read qjpeghandler.cpp 858 0x268143ef
4 QJpegHandler::read qjpeghandler.cpp 938 0x26814729
5 QImageReader::read qimagereader.cpp 1193 0x2244fc9
6 QImageReader::read qimagereader.cpp 1143 0x2244b97
7 QImage::load qimage.cpp 4418 0x223e62b
8 QImage::QImage qimage.cpp 938 0x22351a7
Attachments
Issue Links
- replaces
-
QTBUG-31959 Crash when a tool-tip of a tool button is about to be displayed
- Closed