You can create a new issue in JIRA (
https://issues.apache.org/jira/browse/LUCENENET )
But, Please provide more info about the bug (a simple code suffering from
the bug would be good) so that the problem can be located correctly.


DIGY

-----Original Message-----
From: Ian Vink [mailto:ianv...@gmail.com] 
Sent: Thursday, February 19, 2009 5:11 AM
To: lucene-net-user@incubator.apache.org
Subject: Lucene.Net error: FastCharStream.cs

I am getting a consistent error in the FastCharStream.cs file version 2.3.1
charsRead is 0 so an error is thrown.

try
{
charsRead = input.Read(buffer, newPosition, buffer.Length - newPosition);
}
catch
{
}


if (charsRead <= 0)
throw new System.IO.IOException("read past eof");
else
bufferLength += charsRead;

What do I do now? Is there a reporting system?


Reply via email to