Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.7.3
-
None
Description
In 6.7.3 an ASSERT is triggered in debug mode calling
QDate da = QDate::fromString(aline,"ddd MMM dd yyyy");
Normally, one can call da.isValid() to determine if the string has been processed or not. This new assert which was not in 6.7.2 prevents the validation test being called and kills the app.
The assert is reported as:
ASSERT: "maximum.date().toJulianDay() == 5373484" in file C:\Qt\6.7.3\Src\qtbase\src\corelib\time\qdatetimeparser.cpp, line 1617
Attachments
Issue Links
- duplicates
-
QTBUG-129347 QDate asserts on a valid date with MSVC 2022
- Closed
- is duplicated by
-
QTBUG-130445 Converting date from string may fail if the time zone is UTC-5
- Closed
-
QTBUG-129455 Debug Error on QNetworkAccessManager Post
- Closed