public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/21285] New: gij fails to handle NullPointerException exception
@ 2005-04-29 14:21 tsv at solvo dot ru
  2005-05-03 18:25 ` [Bug libgcj/21285] " tromey at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: tsv at solvo dot ru @ 2005-04-29 14:21 UTC (permalink / raw)
  To: java-prs

The following simple program prints "Aborted" on linux alpha if it is compiled
to byte code and later executed by "gij". The same program works correctly if
compiled to executable. (ant crashes with segmentation fault, but I could not
provide simple testcase :( ).

gij (GNU libgcj) version 4.0.0 20050423 (Red Hat 4.0.0-1)
glibc 2.3.4

--------------------------------
import java.util.*;

public class Test
{
   public static void main(String argv[])
     {
        Vector a = new Vector();
        Vector b = null;

        a.add("haha");
        b.add("haha");

        System.out.println("Test");
     }
}

Thank you.

-- 
           Summary: gij fails to handle NullPointerException exception
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tsv at solvo dot ru
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: alpha-redhat-linux
  GCC host triplet: alpha-redhat-linux
GCC target triplet: alpha-redhat-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21285


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2005-05-12 11:51 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-29 14:21 [Bug libgcj/21285] New: gij fails to handle NullPointerException exception tsv at solvo dot ru
2005-05-03 18:25 ` [Bug libgcj/21285] " tromey at gcc dot gnu dot org
2005-05-03 19:36 ` tsv at solvo dot ru
2005-05-03 19:46 ` tsv at solvo dot ru
2005-05-03 19:53 ` pinskia at gcc dot gnu dot org
2005-05-03 20:54 ` tsv at solvo dot ru
2005-05-03 21:50 ` tsv at solvo dot ru
2005-05-03 21:51 ` [Bug middle-end/21285] " pinskia at gcc dot gnu dot org
2005-05-03 23:03 ` tsv at solvo dot ru
2005-05-05 13:13 ` tsv at solvo dot ru
2005-05-06 22:36 ` tsv at solvo dot ru
2005-05-06 22:39 ` tsv at solvo dot ru
2005-05-06 22:47 ` [Bug libffi/21285] " pinskia at gcc dot gnu dot org
2005-05-08 18:27 ` rth at gcc dot gnu dot org
2005-05-08 18:30 ` tsv at solvo dot ru
2005-05-08 23:24 ` cvs-commit at gcc dot gnu dot org
2005-05-09 13:57 ` rth at gcc dot gnu dot org
2005-05-09 14:04 ` cvs-commit at gcc dot gnu dot org
2005-05-09 14:04 ` cvs-commit at gcc dot gnu dot org
2005-05-12  8:25 ` [Bug libgcj/21285] " tsv at solvo dot ru
2005-05-12 11:51 ` [Bug libffi/21285] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).