Bugs item #975459, was opened at 2004-06-18 11:23
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=975459&group_id=44253
Category: Interactions
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: J. Nino (jninos)
Assigned to: Nobody/Anonymous (nobody)
Summary: rt error during expression evaluation in interactions
Initial Comment:
My login name: jninos. (After loginging, I could not
find a link to drjava; so I directly entered the url
that brougt me here; thus
I do not know if I am officially logged in.)
The error occurred while entering an expression to be
evaluated in the interactions window; the expression
entered was towards the last line of the currently
visible interactions window; the interactions window
had as size the default size created by DrJava.
After the expression was ente4red the sytem hungs, and
when requesting to reset the interactions window, the
"unexpected error" panel appears.
This error has occurred repeatedly in very similar
circunstances.
DrJava Version : 20040331-0037.
JDK version: 1.5
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:1522)
at
javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(BasicTextUI.java:1765)
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.SwingDocumentAdapter.forceInsertText(SwingDocumentAdapter.java:146)
at
edu.rice.cs.drjava.model.repl.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:268)
at
edu.rice.cs.drjava.model.repl.InteractionsModel.interpreterResetting(InteractionsModel.java:709)
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInterpreter(MainJVM.java:649)
at
edu.rice.cs.drjava.model.repl.RMIInteractionsModel._resetInterpreter(RMIInteractionsModel.java:119)
at
edu.rice.cs.drjava.model.repl.InteractionsModel.resetInterpreter(InteractionsModel.java:321)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:856)
at
edu.rice.cs.drjava.ui.MainFrame$39.construct(MainFrame.java:762)
at
edu.rice.cs.util.swing.SwingWorker$2.run(SwingWorker.java:157)
at java.lang.Thread.run(Thread.java:595)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=975459&group_id=44253
|