[Bug 103] New: "forrest run" results in NullPointerException
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=103
Summary: "forrest run" results in NullPointerException
Product: SableVM
Version: 1.1.9
Platform: Macintosh
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
When I try to run forrest, it results in a NullPointerException.
I use Debian Unstable.
java -V says:
SableVM version 1.1.9
- compile date and time: 2005-01-21 05:31:05 UTC
- gcc version: 3.3.5 (Debian 1:3.3.5-6)
- 'real life brokenness' features enabled
- signal based exception detection
- copying garbage collection
- bidirectional object layout
- inline-threaded interpreter
I run this on a PowerBook G4 with a 1,5 GHz processor and 1G ram.
Since the error contains references to DecimalFormatSymbols, and such, here are
my locale environment variables.
LANGUAGE=se_NO.UTF-8:nn_NO:nn:no_NO:no:nb_NO:nb:da:sv:en_GB:en
LC_ALL=se_NO.UTF-8
LANG=se_NO.UTF-8
Here is the error which comes after issuing "forrest run":
java.lang.NullPointerException
at java.text.DecimalFormatSymbols.setCurrency
(DecimalFormatSymbols.java:397)
at java.text.DecimalFormatSymbols.DecimalFormatSymbols
(DecimalFormatSymbols.java:151)
at java.text.NumberFormat.computeInstance (NumberFormat.java:327)
at java.text.NumberFormat.getNumberInstance (NumberFormat.java:456)
at java.text.NumberFormat.getInstance (NumberFormat.java:381)
at java.text.MessageFormatElement.setLocale (MessageFormat.java:90)
at java.text.MessageFormat.scanFormat (MessageFormat.java:314)
at java.text.MessageFormat.applyPattern (MessageFormat.java:335)
at java.text.MessageFormat.formatInternal (MessageFormat.java:465)
at java.text.MessageFormat.format (MessageFormat.java:403)
at java.text.MessageFormat.format (MessageFormat.java:518)
at java.text.Format.format (Format.java:101)
at org.apache.tools.ant.util.DateUtils.formatElapsedTime
(DateUtils.java:132)
at org.apache.tools.ant.DefaultLogger.formatTime (DefaultLogger.java:276)
at org.apache.tools.ant.DefaultLogger.buildFinished (DefaultLogger.java:156)
at org.apache.tools.ant.Project.fireBuildFinished (Project.java:1796)
at org.apache.tools.ant.Main.runBuild (Main.java:693)
at org.apache.tools.ant.Main.startAnt (Main.java:188)
at org.apache.tools.ant.launch.Launcher.run (Launcher.java:196)
at org.apache.tools.ant.launch.Launcher.main (Launcher.java:55)
at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
at java.lang.VirtualMachine.main (VirtualMachine.java:108)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.