paulirwin commented on issue #1013: URL: https://github.com/apache/lucenenet/issues/1013#issuecomment-2744950905
@NightOwl888 I wonder if this is related to #1090. UnmanagedMemoryAccessor (in the original issue stack trace) [is returned by MemoryMappedFile.CreateViewAccessor](https://learn.microsoft.com/en-us/dotnet/api/system.io.unmanagedmemoryaccessor?view=net-9.0#remarks), so that smells like it's related. @Kiliggggg @florisrobbemont Can either of you confirm if you're using MMapDirectory? If so, if you change it to another directory implementation (SimpleFSDirectory or NIOFSDirectory, or even RAMDirectory if the index can fit in memory), does it still happen? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org