-
Bug
-
Resolution: Fixed
-
Medium
-
OpenVX Framework
-
TIOVX-1699
-
Over the email
-
TIOVX_09.02.00
-
TIOVX_10.01.00
This bug happens when pre node produce array as output and the later node is replicated and accepts array image from array as input. Thus the reference to pre node's array is not released and pass to the input of pre array that requires array element.
This bug also happens when replicated nodes with image as output but the later node is not replicated with array as input.
A patch is updated to solve this bug and I have tested it on PC mode. There is also an application developed by customer that reproduces this bug.