You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FT_HANDLE finalizer sometimes still fails and seems to often interfere with operation of the D2XXDevice. An example of the finalizer failing:
julia> d =D2XXDevices(); open.(d); d =nothing; d =D2XXDevice(0); sleep(1.0); open(d)
ERROR:D2XXException("Device already open.")
Stacktrace:
[1] open(::D2XXDevice) at C:\Users\Reuben\Documents\GitHub\LibFTD2XX\src\LibFTD2XX.jl:207
[2] top-level scope at none:0
julia> GC.gc()
error in running finalizer: LibFTD2XX.Wrapper.FT_STATUS_ENUM(0x00000001)
error in running finalizer: LibFTD2XX.Wrapper.FT_STATUS_ENUM(0x00000001)
error in running finalizer: LibFTD2XX.Wrapper.FT_STATUS_ENUM(0x00000001)
error in running finalizer: LibFTD2XX.Wrapper.FT_STATUS_ENUM(0x00000001)
The text was updated successfully, but these errors were encountered:
The FT_HANDLE finalizer sometimes still fails and seems to often interfere with operation of the
D2XXDevice
. An example of the finalizer failing:The text was updated successfully, but these errors were encountered: