Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-rc-2
-
Component/s: None
-
Labels:None
-
Environment:Windows XP running groovy 1.1-beta-2 and 1.1-beta-3 JVM: 1.6.0_02-b05
-
Testcase included:yes
-
Number of attachments :
Description
java.lang.StackOverflowError generated by using this simple closure:
db.eachRow( 'sql select ' ) { row ->
println row // <<== change row to row[0] and java.lang.StackOverflowError will disappear
}
Test case files that will be attached deal with oracle thin client, however this is probably a generic bug.
t.groovy_test_fails.groovy will fail with msg: Caught: java.lang.StackOverflowError