[forge-issues] [JBoss JIRA] (FORGE-1531) Aesh Read Loop

Antonio Goncalves (JIRA) issues at jboss.org
Thu Jan 30 05:03:28 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Goncalves updated FORGE-1531:
-------------------------------------

    Description: 
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] :

{code}
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)
{code}

  was:
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 :

{code}
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)
{code}


    
> Aesh Read Loop
> --------------
>
>                 Key: FORGE-1531
>                 URL: https://issues.jboss.org/browse/FORGE-1531
>             Project: Forge
>          Issue Type: Sub-task
>          Components: UI - Shell
>    Affects Versions: 2.0.0.Final
>            Reporter: Antonio Goncalves
>            Priority: Critical
>             Fix For: 2.x Future
>
>
> 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] :
> {code}
> 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)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list