Message5165

Author fwierzbicki
Recipients fwierzbicki
Date 2009-09-14.19:06:00
SpamBayes Score 0.010314787
Marked as misclassified No
Message-id <1252955161.14.0.979984229006.issue1469@psf.upfronthosting.co.za>
In-reply-to
Content
Very large files fail with:

java.io.IOException: Resetting to invalid mark
 at java.io.BufferedInputStream.reset(Unknown Source)
 at org.python.core.ParserFacade.readEncoding(ParserFacade.java:394)
 at org.python.core.ParserFacade.prepBufReader(ParserFacade.java:301)
 at org.python.core.ParserFacade.prepBufReader(ParserFacade.java:356)
 at org.python.core.ParserFacade.parse(ParserFacade.java:200)

This is probably happening around our encoding detection in
ParserFacade, which reads the first two lines, checks for encodings, and
the resets the buffer.
History
Date User Action Args
2009-09-14 19:06:01fwierzbickisetrecipients: + fwierzbicki
2009-09-14 19:06:01fwierzbickisetmessageid: <1252955161.14.0.979984229006.issue1469@psf.upfronthosting.co.za>
2009-09-14 19:06:01fwierzbickilinkissue1469 messages
2009-09-14 19:06:00fwierzbickicreate