Bugs item #505496, was opened at 2002-01-18 11:09
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=505496&group_id=44253
Category: Other
Group: Crashes
Status: Open
Resolution: None
Priority: 9
Submitted By: Robert Cartwright (rcartwright)
Assigned to: Nobody/Anonymous (nobody)
Summary: recent builds of drjava crash on startup
Initial Comment:
On my home machine (a Dell GX 100 running Linux 7.1),
the two most recent builds of drjava
(drjava-20020108-0956.jar and drjava-20020116-1013.jar)
crash most of the time on startup with the following
traceback (after printing out a number of
"font .. not found" messages). I normally run Sun
JDK 1.4 beta, but I have seen this behavior under
JDK 1.3.1 as well. The bug always generates the
same trackback, which follows:
...
Font specified in font.properties not found [--standard
symbols
l-medium-r-normal--*-%d-*-*-p-*-urw-fontspecific]
java.lang.NullPointerException: null
java.lang.NullPointerException
at
edu.rice.cs.drjava.model.DefaultGlobalModel.notifyListeners(DefaultGlobalModel.java:1163)
at
edu.rice.cs.drjava.model.DefaultGlobalModel._interactionIsOver(DefaultGlobalModel.java:431)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.replThrewException(DefaultGlobalModel.java:489)
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM.threwException(MainJVM.java:183)
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM._threwException(MainJVM.java:261)
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM.restartInterpreterJVM(MainJVM.java:247)
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM.<init>(MainJVM.java:61)
at
edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:75)
at
edu.rice.cs.drjava.ui.SingleDisplayModel.<init>(SingleDisplayModel.java:81)
at
edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:247)
at edu.rice.cs.drjava.DrJava.main(DrJava.java:20)
By the way, the JVM hangs after printing the preceding
line. It does not terminate.
The crashing does not appear to be random. For
both build, it appears to crash every time that
I start it using JDK 1.4 beta from my home directory,
e.g.
java -jar drjava/drjava-20020116-1013.jar
but it usually (always?) succeeds when I cd
to my drjava directory and type
java -jar drjava-20020116-1013.jar. I just tried
the same tests under JDK 1.3.1 and encountered
the same behavior.
-- Corky Cartwright
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=505496&group_id=44253
|