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
nwb_benchmarks run --bench time_remote_slicing.LindiFileReadRemoteReferenceFileSystemContinuousSliceBenchmark --debug
fails with an error on teardown with an Error code 3221225477, which traces back to some kind of access violation in memory.
This error appears to occur only when slicing into a dataset with LINDI. Since asv is running tests in a process, maybe this is related to an issue of how LINDI is interacting with processes?
Running the following
nwb_benchmarks run --bench time_remote_slicing.LindiFileReadRemoteReferenceFileSystemContinuousSliceBenchmark --debug
fails with an error on teardown with an Error code 3221225477, which traces back to some kind of access violation in memory.
This error appears to occur only when slicing into a dataset with LINDI. Since
asv
is running tests in a process, maybe this is related to an issue of how LINDI is interacting with processes?See also here for more details #53 (comment)
The text was updated successfully, but these errors were encountered: