ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

Crash bug: stdin(.read) #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
> stdin(.read)

Exception in thread "main" java.lang.IllegalStateException: StdioInStream: 
readNext() called before hasData()
        at org.genyris.io.StdioInStream.readNext(Unknown Source)
        at org.genyris.io.readerstream.ReaderStream$ReadMethod.bindAndExecute(Unknown Source)

What is the expected output? What do you see instead?

er, no crash.

Was SF # 2975685

Original issue reported on code.google.com by birchb1...@gmail.com on 8 Dec 2010 at 3:31

GoogleCodeExporter commented 9 years ago
Fixed in 727:755810a96d28

Behaviour is now:

> stdin(.read)
*** Error - 'StdioInStream: readNext() called before hasData()'
...
> 

Original comment by birchb1...@gmail.com on 8 Dec 2010 at 4:59