From: SourceForge.net <no...@so...> - 2006-05-17 14:44:12
|
Bugs item #1490303, was opened at 2006-05-17 09:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1490303&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 4: Serious Status: Open Resolution: None Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: ArrayIndexOutOfBoundsException while debugging Initial Comment: Got the following error while debugging. The interactions pane entered a strange state afterwards, in which no text could be entered, and I had to force reset my debugging session. Exception in thread "Evaluating Interaction" java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace(CompositeView.java: 187) at javax.swing.text.BoxView.replace(BoxView.java:164) at javax.swing.text.View.updateChildren(View.java:1126) at javax.swing.text.View.insertUpdate(View.java:710) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate (BasicTextUI.java:1507) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate (BasicTextUI.java:1750) at javax.swing.text.AbstractDocument.fireInsertUpdate (AbstractDocument.java:184) at javax.swing.text.AbstractDocument.handleInsertString (AbstractDocument.java:754) at javax.swing.text.AbstractDocument.insertString (AbstractDocument.java:711) at edu.rice.cs.util.text.SwingDocument.forceInsertText (SwingDocument.java:119) at edu.rice.cs.util.text.SwingDocument.insertText (SwingDocument.java:104) at edu.rice.cs.util.text.ConsoleDocument.append (ConsoleDocument.java:253) at edu.rice.cs.drjava.model.repl.InteractionsModel.append (InteractionsModel.java:451) at edu.rice.cs.drjava.model.repl.InteractionsModel.addNewLine (InteractionsModel.java:172) at edu.rice.cs.drjava.model.repl.InteractionsModel._prepareToInterpret (InteractionsModel.java:165) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpretCurrentInterac tion(InteractionsModel.java:158) at edu.rice.cs.drjava.ui.InteractionsController$10$1.run (InteractionsController.java:469) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1490303&group_id=44253 |