[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/36199] IllegalArgumentException when starting Eclipse-3.3
From: |
gnu_andrew at member dot fsf dot org |
Subject: |
[Bug classpath/36199] IllegalArgumentException when starting Eclipse-3.3 |
Date: |
11 May 2008 18:27:54 -0000 |
------- Comment #3 from gnu_andrew at member dot fsf dot org 2008-05-11 18:27
-------
Maybe it can be replicated simply via icu4j?
The given stack trace only contains one line from Classpath:
java.text.Format.format(Format.java:101)
which is just:
public final String format(Object obj) throws IllegalArgumentException
{
StringBuffer sb = new StringBuffer ();
format (obj, sb, new FieldPosition (0));
so the problem must originate earlier.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36199