Kiliggggg opened a new issue, #1013:
URL: https://github.com/apache/lucenenet/issues/1013

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Describe the bug
   
   It's sporadic. We haven't found a pattern yet.
   Error:
   Fatal error. System.AccessViolationException: Attempted to read or write 
protected memory. This is often an indication that other memory is corrupt.
      at System.IO.UnmanagedMemoryAccessor.ReadByte(Int64)
      at Lucene.Net.Store.DataInput.ReadVInt32()
      at 
Lucene.Net.Codecs.Lucene41.Lucene41PostingsReader.ReadVInt32Block(Lucene.Net.Store.IndexInput,
 Int32[], Int32[], Int32, Boolean)
      at 
Lucene.Net.Codecs.Lucene41.Lucene41PostingsReader+BlockDocsEnum.RefillDocs()
      at 
Lucene.Net.Codecs.Lucene41.Lucene41PostingsReader+BlockDocsEnum.NextDoc()
      at 
Lucene.Net.Search.Weight+DefaultBulkScorer.ScoreAll(Lucene.Net.Search.ICollector,
 Lucene.Net.Search.Scorer)
      at 
Lucene.Net.Search.IndexSearcher.Search(System.Collections.Generic.IList`1<Lucene.Net.Index.AtomicReaderContext>,
 Lucene.Net.Search.Weight, Lucene.Net.Search.ICollector)
      at Lucene.Net.Search.IndexSearcher.Search(Lucene.Net.Search.Weight, 
Lucene.Net.Search.ScoreDoc, Int32)
      at EDiscovery.Core.Search.Searcher.Search(EDiscovery.Core.Query.Query, 
EDiscovery.Core.Query.Sort, EDiscovery.Core.Query.ScoreDoc, Int32)
   
   
   ### Expected Behavior
   
   _No response_
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Exceptions (if any)
   
   _No response_
   
   ### Lucene.NET Version
   
   _No response_
   
   ### .NET Version
   
   _No response_
   
   ### Operating System
   
   _No response_
   
   ### Anything else?
   
   _No response_


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to