-
Bug
-
Resolution: Done
-
P1: Critical
-
4.6.2
-
None
-
a70d247d81d2f49faab522af5e4c2a815682c78a
glyph_metrics_t QTextEngine::boundingBox(int from, int len) const crashes when using Thai language Vista and Thai string are added to a combo-box.
The crash occurs on the line:
glyph_t glyph = glyphs.glyphs[logClusters[pos + ilen - 1]];
due to logClusters[pos + ilen - 1] exceeding the array bounda of glyphs.
The attached example code demonstrates this.
- replaces
-
QTBUG-7139 Crash in QTextEngine::boundingRect (related to QComboBox?)
-
- Closed
-
-
QTBUG-9204 Qt Creator crashes with Qt from branch 4.7
-
- Closed
-
-
QTCREATORBUG-1013 crashed at startup
-
- Closed
-
-
QTBUG-8272 crash in QComboBox::sizeHint (with test case)
-
- Closed
-
-
QTBUG-9475 Segmentation fault on starting
-
- Closed
-