This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Frustrated (with builds) of Tunbridge Wells
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Subject: Re: Frustrated (with builds) of Tunbridge Wells
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Thu, 26 Jul 2001 23:43:27 +1200
- CC: tromey at redhat dot com, java at gcc dot gnu dot org
- References: <sb5f0aee.017@tapsellferrier.co.uk>
Nic Ferrier wrote:
> Everything seems to build and install ok but the built gij doesn't
> actually do anything, it just sits there... mute.
I had a really wack problem the other day with this symptom, turned
out to be looping forever in the EH Unwinder somewhere. I think it was
due to a libgcc mismatch or something, since when I deleted all my
installed gcc3 trees and rebuilt from scratch it went away.
> It doesn't seem to load classes, it certainly doesn't execute them.
Try running gij in gdb and hitting ctrl-C after a few seconds, then
get a breakpoint to try and figure out where the problem is.
It seems to be working fine for me now btw, although there is
currently a known problem with stack traces for uncaught exceptions in
the main thread atm. I have a fix in mind for that but havn't got
around to implementing it yet.
regards
Bryce.