Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.0.2, 5.1.1, 5.2.1, 5.3.2, 5.4.0
Description
QFileInfo is implicitly shared, but uses lazy population / caching without any form of synchronisation. It thus contains tons of data races and fails to provide the documented re-entrancy guarantees.
This is similar to the problem David Faure fixed for QUrl in Qt 4.
Attachments
Issue Links
- relates to
-
QTBUG-105753 QDir is not re-entrant
- Closed