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]

Re: Frustrated (with builds) of Tunbridge Wells


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.



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