-
Sub-task
-
Resolution: Done
-
Critical
-
2.0.0.Final
-
None
Difficult to reproduce, but I just copy/paste commands in the Console, and once in a while it goes bang with the following stacktrace. It happened 4 times just by copy/pasting any kind of lines of code. Could be related to FORGE-1449 :
Exception in thread "Aesh Read Loop 934843325" java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.lang.AbstractStringBuilder.insert(AbstractStringBuilder.java:1152) at java.lang.StringBuilder.insert(StringBuilder.java:336) at org.jboss.aesh.console.Buffer.write(Buffer.java:369) at org.jboss.aesh.console.Console.writeChar(Console.java:1072) at org.jboss.aesh.console.Console.writeChars(Console.java:1067) at org.jboss.aesh.console.Console.parseOperation(Console.java:722) at org.jboss.aesh.console.Console.processInternalOperation(Console.java:624) at org.jboss.aesh.console.Console.execute(Console.java:609) at org.jboss.aesh.console.Console.access$400(Console.java:78) at org.jboss.aesh.console.Console$6.run(Console.java:531) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744)