[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#508643: Reopen and reassign Bug#508643



reopen 508643
reassign 508643 libgcj10
thanks

From: Sandro Tosi <morph@debian.org>
Subject: gcj-4.3 removed from Debian unstable
> 
> Version: 4.3.4-4+rm
> 
> gcj-4.3 has been removed from Debian unstable: http://bugs.debian.org/577262

But this bug is still valid for the successor package libgcj10.

> Package: libgcj9-0
> Version: 4.3.2-2
> Severity: normal
> 
> Hi,
> 
> import java.net.URI;
> 
> public class Test
> {
>     public static void main(String arg[])
>       throws Exception
>     {
>         String a = "http://example.org/path";;
>         String b = "http://example.org/path?q=query";;
> 
>         URI ua = new URI(a);
>         URI ub = new URI(b);
> 
>         System.out.println( ua.equals(ub) );
>     }
> }
> 
> % javac Test.java && java Test
> Exception in thread "main" java.lang.NullPointerException
>    at java.net.URI.equals(URI.java:1215)
>    at Test.main(Test.java:14)

% gcj-wrapper-4.4 Test.java && gij-4.4 Test
gcj-wrapper-4.4 Test.java  1,88s user 0,33s system 52% cpu 4,232 total
Exception in thread "main" java.lang.NullPointerException
   at java.net.URI.equals(libgcj.so.10)
   at Test.main(Test.java:14)

Bye, Jörg.

Attachment: signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Reply to: