Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
5.2.0 Beta1
-
None
-
Qt latest stable, Debian + OpenSuse Linux
Description
When creating a QTimeZone from a QByteArray, I'm hitting reliable asserts using the latest stable branch. Looping over QTimeZone::availableTimeZoneIds() and feeding the byte array to the QTimeZone construtor makes it fail to look up data.
The autotests included with Qt don't exercise this ctor very well. I can reproduce this on two systems.
Tests that reproduce this problem are attached.