RE: javac freezes!

2002-06-18 Thread Euan Guttridge
OK, solved. A mount point containing lib files had vanished! Thanks.. -Original Message- From: Euan Guttridge [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 17:08 To: 'Ant Users List' Subject: RE: javac freezes! Hi, CPU usage is virtually nothing, the output of ps -ef | grep

RE: javac freezes!

2002-06-18 Thread Euan Guttridge
sers List' Subject: RE: javac freezes! 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.

RE: javac freezes!

2002-06-18 Thread Dominique Devienne
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 (