-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
There is a race condition in rad_Extract Full Image.vi. In the VI there is a copy function and a subVI called Util_AppCreateTempDirectory.vi. The order of execution of these two functions is not guaranteed. If the util runs first, it deletes and recreates a directory. The copy then copies the image file to this newly created directory. This is the correct order.
If the copy happens first, then the util deletes the directory along with the copied image file and leaves an empty directory.
Functions downstream fail in this case as they expect the image to be there and it isn't. The user level symptom of this is being told that the image file is incompatible with the version of RAD. This is because the image file version string is empty.