Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.12.6, 5.14.1
-
Fix Version/s: 5.12.8, 5.14.2, 5.15.0 Alpha
-
Component/s: Core: I/O
-
Labels:
-
Environment:QNX7 on Linux Host
-
Platform/s:
-
Commits:9ede07613dc5b7759f398d5a8839b2ffdb4675a2 (qt/qtbase/5.14) 52c0c4efccee5388b64ead635c7c973713e75318 (qt/qtbase/5.12)
Description
QNX7 doesn't have the flock implemented, so Qt shouldn't try to use it, otherwise it gives and error:
setNativeLocks failed: "Function not implemented"
The attached patch may solve the problem.