Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0-beta-10
-
None
-
None
-
J2SE 1.5.0_01, windows xp, "classic" (non-JSR) parser
Description
put this line in a script called "test.groovy":
0 / 2;
Groovy and the JVM spin out of control, eating all CPU. Process must be killed.
Note: any expression that divides zero by another number will do this,
even if the numbers are obtained by method calls, so it's not a parsing problem.