X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=SpiderConsole%2Fdocs%2Fbugs.txt;fp=SpiderConsole%2Fdocs%2Fbugs.txt;h=d6219837725283cbcb8562447771466e721ea588;hb=1540d1ee26801546ad652653951bbc25744d85a0;hp=0000000000000000000000000000000000000000;hpb=5e145358734eabf8855fb2b4c1daabcc55bd9da0;p=spider.git diff --git a/SpiderConsole/docs/bugs.txt b/SpiderConsole/docs/bugs.txt new file mode 100644 index 00000000..d6219837 --- /dev/null +++ b/SpiderConsole/docs/bugs.txt @@ -0,0 +1,13 @@ +Bug #1 20010403 - reporter Ian, G0VGS. + + Error on typing in a long command. + + java.lang.IndexOutOfBoundsException + at java.io.PipedInputStream.read(PipedInputStream.java:271) + at PipedInputMUX.run(PipedInputMUX.java:79) + at java.lang.Thread.run(Thread.java:484) + ConnectionOutput: IOException reading data. + + IDN 20010403 - Fixed + PipedInputMUX was trying to read all the input into a 16 byte array. + Put an if > 16 line in that tells it to only read 16 bytes.