This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: RFH: ICE on valid code...


Ranjit Mathew wrote:
> David Daney wrote:
> 
> 
>>Would a guru mind taking a look at:
>>
>>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17380
>>
>>It has stopped my libgcj hacking.
> 
> 
> It would be nice if you can provide a backtrace
> too - who knows, maybe you can debug it yourself
> too. ;-)
> 

Thanks for making me correct my laziness.  You can now find this
backtrace as well as a simplified commandline to recreate the problem in
the bug report.


Program received signal SIGSEGV, Segmentation fault.
maybe_yank_clinit (mdecl=0x40c8c0e8) at parse.y:7963
7963    parse.y: No such file or directory.
        in parse.y
(gdb) bt
#0  maybe_yank_clinit (mdecl=0x40c8c0e8) at parse.y:7963
#1  0x08064ac5 in java_complete_expand_method (mdecl=0x40c8c0e8)
    at parse.y:8103
#2  0x080638e4 in java_complete_expand_methods (class_decl=0x40261910)
    at parse.y:7784
#3  0x080636ea in java_complete_expand_classes () at parse.y:7692
#4  0x08067e3f in java_expand_classes () at parse.y:9004
#5  0x080af59c in java_parse_file (set_yydebug=0)
    at ../../gccmaincvs/gcc/gcc/java/jcf-parse.c:1148
#6  0x08343eca in compile_file () at ../../gccmaincvs/gcc/gcc/toplev.c:991
#7  0x08345669 in do_compile () at ../../gccmaincvs/gcc/gcc/toplev.c:2098
#8  0x083456cd in toplev_main (argc=20, argv=0xbffff6e4)
    at ../../gccmaincvs/gcc/gcc/toplev.c:2130
#9  0x080c05c7 in main (argc=20, argv=0xbffff6e4)
    at ../../gccmaincvs/gcc/gcc/main.c:35


Thanks,
David Daney.


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