Did you check the CPU usage? Is the VM running Javac (the ANT VM if you didn't fork) taking all the CPU? Then maybe you found in bug in both Javac and Jikes running into an infinite loop with code you added recently? Never heard of such a thing though. If it used to work, pull out recent changes (cvs update with specific dates if you use cvs) to make it compile again, and look carefully at the new code.
Breaking both Javac and Jikes at the same time seems unlikely though... --DD -----Original Message----- From: Euan Guttridge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 10:18 AM To: '[EMAIL PROTECTED]' Subject: javac freezes! My build process is suddenly freezing at [javac], using either the jikes or the sun compiler. Running in verbose does'nt give me any clues. Running Ant1.4.1 on Linux. Any ideas? Thanks, Euan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>