Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt 3D Studio 2.8
-
None
Description
We are periodically getting a random issue on Integrity when calling Q3DSPresentation::setDataInputValue API very frequently.
Crash/freeze happens either in Cluster app main thread or Qt3DRuntimeWorker thread.
Received Exception in the Initial Task in Cluster VAS,Exception code = bad enum value 514
Received Exception in the Task = Qt3DRuntimeWorker(471777280) in VAS Cluster_VAS,Exception code = MemoryRegionInUseByIODevice[258] File = Line = -1
We don't have a callstack. From code and logs analysis we see similar scenario in all of the such issues: per 1 second setDataInputValue method is being called a lot of times (up to 400 times per second with force = false parameter).
Is there any limitation of how many times setDataInputValue API can be called per second?