[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-12 Thread tsv at solvo dot ru
--- Additional Comments From tsv at solvo dot ru 2005-05-12 08:25 --- Your patch works a lot better than mine. Just tested and ant started to work. Thank you very much. -- What|Removed |Added ---

[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-03 Thread tsv at solvo dot ru
--- Additional Comments From tsv at solvo dot ru 2005-05-03 21:49 --- So far I was able to debug to interpret.cc:3211. It seems that unwind logic worked correctly (as far as I could understand) and catch handler was called. The logic here didn't find exception handler and "thrown" excepti

[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-03 Thread tsv at solvo dot ru
--- Additional Comments From tsv at solvo dot ru 2005-05-03 20:54 --- How could I check that? I ran "make check" in libffi library and it has not produced any errors. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21285

[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-03 19:52 --- Hmm, could it be that the libffi does not handle exceptions. -- What|Removed |Added

[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-03 Thread tsv at solvo dot ru
--- Additional Comments From tsv at solvo dot ru 2005-05-03 19:46 --- Here is another stack dump from attempt of running the "ant": exec "/usr/lib/jvm/java/bin/java" -classpath "/usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/x

[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-03 Thread tsv at solvo dot ru
--- Additional Comments From tsv at solvo dot ru 2005-05-03 19:36 --- Here it is. I tried to debug it, but it does a lot of things I have a little knowlegde about. (gdb) bt #0 _Jv_Throw (value=0x20001b1b220) at ../../../libjava/exception.cc:113 #1 0x02b6c7dc in _Jv_InterpMethod

[Bug libgcj/21285] gij fails to handle NullPointerException exception

2005-05-03 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-03 18:23 --- Could you run gij under gdb and attach a stack trace to this PR? That might help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21285