lukgad / elt

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

NPE on terminal startup #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I open the terminal, or press any character in the terminal, I get the 
following exception. It appears that the terminal is still behaving properly, 
but my error log is filled with hundreds of these log entries.  All are the 
same stack trace.

java.lang.NullPointerException
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processAnsiCommand_m(VT100Emulator.java:545)
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processAnsiCommandCharacter(VT100Emulator.java:337)
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processNewText(VT100Emulator.java:235)
    at com.google.eclipse.elt.emulator.core.VT100Emulator.processText(VT100Emulator.java:144)
    at com.google.eclipse.elt.emulator.core.VT100TerminalControl$1.run(VT100TerminalControl.java:302)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Original issue reported on code.google.com by andrew.e...@gmail.com on 13 May 2013 at 9:58