This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/29594] New: jv-convert with no args NPE
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2006 18:34:39 -0000
- Subject: [Bug libgcj/29594] New: jv-convert with no args NPE
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
If I run jv-convert with no arguments I see an NPE:
opsy. jv-convert
Exception in thread "main" java.lang.NullPointerException
at gnu.gcj.convert.IOConverter.canonicalize(libgcj.so.7)
at gnu.gcj.convert.BytesToUnicode.getDecoder(libgcj.so.7)
at java.io.InputStreamReader.<init>(libgcj.so.7)
at gnu.gcj.convert.Convert.main(libgcj.so.7)
Arguably we ought to fix this problem by replacing jv-convert
with Classpath's native2ascii.
--
Summary: jv-convert with no args NPE
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tromey at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29594