This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/16113] ICE: Segmentation fault when compiling bytecode with debugging info and try/catch


------- Additional Comments From rmathew at gcc dot gnu dot org  2004-06-21 13:51 -------
With the current mainline, here's the backtrace:

(gdb) bt
#0  expand_end_bindings (vars=0x0, mark_ends=1, dont_jump_in=0)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/stmt.c:3085
#1  0x08073a0d in force_poplevels (start_pc=0)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/java/decl.c:1545
#2  0x0807f364 in maybe_end_try (start_pc=0, end_pc=3)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/java/except.c:437
#3  0x08073a84 in maybe_poplevels (pc=3)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/java/decl.c:1528
#4  0x0807b278 in expand_byte_code (jcf=0xb75e9840, method=0x0)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/java/expr.c:2925
#5  0x08083c63 in parse_class_file ()
    at /home/ranmath/src/gcc/gcc-20040621/gcc/java/jcf-parse.c:802
#6  0x080860ed in java_parse_file (set_yydebug=0)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/java/jcf-parse.c:1127
#7  0x082deda0 in toplev_main (argc=0, argv=0xbfffcbc4)
    at /home/ranmath/src/gcc/gcc-20040621/gcc/toplev.c:961
#8  0xb74b1768 in __libc_start_main () from /lib/tls/libc.so.6
#9  0x08049c01 in _start ()


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-21 13:51:09
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]