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/9157] SEGV on bad java source


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-25 23:45:49
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 23:45 -------
Confirmed on mainline ():
tin:~/src/gnu/gcctest>gcj AddString.java 
AddString.java: In class `AddString':
AddString.java: In method `AddString.add(int)':
AddString.java:8: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
(gdb) bt
#0  put_decl_node (node=0x0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/java/
lang.c:585
#1  0x080b1468 in lang_printable_name (decl=0x0, v=0) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/java/lang.c:660
#2  0x0808a86f in patch_conditional_expr (node=0x4004c4e0, wfl_cond=0x400550c0, 
wfl_op1=0x4005d910) at parse.y:15763
#3  0x08077d26 in java_complete_lhs (node=0x4004c4e0) at parse.y:11750
#4  0x08074e82 in java_complete_tree (node=0x4004c4e0) at parse.y:11433
#5  0x08078b41 in java_complete_lhs (node=0x400550d8) at parse.y:12016
#6  0x08074e82 in java_complete_tree (node=0x400550d8) at parse.y:11433
#7  0x08075529 in java_complete_lhs (node=0x4004c500) at parse.y:11825
#8  0x08074e82 in java_complete_tree (node=0x4004c500) at parse.y:11433
#9  0x08078717 in java_complete_lhs (node=0x400b1268) at parse.y:11522
#10 0x08074e82 in java_complete_tree (node=0x400b1268) at parse.y:11433
#11 0x080671f7 in java_complete_expand_method (mdecl=0x40078d14) at 
parse.y:7948
#12 0x08066176 in java_complete_expand_methods (class_decl=0x40078af8) at 
parse.y:7660
#13 0x08065e2f in java_complete_expand_class (outer=0x40078af8) at parse.y:7579
#14 0x08065d5d in java_complete_expand_classes () at parse.y:7558
#15 0x0806aad9 in java_expand_classes () at parse.y:8878
#16 0x080be552 in java_parse_file (set_yydebug=0) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/java/jcf-parse.c:1119
#17 0x0830096a in compile_file () at /home/gates/pinskia/src/gnu/gcc/src/gcc/
toplev.c:2209
#18 0x08306528 in do_compile () at /home/gates/pinskia/src/gnu/gcc/src/gcc/
toplev.c:5581
#19 0x08306599 in toplev_main (argc=0, argv=0x0) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/toplev.c:5612
#20 0x080d9a2b in main (argc=0, argv=0x0) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
main.c:37



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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