From: SourceForge.net <no...@so...> - 2004-02-12 20:00:13
|
Bugs item #896005, was opened at 2004-02-12 11:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=896005&group_id=44253 Category: Compiler integration Group: Serious Status: Open Resolution: None Priority: 5 Submitted By: Hal Perkins (hperkins) Assigned to: Nobody/Anonymous (nobody) Summary: Compiler hangs on small demo program Initial Comment: The two attached files are small programs that manage to hang the compiler. (You'll need to remove the 1- and 2- filename prefixes to actually use them.) In the first case, things worked fine until toString() was added. Then when I hit compile I got the "compilation in progress" message, but nothing happened for over a minute. I killed DrJava at that point. In the second file, I commented out most of toString() and it worked, but when I added the get(n) method, the compiler went off into an infinite loop. Setup: DrJava 20040203-2304, windows xp, Java 1.4.2_01. The compiler is the default picked by DrJava - javac 1.4.1+ (user). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=896005&group_id=44253 |