cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

OutOfMemoryError caused by SpringFactory #114

Open yuyijq opened 13 years ago

yuyijq commented 13 years ago

I found createObjects method in SpringFactory will call appContext.refresh() method, that will cause memory leaks, then throw OOM. I think this would be a bug of Spring. So I created a MySpringFactory to override createObjects, not call refresh method.

darrinholst commented 13 years ago

I've never seen this before, is it running out of PermGen space? Do you have an example to reproduce this?